This method allows you to list checkout payment requests for a profile.
Notes:
- Use this endpoint to retrieve a paginated history of your checkout payments.
- You can filter the results by date range and payment status.
Method: GET
Path: https://api.blockbee.io/checkout/list/
Parameters
Query Parameters
apikeystring•Required
API Key provided by BlockBee's Dashboard.
Unsure how to get yours? Check this tutorial.
Note: The API key can also be sent as a header named apikey.
statusstring
Filter payments by their current status.
Accepted values:
waitingpaidpendingpartialexpired
paidReturns
Returns a list of checkout payment requests matching the provided filters.
paymentsobject[]
A list of checkout payment objects matching the filters.
Source of the payment.
The payment token identifier.
The requested payment amount.
The requested payment amount in fiat.
The cryptocurrency used or requested.
The total amount paid in cryptocurrency.
The total amount paid in fiat.
Details about the specific transaction.
Indicates if the payment is fully paid.
Indicates if the payment is pending on the blockchain.
Indicates if the payment is partially paid.
Indicates if the payment request has expired.
The creation time of the payment request.