Get Recharge Providers
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.