Sync Product with Provider (Admin)​
POST
/bridge-payment/admin/products/{id}/sync
Admin endpoint to synchronize a product with a payment provider (e.g., Stripe). Creates or updates the product in the provider's system.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Parameters​
Path Parameters
id*
Product ID
Typestring
RequiredRequest Body​
application/json
JSON
{
"provider_id": "stripe",
"force": false
}
Responses​
Product synced successfully