βΊοΈReports
Last updated
Last updated
An essential aspect of managing your CoinbarPay account is having the ability to retrieve and analyze your payments history and individual transaction details.
The CoinbarPay API offers methods to access this data effectively. This topic explains how to use the API to get payments and individual payment details.
Elements such as Settlements, Payments full histories, and other payments related data are exportable from the CoinbarPay Dasbhboard.
To fetch the details of an individual payment, use the following endpoint. The API will return a JSON object containing the details of the requested payment.
GET
https://sandbox.coinbar.io/coinbar/api/v2/paymentgateway/reports/{{payment_request_id}}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
By using these API methods, you can efficiently fetch and analyze your payments history and individual transaction information, enabling you to monitor your CoinbarPay account and better manage your business' finances.
payment_request_id
String
Payment Request Id used to request the payment
CBPAY-API-KEY*
String
{{SERVICE_CLIENT_ID
}}
Content-Type
String
application/json
SIGNATURE
String
{{SIGNATURE_TOKEN
}}
HMAC SHA-256 body validation