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