curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transactions/{subscriber_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pin": "1234"
}'{}Get transaction history for a subscriber (requires PIN verification)
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transactions/{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
Transaction history request with PIN
Transaction history
The response is of type object.