Billing
List payments
Top-up payment orders and their status, most recent first (up to 100). Use this to reconcile checkouts you opened with the top-up endpoint.
Top-up payment orders and their status, most recent first (up to 100). Use this to reconcile checkouts you opened with the top-up endpoint.
Authorization
ApiKeyAuth X-API-Key<token>
Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/billing/payments"{ "data": [ { "id": "pay_7d3k1", "amountPaise": 50000, "currency": "INR", "status": "completed", "cashfreeOrderId": "order_9x8y7z", "createdAt": "2026-06-21T09:55:00Z" } ]}{ "statusCode": 401, "message": "Unauthorized", "error": "Unauthorized"}Get billing GET
Retrieve the wallet balance (in paise), current plan, currency, and auto top-up settings.
List wallet transactions GET
The wallet ledger — every credit and debit, most recent first (up to 100 entries). Call charges appear as `debit` entries with source `call`; completed top-ups as `credit` entries with source `topup`.