Skip to main content
PUT
Register payment for a Physical Card Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

The unique identifier of the card order to which the transaction will be attached.

Body

application/json
transactionHash
string
required

The on-chain transaction hash to be attached.

Example:

"0x123abc..."

Response

Transaction successfully attached to the card order.

ok
boolean

Indicates if the operation was successful.

Example:

true