Payout Information
Use the Payment Information endpoint to retrieve the details of a specific payment by its TrackId. After creating an invoice, you will receive a TrackId, which you can use to make payment information requests.
POST
https://api.oxapay.com/api/inquiry
Request Body
key*
string
Your payout API key for authentication and authorization.
trackId*
integer
The unique identifier of each payout request from OxaPay. Use this TrackId to query the payout status and obtain detailed payout information.
Example codes
Please replace YOUR_PAYOUT_API_KEY
with your actual payout API key, andTRACK_ID
with the unique identifier of the payout session (TrackId) you want to inquire about. These code snippets demonstrate how to make a POST request to the Payout Information endpoint and handle the response in each respective programming language.
Last updated