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

    Details of an Amazon Seller Wallet bank account. This account is used to hold the money that a Seller Wallet customer earns by selling items.

    interface BankAccount {
        accountCountryCode: string;
        accountCurrency: string;
        accountHolderName?: string;
        accountId?: string;
        bankAccountHolderStatus?: BankAccountHolderStatus;
        bankAccountNumberFormat?: BankAccountNumberFormat;
        bankAccountNumberTail: string;
        bankAccountOwnershipType: BankAccountOwnershipType;
        bankName?: string;
        bankNumberFormat?: BankNumberFormat;
        routingNumber?: string;
    }
    Index

    Properties

    accountCountryCode: string

    The two digit country code, in ISO 3166 format.

    accountCurrency: string

    BankAccount currency code in ISO 4217 format

    accountHolderName?: string

    The bank account holder's name (expected to be an Amazon customer). There is a 50 character limit.

    accountId?: string

    The unique bank account identifier provided by Amazon. To initiate a SELF transaction with Seller Wallet, you must choose BANK_ACCOUNT as the payment method type in the getPaymentMethod request. Your Amazon Seller Wallet bank account identifier should match the paymentMethodId in the response. This field is required.

    bankAccountHolderStatus?: BankAccountHolderStatus
    bankAccountNumberFormat?: BankAccountNumberFormat
    bankAccountNumberTail: string

    Last 3 digit of the bank account number, for all Amazon Seller Wallet account the value will be three consecutive 0's

    bankAccountOwnershipType: BankAccountOwnershipType
    bankName?: string

    The name of the bank. This value is Amazon Seller Wallet for Amazon Seller Wallet accounts.

    bankNumberFormat?: BankNumberFormat
    routingNumber?: string

    Routing number for automated clearing house transfers for THIRD_PARTY transaction requests. This value is nine consecutive zeros for Amazon Seller Wallet accounts.