Get Payment Status for Multiple Orders
Retrieve the current payment statuses of multiple orders by submitting an array of order IDs.
Request
Method: POST
Endpoint: orders/integration/paymentStatus
Content-Type: application/json
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
orderIds | string[] | ✅ | Array of order ID strings |
Example
Response
✅ 200 OK
Payment statuses were successfully retrieved:
❌ 400 Bad Request
Empty array or too many order IDs:
Invalid order ID syntax:
❌ 500 Internal Server Error
Notes
- Any failure during individual status retrieval will return an object with an error field for that specific order.
