Skip to main content
POST
Execute a buy quote

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

quoteId
string
required

The quote ID (cart ID) to execute

Body

application/json
expectedTotal
integer
required

The total from the quote response, in cents. The order is rejected if the current total exceeds this value.

Required range: 0 <= x <= 9007199254740991
paymentMethod
string
required

'wire_transfer' or a Stripe payment method ID (pm_... or ba_...)

shipping
object

Shipping address when not using vault fulfillment

selectedOptionalIds
string[]

Optional addon IDs to confirm

promotionCode
string

Promotion code to apply at checkout

sweep
boolean

When true, sweep remaining balance after a partial fill

Response

200 - application/json

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required