Use the following API endpoint to fetch a list of your payment records:
Payment History API Endpoint
🛠️ Requirements
-
Authentication: Include your
merchant_api_keyin the request header.
📝 Optional Filters
You can narrow down the results by adding query parameters:
-
track_id: Filter by a specific trackID. -
type: Filter by payment type ( Invoice, White-label, Static address). -
status: Filter by payment status (Paid,Confirming, etc.). -
pay_currency: Filter by the cryptocurrency used for payment. -
network: Filter by blockchain. -
address: Filter by a specific payment address. -
from_date/to_date: Time range in Unix timestamp. -
from_amount/to_amount: Filter by payment amount range.
Help Center