Skip to main content
The Transactions API provides a paginated view of financial activity, including amounts, fees, references, account details, types, and processing status.

🔍 Get All Transactions

Retrieve a list of all transactions processed through Swervpay using the get all transactions endpoint. Each record includes details such as amount, status, reference, and account information. Query Parameters
integer
The page to return.
integer
The maximum number of results to return.
Response Example Returns an array of transaction objects, each containing details about individual transactions processed through the platform.
Response

🔍 Get a Transaction

Retrieve details of a specific transaction using its unique ID with the get transaction endpoint. Path Parameters
string
required
The unique identifier of the transaction to retrieve.
Response Example Returns a transaction object containing details about the transaction.
Response