Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Headers

PAYMENT-SIGNATURE
string

Signed payment authorization for the quote. Alternative to providing payment_signature in the request body.

Body

application/json
id
string
required

The quote ID to settle.

payment_signature
string

Base64-encoded signed payment authorization (x402 PaymentPayload). Can alternatively be provided via the PAYMENT-SIGNATURE header.

Response

Payment already settled (idempotent response)

data
object