{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Approve API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Approve", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Issuing Authorizations Approve", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/issuing/authorizations/:authorization/approve", "params": [ { "name": "authorization", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

[Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nThis method is deprecated. Instead, respond directly to the webhook request to approve an authorization.

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