Skip to main content
POST
/
wallet
/
transactions
/
{subscriber_id}
Get transaction history
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"
}'
{}

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

Transaction history request with PIN

pin
string
required
Example:

"1234"

limit
integer
Example:

20

offset
integer
Example:

0

Response

Transaction history

The response is of type object.