Skip to main content
POST
/
wallet
/
account-statement
Request account statement (PDF only)
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/account-statement \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "end_date": "2025-11-08",
  "start_date": "2025-10-01",
  "subscriber_id": "subscriber-uuid"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Body

application/json

Account statement request

end_date
string
required
Example:

"2025-11-08"

start_date
string
required
Example:

"2025-10-01"

subscriber_id
string
required
Example:

"subscriber-uuid"

Response

Statement data for PDF generation

The response is of type object.