Use the following API endpoint to fetch a list of your payment records:
GET https://api.oxapay.com/v1/payment
🛠️ Requirements
-
Authentication: Include your
merchant_api_key
in 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 network. -
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.