Selling Partner API SDK for JavaScript
    Preparing search index...

    Request body to initiate a transaction from a Seller Wallet bank account to another customer-defined bank account.

    interface TransactionInitiationRequest {
        customerPaymentReference?: string;
        destinationAccountId?: string;
        destinationTransactionInstrument: TransactionInstrumentDetails;
        payeeContactInformation?: PayeeContactInformation;
        requestTime: string;
        sourceAccountId: string;
        sourceAmount: Currency;
        transactionDescription?: string;
        transferRateDetails?: TransferRatePreview;
    }
    Index

    Properties

    customerPaymentReference?: string

    If the payment is for VAT (Value-Added-Tax) then enter VAT identification number in this field which will be mandatory. The length constraint is 140 characters and do not allow user to enter any sensitive information other than VAT-ID.

    destinationAccountId?: string

    The unique identifier of the destination bank account where the money is deposited.

    destinationTransactionInstrument: TransactionInstrumentDetails
    payeeContactInformation?: PayeeContactInformation
    requestTime: string

    The time at which the transaction was initiated in ISO 8601 date time format.

    sourceAccountId: string

    The unique identifier of the source Amazon Seller Wallet bank account from which the money is debited.

    sourceAmount: Currency
    transactionDescription?: string

    A description of the transaction.

    transferRateDetails?: TransferRatePreview