Forimex Partner DevDocs
Payments

Search payment service categories

GET
/payments/categories

Header Parameters

x-partner-slug*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/payments/categories" \  -H "x-partner-slug: string"
{
  "data": [
    {
      "data": {
        "slug": "gaming"
      }
    }
  ]
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}