v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
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.

okboolean

Indicates if the operation was successful.

Example response

{
  "ok": true
}