curl --request GET \
--url https://sandbox-api.payfonte.com/payments/v1/payments/direct-charge/{provider}/properties \
--header 'client-id: <api-key>' \
--header 'client-secret: <api-key>'{
"data": {
"networks": [
{
"name": "Airtel",
"value": "airtel"
}
]
}
}This is the endpoint to Fetch properties for provider that needs them Direct charge API can be called. E.g Pawapay
curl --request GET \
--url https://sandbox-api.payfonte.com/payments/v1/payments/direct-charge/{provider}/properties \
--header 'client-id: <api-key>' \
--header 'client-secret: <api-key>'{
"data": {
"networks": [
{
"name": "Airtel",
"value": "airtel"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.payfonte.com/llms.txt
Use this file to discover all available pages before exploring further.
This is the provider slug. Find full list of providers here Supported Providers
Show child attributes