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"
}
'{}Get comprehensive financial statement for a subscriber with all transactions within date range. Returns data for PDF generation and WhatsApp delivery.
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"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Account statement request
Statement data for PDF generation
The response is of type object.