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
Key | Datatype | Required | Description |
---|---|---|---|
active | boolean | Indicate whether the payment method type is active | |
country_code | string | The supported country code. | |
transaction_currency | string | The supported transaction currency. transaction_currency is required when country_code is given. | |
transaction_mode | string | The supported transaction mode. One of oneoff, recurring. |