{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Cart Payments API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cart Payments", "type": "folder" }, "items": [ { "info": { "name": "Update a Payment Intent on a Cart", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/carts/:cartID/payments/:paymentIntentID", "params": [ { "name": "cartID", "value": "", "type": "path", "description": "The unique identifier of the cart." }, { "name": "paymentIntentID", "value": "", "type": "path", "description": "The unique identifier of the payment intent." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the payment information for a specific payment intent on a cart." } ] } ], "bundled": true }