Skip to main content

Create a new payment order

POST 

/api/v1/payment/order

Creates a new payment order that subtracts the amount from the user's available balance.

⚠️ Important: This endpoint only creates the order. There is no separate "confirm order" endpoint.

To retrieve the processed result of an order and verify it status, use: GET /order/:orderId

Request

Responses

Payment order created successfully