v1
latestOpenAPI 3.0.02026-07-267331140.7 KBPhysical Card Order
Retrieve details of a Physical Card Order
This endpoint retrieves details of a card order by its orderId.
get/api/v1/order/{orderId}
Path parameters
orderIdstring required
The unique identifier of the card order.
Response
Successfully retrieved card order details.
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"transactionHash": "0x123abc...",
"embossedName": "John Doe",
"couponCode": "DISCOUNT2023",
"totalAmountEUR": 20.99,
"totalDiscountEur": 1.99,
"createdAt": "2023-01-09T13:45:30Z"
}