Skip to main content
POST
/
wallet
/
balance
/
{subscriber_id}
Get wallet balance
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/balance/{subscriber_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pin": "1234"
}'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Path Parameters

subscriber_id
string
required

Subscriber ID

Body

application/json

PIN for verification

pin
string
required
Example:

"1234"

Response

Balance retrieved

The response is of type object.