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": "payout", "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"
Show child attributes
This is the type of wallet
payout
deposit
This signifies the actual amount in your wallet. This is in the lowest denomination
100000
active
post-no-debit