cURL
curl --request GET \ --url https://sandbox-api.payfonte.com/billing/v1/wallets \ --header 'client-id: <api-key>' \ --header 'client-secret: <api-key>'
{ "data": [ { "type": "main", "amount": 100000, "currency": "USD, NGN, XOF, XAF", "country": "US, NG, CI, SN, CA, UK", "status": "active" } ] }
This is the endpoint to Fetch Wallet for a business
2 character country code
"NG"
"US"
"CI"
"SN"
"CA"
"UK"
3 character currency code
"NGN"
"USD"
"XOF"
"XAF"
The response is of type object.
object