Card Order
Card order flow, order a card and manage the process
📄️ Retrieves all card orders
Retrieves all card orders for the authenticated user
📄️ Create a card out of a card order
**Card Limits**: Users can have a maximum of 10 active cards (physical + virtual combined).
📄️ Attach an on-chain transaction to a Card Order
This endpoint associates a provided on-chain transaction hash with an existing card order by its `orderId`.
📄️ Attach a coupon to a Card Order
This endpoint associates a provided coupon code with an existing card order by its `orderId`.
📄️ Retrieve details of a Card Order
This endpoint retrieves details of a card order by its `orderId`.
📄️ Marks a Card Order as paid
This endpoint marks the Card Order with `orderId` as paid.
📄️ Cancel a Card Order
This endpoint transitions the card order to the cancelled state.
📄️ Create a new card order
Create a new card order