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

[Deprecated] Declines 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 decline an authorization.

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