Returns active payment corridors available for payouts.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/corridors \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "rail_type": "fiat", "currency": "<string>", "country": "<string>", "network": "<string>", "provider": "<string>", "method": "<string>", "active": true, "priority": 123, "cutoff_time": "<string>", "settlement_days": 123, "settlement_mins": 123, "min_amount": "<string>", "max_amount": "<string>", "required_confirms": 123 } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Filter by destination currency.
Filter by destination country (ISO 3166-1 alpha-2).
List of active corridors.
Show child attributes