Skip to content

Update Payment Intent​

PUT
/bridge-payment/payments/intents/{id}

Update an existing payment intent before confirmation. Can only update pending payment intents.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters​

Path Parameters

id*

Payment intent ID

Typestring
Required

Request Body​

application/json
JSON
{
"amount_cents": 0,
"currency": "string",
"description": "string",
"setup_future_usage": "string",
"customer_id": "string",
"metadata": {
"additionalProperties": "string"
}
}

Responses​

Payment intent updated successfully

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI