Returns supported payment method types derived from active corridor configurations.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/payment-methods \ --header 'Authorization: Bearer <token>'
{ "data": [ { "code": "bank_transfer", "name": "Bank Transfer", "description": "<string>", "rail_type": "fiat", "supported_countries": [ "<string>" ] } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
List of supported payment methods.
Show child attributes