Wallet
Transaction History
Get transaction history for a subscriber
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns paginated transaction history. Requires PIN verification for security.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Path Parameters
Subscriber UUID
Body Parameters
Subscriber’s 4-digit PIN
Results per page (max 100)
Pagination offset
Response
Array of transaction objects
Total transactions
Current page size
Current offset
Examples
Transaction Fields
| Field | Description |
|---|---|
type | Transaction type (see overview) |
status | completed, pending, failed, reversed |
direction | credit (incoming) or debit (outgoing) |
counterparty | Other party details |
balance_after | Balance after transaction |
Errors
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_PIN_FORMAT | PIN must be 4 digits |
| 401 | INVALID_PIN | PIN verification failed |
| 401 | UNAUTHORIZED | Invalid API key |
| 404 | SUBSCRIBER_NOT_FOUND | Subscriber not found |
| 500 | INTERNAL_ERROR | Server error |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Path Parameters
Subscriber ID
Body
application/json
Transaction history request with PIN
Response
Transaction history
The response is of type object.