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

    Details of the destination bank account in the transaction request.

    interface TransactionInstrumentDetails {
        accountHolderName: string;
        bankAccount: BankAccount;
        bankAccountNumber: string;
    }
    Index

    Properties

    accountHolderName: string

    The bank account holder's name (expected to be an Amazon customer). Note: This field is encrypted before Amazon receives it, so should not be used to generate destAccountDigitalSignature, and should not be included in the request signature.

    bankAccount: BankAccount
    bankAccountNumber: string

    The bank account number of the destination payment method. Note: This field is encrypted before Amazon receives it, so should not be used to generate destAccountDigitalSignature, and should not be included in the request signature.