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

Verify a specified bank account for a given customer.

" }, { "info": { "name": "Stripe Post Customers Customer Sources Id Verify", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/customers/:customer/sources/:id/verify", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Verify a specified bank account for a given customer.

" }, { "info": { "name": "Stripe Post Payment Intents Verify Microdeposits", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/payment_intents/:intent/verify_microdeposits", "params": [ { "name": "intent", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Verifies microdeposits on a PaymentIntent object.

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