GET
/
payments
/
v1
/
payments
/
direct-charge
/
{properties}
curl --request GET \
  --url https://sandbox-api.payfonte.com/payments/v1/payments/direct-charge/{properties} \
  --header 'client-id: <api-key>' \
  --header 'client-secret: <api-key>'
{
  "data": {
    "networks": [
      {
        "name": "Airtel",
        "value": "airtel"
      }
    ]
  }
}

Authorizations

client-id
string
header
required
client-secret
string
header
required

Path Parameters

provider
string
required

This is the provider slug. Find full list of providers here Supported Providers

Response

200 - application/json
data
object