List corridors
The payout capability catalog. Not paginated - it is a handful of countries.
Authorization
KeyID Timestamp Nonce Signature X-Gyvar-Key<token>
Your key id, gyv_k_live_... or gyv_k_sandbox_....
In: header
X-Gyvar-Timestamp<token>
Unix seconds. Must be within 5 minutes of our clock.
In: header
X-Gyvar-Nonce<token>
A unique value per request. Replays are rejected.
In: header
X-Gyvar-Signature<token>
Ed25519 signature over the canonical string. See the Signing guide.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/corridors"{ "data": [ { "country": "GH", "name": "Ghana", "currency": "GHS", "currency_decimals": 2, "min_amount": "1.00", "min_amount_minor": "string", "max_amount": "string", "max_amount_minor": "string", "methods": [ { "type": "bank", "name_enquiry": true, "networks": [ { "code": "string", "name": "string" } ], "account_kind": "phone", "requires_business": true, "business_kind": "string" } ] } ]}