Generate Payout2
Authentication
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"track_id": string, // The unique identifier for the pay in the OxaPay payment gateway. You can use this track ID to query the payment status and generate reports.
"status": string // The status of payout transaction.
},
"message": string, // A message containing additional information about the result of the request.
"error": {
"type": string,
"key": string,
"message": string
} || {}, // An object that provides details about any errors that occurred.
"status": integer, // The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors).
"version": string // The version of the API being used.
}API Request Sample Codes
API Response Example
Last updated