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

KeyDatatypeRequiredDescription
payment_method_typestringThe 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_codestringCountry 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. |