Orders
Endpoints related to creating and managing orders.
📄️ Create a payment order
Create a new payment order. The payment order specifies the amount and currency you want to receive from the payer. On the payment page, the payer can choose to pay in a different currency, and the amount will be converted, so you will receive the amount you specified here.
📄️ Create a deposit order
Create a new deposit order for a specific integration. This endpoint allows the client to decide how much money they want to deposit into their balance. .
📄️ Create a refund order
Create a refund for an incoming, completed payment or deposit order. This endpoint allows you to return part or all of the funds received from a payment or deposit order to the payer. Refunds can only be processed if there are sufficient funds in the wallet balance, including fees.
📄️ Create a withdrawal order
Create a withdrawal order to transfer funds from your balance to an external wallet. Specify the amount, asset type, and the destination wallet address. The integration ID must also be provided to link the withdrawal to a specific integration.
📄️ Retrieve a list of orders
Get a paginated list of all orders, optionally filtered by integration.
📄️ Retrieve a specific order by ID
Get details of a specific order by its ID.