Server-side integration
Get order information
Reference
URL
GET https://api.swipelux.com/api/public/orders/{orderId}
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
orderId | string | Yes | The ID of the order to get information about |
Request response
The response includes comprehensive order details including transaction amounts, fees, status, and more.
Here's an example response:
Response status codes
Status code | Description |
---|---|
200 | The order was found and returned successfully |
404 | The order was not found |