Worldline Connect Node.js SDK
    Preparing search index...

    Interface CreatePayoutRequest

    interface CreatePayoutRequest {
        amountOfMoney?: AmountOfMoney | null;
        bankAccountBban?: BankAccountBban | null;
        bankAccountIban?: BankAccountIban | null;
        bankTransferPayoutMethodSpecificInput?:
            | BankTransferPayoutMethodSpecificInput
            | null;
        cardPayoutMethodSpecificInput?: CardPayoutMethodSpecificInput
        | null;
        customer?: PayoutCustomer | null;
        merchant?: PayoutMerchant | null;
        payoutDate?: string | null;
        payoutDetails?: PayoutDetails | null;
        payoutText?: string | null;
        references?: PayoutReferences | null;
        swiftCode?: string | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null

    Moved to PayoutDetails

    bankAccountBban?: BankAccountBban | null

    Moved to BankTransferPayoutMethodSpecificInput

    bankAccountIban?: BankAccountIban | null

    Moved to BankTransferPayoutMethodSpecificInput

    bankTransferPayoutMethodSpecificInput?:
        | BankTransferPayoutMethodSpecificInput
        | null
    cardPayoutMethodSpecificInput?: CardPayoutMethodSpecificInput | null
    customer?: PayoutCustomer | null

    Moved to PayoutDetails

    merchant?: PayoutMerchant | null
    payoutDate?: string | null

    Moved to BankTransferPayoutMethodSpecificInput

    payoutDetails?: PayoutDetails | null
    payoutText?: string | null

    Moved to BankTransferPayoutMethodSpecificInput

    references?: PayoutReferences | null

    Moved to PayoutDetails

    swiftCode?: string | null

    Moved to BankTransferPayoutMethodSpecificInput