Transactions API
Manage and query your payment records.
List Transactions
Retrieve a paginated list of all transactions for your account.
limitintegerDefault: 10Number of records to return.
Response Example
[
{
"id": "txn_12345",
"amount": 1000,
"currency": "GMD",
"status": "SUCCESS",
"customer": "user@example.com",
"createdAt": "2026-03-02T14:30:00Z"
}
]