Sync Payment Intent Status​
POST
/bridge-payment/payments/intents/{id}/sync
Synchronize payment intent status with the payment provider. Used after frontend confirms payment with Stripe Payment Elements. Triggers email notifications and payment method saving.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
or
Parameters​
Path Parameters
id*
Payment intent ID
Typestring
RequiredResponses​
Payment status synchronized successfully
application/json
JSON
{
"success": true,
"data": {
"id": "string",
"status": "succeeded",
"synced_at": "string"
}
}