GET
/
billing
/
v1
/
wallets
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": "NGN",
      "country": "NG",
      "status": "active"
    }
  ]
}

Authorizations

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

Query Parameters

country
string

2 character country code

Example:

"NG"

currency
string

3 character currency code

Example:

"NGN"

Response

200 - application/json
data
object[]