---
title: "getAccount"
method: GET
path: "/finances/transfers/wallet/2024-03-01/accounts/{accountId}"
tags: ["Seller Wallet v2024-03-01"]
---

# getAccount

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

Retrieve a Seller Wallet bank account by Amazon account identifier.

## Path parameters

- `accountId` string, required

## Query parameters

- `marketplaceId` string, required

## Response `200`

Success

- BankAccount — 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.
  - `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](https://developer-docs.amazon.com/sp-api/reference/getpaymentmethods) request. Your Amazon Seller Wallet bank account identifier should match the `paymentMethodId` in the response. This field is required.
  - `accountHolderName` string — 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.
  - `bankName` string — 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.
  - `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.
  - `bankNumberFormat` 'BIC' | 'BASIC' — The format of the bank number. Also known as the routing number type.
  - `accountCountryCode` string, required — The two-digit country code in ISO 3166 format.
  - `accountCurrency` string, required — Bank account currency code in ISO 4217 format.
  - `bankAccountNumberTail` string, 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.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The resource specified does not exist.
- `408` — Request Timed Out.
- `413` — The request size exceeded the maximum accepted size.
- `415` — The request payload is in an unsupported format.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
