Skip to content

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
Required

Request Body

application/json
JSON
{
"provider_id": "stripe",
"force": false
}

Responses

Product synced successfully

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI