{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Confirm API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Confirm", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Payment Intents Confirm", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/payment_intents/:intent/confirm", "params": [ { "name": "intent", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Confirm that your customer intends to pay with current or provided\npayment method. Upon confirmation, the PaymentIntent will attempt to initiate\na payment.\nIf the selected payment method requires additional authentication steps, the\nPaymentIntent will transition to the requires_action status and\nsuggest additional actions via next_action. If payment fails,\nthe PaymentIntent transitions to the requires_payment_method status or the\ncanceled st"
}
]
}
],
"bundled": true
}