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"
}'{}Get current wallet balance for a subscriber (requires PIN verification)
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"
}'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Subscriber ID
PIN for verification
"1234"
Balance retrieved
The response is of type object.