HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getPaymentMethods

Returns the list of payment methods for the seller, which can be filtered by method type.

Usage Plan:

Rate (requests per second)Burst
.530

The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

Query Params
string
required

The identifier of the marketplace from which you want to retrieve payment methods. For the list of possible marketplace identifiers, refer to Marketplace IDs.

paymentMethodTypes
array of strings
length ≥ 1

A comma-separated list of the payment method types you want to include in the response.

Show Details
BANK_ACCOUNTThe payment is from a bank account.
CARDThe payment is from a card.
SELLER_WALLETThe payment is from a [Seller Wallet](https://sell.amazon.com/tools/seller-wallet) virtual bank account.
Responses

Response body
object
paymentMethods
array of objects

The list of payment methods with payment method details.

paymentMethods
object
string

The name of the account holder who is registered for the payment method.

string

The payment method identifier.

string

The last three or four digits of the payment method.

expiryDate
object

The expiration date of the card used for payment. If the payment method is not card, the expiration date is null.

string

The two-letter country code in ISO 3166-1 alpha-2 format. For payment methods in the card category, the code is for the country where the card was issued. For payment methods in the bank account category, the code is for the country where the account is located.

string

The type of payment method.

BANK_ACCOUNT CARD SELLER_WALLET

Show Details
BANK_ACCOUNTThe payment is from a bank account.
CARDThe payment is from a card.
SELLER_WALLETThe payment is from a [Seller Wallet](https://sell.amazon.com/tools/seller-wallet) virtual bank account.
string

The default payment method type.

DEFAULT_DEPOSIT_METHOD

Show Details
DEFAULT_DEPOSIT_METHODThe default deposit method.
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language