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
Example response
{
"accountId": "amzn1.account.AGUGL2EM3ZHYSRJWH2UCRPIM5JFQ",
"accountHolderName": "John Doe",
"bankName": "DEUTSCHE BANK AG",
"routingNumber": "026009593",
"accountCountryCode": "US",
"accountCurrency": "USD",
"bankAccountNumberTail": "123"
}