Skip to main content

๐Ÿ” Get All Transactions

โ€˜Retrieve a list of all transactions processed through Swervpay using the get all transaction endpoint which includes details such as transaction amount, status, and associated customer. Query Parameters
string
default:1
required
The page to return.
string
default:10
required
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 Transactions

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 Retunrs a transaction object containing details about the transaction
Response