Accept Quote
Confirms and accepts a previously generated payment quote, triggering the off-ramp payment process.
Once a quote has been generated, use this endpoint to accept it by providing the **transaction ID** and the **blockchain transaction hash** that proves the crypto funds have been sent. This moves the transaction from a quoted state to processing.
**Authentication:** Bearer token (`{{JWT_LOGIN}}`) + `x-api-key` header.
**Key body fields**
- `transactionId`: The ID of the quote to accept.
- `transactionHash`: The on-chain transaction hash confirming the crypto transfer.
Headers
x-api-key
Request
This endpoint expects an object.
transactionId
transactionHash
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
OK
transactionId
status
type
quote
recipient
transactionHash
createdAt

