Update a Payment Session
POST
/store/carts/{id}/payment-sessions/{provider_id}Update a Payment Session with additional data. This can be useful depending on the payment provider used. All payment sessions are updated and cart totals are recalculated afterwards.
Request
Path Params
id
string
required
The ID of the Cart.
provider_id
string
required
The ID of the payment provider.
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
Client Error or Multiple Errors(400)
Not Found Error(404)
Invalid State Error(409)
Invalid Request Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago