Prepares a cart for stripe.
curl -X PUT \ /public/checkout/cart/{id}/prepare-stripe \ --header "Authorization: Bearer <token>"
{ "clientSecret": "<string>", "paymentIntentId": "<string>", "setupIntentId": "<string>" }
Value for the Authorization header parameter.
Cart identifier
Cart resource updated
Was this page helpful?