v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBOrders
Get Order
Fetches full details about a specific order using its ID. This includes domains, prices, and timestamps. Useful for confirming transactions, receipts, or generating invoices.
get/core/v1/orders/{orderId}
Path parameters
orderIdinteger required
OrderId is the unique identifier of the requested order.
Response
A successful response.
Example response
{
"orderItems": [
{
"isRefundable": true
}
],
"totalCapture": 10.95,
"totalRefund": 10.95
}