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
- 201
- 400
- 403
Payment order created successfully
Invalid request data or a pending order already exists
Insufficient permissions to create payment orders