v1

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

listAccountBalances

Retrieve the balance in a given Seller Wallet bank account.

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

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

{
  "balances": [
    {
      "accountId": "amzn1.account.AGUGL2EM3ZHYSRJWH2UCRPIM5JFQ",
      "balanceType": "AVAILABLE",
      "balanceAmount": 123.45,
      "balanceCurrency": "USD",
      "lastUpdateDate": "2024-03-01T10:30:00Z"
    },
    {
      "accountId": "amzn1.account.AGUGL2EM3ZHYSRJWH2UCRPIM5JFQ",
      "balanceType": "LOCKED_IN",
      "balanceAmount": 500,
      "balanceCurrency": "USD",
      "lastUpdateDate": "2024-03-01T10:30:00Z"
    },
    {
      "accountId": "amzn1.account.AGUGL2EM3ZHYSRJWH2UCRPIM5JFQ",
      "balanceType": "TOTAL",
      "balanceAmount": 623.45,
      "balanceCurrency": "USD",
      "lastUpdateDate": "2024-03-01T10:30:00Z"
    }
  ]
}