Accept Quote

View as Markdown
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-keystringOptional

Request

This endpoint expects an object.
transactionIdstringRequiredformat: "uuid"
transactionHashstringRequired

Response headers

x-amzn-RequestIdstringOptional
Access-Control-Allow-OriginstringOptional
x-amz-apigw-idstringOptional
X-Amzn-Trace-IdstringOptional

Response

OK
transactionIdstringformat: "uuid"
statusstring
typestring
quoteobject
recipientobject
transactionHashstring
createdAtdatetime