Attach an on-chain transaction to a Card Order
PUT/api/v1/order/:orderId/attach-transaction
This endpoint associates a provided on-chain transaction hash with an existing card order by its orderId
.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Transaction successfully attached to the card order.
Invalid transaction or hash already used.
Unauthorized Error
Card order not found.
Internal server error.