{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Apply API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Apply", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Payment Intents Apply Customer Balance", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/payment_intents/:intent/apply_customer_balance", "params": [ { "name": "intent", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Manually reconcile the remaining amount for a customer_balance PaymentIntent.

" } ] } ], "bundled": true }