GET: Account Transactions
Fetch Your Account Transactions
Last updated
Fetch Your Account Transactions
Last updated
This endpoint enables you to fetch all your account transactions. You can pass in pagination parameters as illustrated below.
GET
https://backend.payhero.co.ke/api/v2/transactions
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
From the response you can pick the next_page and prev_page params to help you navigate easily, You also get a count of all the available transactions
This represents PHP Curl example of how to make the request, you can implement this in your specific language of choice
page
Integer
The page number that you want to fecth data for
per
Integer
The total records per page
Authorization:*
String
Basic authToken