Creating White-Label Payment
Request Body
Name
Type
Description
{
"result": integer, // Request result. More information about this number can be found in the Result Code table.
"message": string, // The message containing the result of the request.
"trackId": string, // The unique identifier of each payment session of the OxaPay payment gateway, which can be used to query the payment status and report requests (if the request is successful).
"amount": long, // The requested payment amount.
"currency": string, // The requested payment currency.
"payAmount": long, // The actual payment amount.
"payCurrency": string, // The actual payment currency.
"network": string, // The blockchain network on which the cryptocurrency is expected to be received.
"address": string, // The generated cryptocurrency address for the payment.
"callbackUrl": string, // The specified callback to receive payment notifications
"description": string, // The specified description
"email": string, // The specified email
"feePaidByPayer": decimal, // The specified feePaidByPayer
"lifeTime": integer, // The specified lifeTime
"orderId": string, // The specified orderId
"underPaidCover": decimal, // The specified underPaidCover
"rate": decimal, // The exchange rate of the specified cryptocurrency.
"expiredAt": string, // The expiration time of payment to the address.
"createdAt": string, // The created invoice time
"QRCode": string // the QRCode image link for coin and amount
}Example codes
Last updated