Skip to main content
POST
Returns paginated transaction history. Requires PIN verification for security.

Request

string
required
Bearer olive_live_xxx or Bearer eyJ... (JWT)

Path Parameters

string
required
Subscriber UUID

Body Parameters

string
required
Subscriber’s 4-digit PIN
integer
default:"20"
Results per page (max 100)
integer
default:"0"
Pagination offset

Response

array
Array of transaction objects
integer
Total transactions
integer
Current page size
integer
Current offset

Examples


Transaction Fields


Errors

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.