Transfers v2024-06-01
getPaymentMethods
Returns the list of payment methods for the seller, which can be filtered by method type.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| .5 | 30 |
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.
get/finances/transfers/2024-06-01/paymentMethods
Query parameters
marketplaceIdstring 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.
paymentMethodTypesstring[]
A comma-separated list of the payment method types you want to include in the response.
Response
Success.
Example response
{
"paymentMethods": [
{
"accountHolderName": "John Doe",
"paymentMethodId": "0h_TU_CUS_4058fe2a-da6b-4b82-8e48-b20ff2eb4f6d",
"paymentMethodType": "BANK_ACCOUNT",
"tail": "677",
"assignmentType": "DEFAULT_DEPOSIT_METHOD"
},
{
"countryCode": "US",
"accountHolderName": "John Doe",
"paymentMethodId": "0h_TU_CUS_4058fe2a-da6b-4b82-8e48-b20ff2eb4f6d",
"paymentMethodType": "CARD",
"expiryDate": {
"month": "3",
"year": "2029"
},
"tail": "677"
}
]
}