Retrieve available payment method types

GET {{url}}/api/v1/pa/config/payment_method_types?active=true&country_code=CN&transaction_currency=CNY&transaction_mode=oneoff

Request Params

KeyDatatypeRequiredDescription
activebooleanIndicate whether the payment method type is active
country_codestringThe supported country code.
transaction_currencystringThe supported transaction currency. transaction_currency is required when country_code is given.
transaction_modestringThe supported transaction mode. One of oneoff, recurring.