Partner API
Transaction History
Get partner’s transaction history
POST
Get the authenticated partner’s transaction history and current balance. Partner routes use HMAC headers, so this page provides a copyable request instead of the interactive playground.
Authentication
string
required
API key ID issued for the partner integration
string
required
Partner identifier such as
VULTstring
required
RFC3339 timestamp used when generating the signature
string
required
Hex-encoded HMAC-SHA256 of
METHOD + "\n" + PATH + "\n" + TIMESTAMP + "\n" + BODYRequest Body
integer
default:"20"
Number of transactions (max 100)
integer
default:"0"
Pagination offset
Example
Response
Notes
- Returns empty transactions array if partner has no transactions yet
- Account is created on first cash-in transaction
Errors
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Headers
Response
200 - application/json
Success
The response is of type object.