Register payment for a Physical Card Order
Physical Card Order
Register payment for a Physical Card Order
This endpoint associates a provided on-chain transaction hash with an existing card order by its orderId. If the card is free, you can skip this step.
PUT
Register payment for a Physical Card Order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the card order to which the transaction will be attached.
Body
application/json
The on-chain transaction hash to be attached.
Example:
"0x123abc..."
Response
Transaction successfully attached to the card order.
Indicates if the operation was successful.
Example:
true