{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Increment API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Increment", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Payment Intents Increment Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/payment_intents/:intent/increment_authorization", "params": [ { "name": "intent", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Perform an incremental authorization on an eligible\nPaymentIntent. To be eligible, the\nPaymentIntent’s status must be requires_capture and\nincremental_authorization_supported\nmust be true.
Incremental authorizations attempt to increase the authorized amount on\nyour customer’s card to the ne" } ] } ], "bundled": true }