Start the checkout process on a cart resource owned by the current audience_member.

The primary purpose of this request is to create a payment-intent associated with this
checkout. If the client specified a stripe_payment_method_id that
payment-method will be associated with the new payment-intent, otherwise the "preferred"
payment-method will be selected automatically.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Checkout ID

Body Params

Success

Start the payment process for a checkout.

string | null

DEPRECATED: prefer stripe_payment_method_id

The ID of the audience_member_stripe_payment_method resource to use
to complete payment and supply the shipping details for this checkout.
If omitted, the preferred audience_member_stripe_payment_method will be
selected automatically.

string | null

The ID of the stripe_payment_method resource to use to complete payment and supply the
shipping details for this checkout. If omitted, the preferred stripe_payment_method will be
selected automatically if one exists.

Response

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json