v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Seller Wallet v2024-03-01

getAccount

Retrieve a Seller Wallet bank account by Amazon account identifier.

get/finances/transfers/wallet/2024-03-01/accounts/{accountId}

Path parameters

accountIdstring required

The ID of the Amazon Seller Wallet account.

Query parameters

marketplaceIdstring required

The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

Response

Success

accountIdstring

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.

accountHolderNamestring

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

bankAccountNumberFormat'IBAN' | 'BBAN'

The format of the bank account number.

bankNamestring

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

bankAccountOwnershipType'THIRD_PARTY' | 'SELF' required

The destination bank account's ownership type.

routingNumberstring

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

bankNumberFormat'BIC' | 'BASIC'

The format of the bank number. Also known as the routing number type.

accountCountryCodestring required

The two-digit country code in ISO 3166 format.

accountCurrencystring required

Bank account currency code in ISO 4217 format.

bankAccountNumberTailstring required

The last 3 digit of the bank account number. This value is three consecutive zeros for Amazon Seller Wallet accounts.

bankAccountHolderStatus'ACTIVE' | 'INACTIVE' | 'UNDER_REVIEW' | 'VERIFICATION_FAILED'

The status of the Amazon Seller Wallet account holder.

Example response

{
  "accountId": "amzn1.account.AGUGL2EM3ZHYSRJWH2UCRPIM5JFQ",
  "accountHolderName": "John Doe",
  "bankName": "DEUTSCHE BANK AG",
  "routingNumber": "026009593",
  "accountCountryCode": "US",
  "accountCurrency": "USD",
  "bankAccountNumberTail": "123"
}