Skip to main content
Skip table of contents

Get Recharge providers

CODE
Endpoint:
GET /v2/rechargeProviders

Authentication:
Grant_type: client_credentials
Scopes: [ credit ]

Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Response body:
{
  "providers": [
    {
      "name": "string",
      "reference": "string",
      "description": "string"
    }
  ],
  "count": 0
}

Note that the %access_token% needs to be replaced by the token you received as a response from auth endpoint.

All payment providers are returned in response JSON. These can be used in other endpoints to make payment payments.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.