Physical 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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.