Reconciliation
Query transactions and export reports for finance operations
List Payments by Date
GET /v1/reports/payments?from=2026-05-01&to=2026-05-31Example response:
{
"items": [
{
"paymentId": "pay_01J9Q9C2Z0T9N2",
"reference": "HOSP-INV-2026-000231",
"amount": 1500,
"currency": "ETB",
"status": "succeeded",
"paidAt": "2026-05-20T10:15:10.000Z"
}
],
"nextCursor": null
}Export CSV
GET /v1/reports/payments.csv?from=2026-05-01&to=2026-05-31Query by Reference
GET /v1/reports/payments?reference=HOSP-INV-2026-000231How is this guide?
Last updated on
