Retrieve bank names for certain payment method types
GET {{url}}/api/v1/pa/config/banks?payment_method_type=bank_transfer&country_code=MY
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
payment_method_type | string | The payment method type to find the available banks. One of fpx, bank_transfer, online_banking. For other payment methods that does not require bank_name, an empty list will be returned. | |
country_code | string | Country code to filter the available banks. Use the two-character ISO Standard Country Codes. |
For payment method type like online_banking and bank_transfer, the available bank list differs in different countries and country_code is needed to get the bank list.
For other payment method types, country_code will be ignored. |