Skip to main content
GET
/
api
/
v1
/
company
/
gateways
/
routing
Get company gateway routing
curl --request GET \
  --url http://localhost:7701/api/v1/company/gateways/routing \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "gateway_id": 1,
      "gateway_slug": "pagarme",
      "payment_method": "card",
      "percentage": 70
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Response

Gateway routing rules

data
object[]