cURL
curl --request GET \ --url https://sandbox-api.payfonte.com/billing/v1/transfer-recipients/{provider}/properties \ --header 'client-id: <api-key>' \ --header 'client-secret: <api-key>'
{ "data": { "banks": [ { "bankName": "Access Bank", "bankCode": "044" } ] } }
This is the endpoint to Fetch properties for provider that needs them before a transfer recipient can be created. E.g Paystack (Bank Transfer)
This is the provider slug. Find full list of providers here Supported Providers
Show child attributes