Stripe
Mark the payment intent as confirmed, and move the order to the complete state
This endpoint is used to complete the order with succeeded payment intent. First it will check if the payment intent has status
succeeded
, if yes, then it will move the order to the complete state.
PATCH
Authorizations
Order token to authorize Cart and Checkout requests.
Response
200
application/vnd.api+json
200 Success - Returns the Stripe Payment Intent with the Stripe ID, client key, ephemeral_key, customer_id, amount and Stripe Payment Method ID.