Seller Wallet v2024-03-01
listAccounts
Get Seller Wallet accounts for a seller.
get/finances/transfers/wallet/2024-03-01/accounts
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
{
"accounts": [
{
"accountId": "amzn1.account.AGUGL2EM3ZHYSRJWH2UCRPIM5JFQ",
"accountHolderName": "John Doe",
"bankName": "DEUTSCHE BANK AG",
"routingNumber": "026009593",
"accountCountryCode": "US",
"accountCurrency": "USD",
"bankAccountNumberTail": "123"
}
]
}