π§ΎOrders
API's to manage Orders.
Create Order
Your unique API Key.
Your API Hash.
Order type e.g. "payment", "deposit".
Name of the order.
Description of the order.
Unique order number.
Total amount of the order.
Email of the customer making the order.
URL to notify after order is completed.
URL to redirect to after order is completed.
Order successfully created.
Invalid request body.
Unauthorized access.
Internal server error.
Order Notify Url (Webhook)
Order Completed Notify Url
Request Body
Order Redirect Url
Get Order
Id of the order to retrieve.
Your unique API Key.
Your API Hash.
Order successfully retrieved.
Unauthorized access.
Order not found.
Internal server error.
Cancel Order
Id of the order to cancel.
Your unique API Key.
Your API Hash.
Order successfully canceled.
Invalid status to cancel.
Unauthorized access.
Order not found.
Internal server error.
Refund Order to NovaX Account
Your unique API Key.
Your API Hash.
Name of the order.
Description of the order.
Order successfully refunded.
Invalid request body.
Unauthorized access.
Order not found.
Internal server error.
Refund Order to Crypto Address
The unique identifier of the order for which the refund is to be processed.
Your unique API Key.
Your API Hash.
Order Refund OTP has been sent successfully.
Invalid request body.
Unauthorized access.
Order not found.
Internal server error.
The unique identifier of the order for which the refund is to be processed.
Your unique API Key.
Your API Hash.
Crypto address to which the refund will be sent.
Blockchain network used for the refund. e.g. 'BSC', 'MATIC', 'TRON'.
Type of cryptocurrency token to be refunded. e.g. 'USDT'.
An identifier for the third-party service, if applicable.
One-time password for transaction verification.
URL to notify upon the final status of the refund process.
Successfully initiated the refund request.
Invalid request body.
Unauthorized access.
Order not found.
Internal server error.
Refund NotifyUrl Request (Webhook)
Request Body
Last updated