Creating an Invoice
Request Body
Name
Type
Description
{
"result": integer, // The result code indicates the outcome of the request. Refer to the Result Code table for more information.
"message": string, // A message containing additional information about the result of the request.
"trackId": string, // The unique identifier for the payment session in the OxaPay payment gateway. You can use this track ID to query the payment status and generate reports.
"payLink": string, // The payment page link associated with the generated track ID. This link can be forwarded to the payer to complete the payment.
"expiredAt": string // The expiration timestamp of the payment link. After this time, the payment link will no longer be valid.
}Additional Notes
Example codes
Last updated