Merchant Report
The Merchant Report enables you to retrieve detailed information about your transactions. By accessing this report through our API, you gain transparency into the various transactions associated with your financial activities.
To access the Merchant Report, make a GET request to the following endpoint:
Endpoint: GET - {{baseUrl}}/api/v1/public/reports/merchant-transactions
Parameter
Required
Type
private_key
yes
string
Request
Use the provided code snippet as a reference to make requests to the Merchant Report endpoint.
Response
Last updated