{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Funding API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Funding", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Customers Customer Funding Instructions", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/customers/:customer/funding_instructions", "params": [ { "name": "customer", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Retrieve funding instructions for a customer cash balance. If funding instructions do not yet exist for the customer, new\nfunding instructions will be created. If funding instructions have already been created for a given customer, the same\nfunding instructions will be retrieved. In other words, we will return the same funding instructions each time.

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