Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:7701/api/v1/gateways \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 1, "name": "Pagarme", "slug": "pagarme", "description": "Brazilian payment gateway", "has_split": true } ] }
Returns all active payment gateways available on the platform.
Company API key. Send in the X-API-Key header.
List of active gateways
Show child attributes