v1
latestOpenAPI 3.0.02026-07-267331140.7 KBPhysical Card Order
Confirm the payment for a Physical Card Order
This endpoint marks the Card Order with orderId as paid. Even if the card is free, you need to call this endpoint to confirm the payment.
put/api/v1/order/{orderId}/confirm-payment
Path parameters
orderIdstring required
The unique identifier of the card order.
Response
Transaction successfully attached to the card order.
Example response
{
"ok": true
}