Cart
Prepares a cart for stripe
PUT
/
public
/
checkout
/
cart
/
{id}
/
prepare-stripe
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredCart identifier
Body
The body is of type any
.
Response
200 - application/json
clientSecret
string
The Stripe client secret for the payment intent.
paymentIntentId
string
The Stripe payment intent id.
Was this page helpful?