Skip to content

Confirm Payment Intent

POST
/bridge-payment/payments/intents/{id}/confirm

Confirm and process a payment intent. Optionally save the payment method for future use.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)
or

Parameters

Path Parameters

id*

Payment intent ID

Typestring
Required

Request Body

application/json
JSON
{
"payment_method_id": "string",
"return_url": "string",
"save_payment_method": false
}

Responses

Payment confirmed successfully

application/json
JSON
{
"success": true,
"data": {
"id": "string",
"status": "succeeded",
"amount_cents": 0,
"currency": "string"
}
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI