Skip to main content
POST
Update Payment Intent Amount

Authorizations

Authorization
string
header
required

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

Path Parameters

cartId
string<uuid>
required

The unique identifier for the cart

Body

application/json
id
string
required

The Stripe payment intent identifier to update.

Response

Payment intent updated. Returns the Stripe payment intent status.

status
string

The Stripe payment intent status after the update.

Example:

"requires_payment_method"