Skip to content

Update Subscription

PUT
/bridge-payment/subscriptions/{id}

Update subscription details (payment method, metadata).

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

id*
Typestring
Required

Request Body

application/json
JSON
{
"payment_method_id": "string",
"metadata": {
"additionalProperties": "string"
}
}

Responses

Subscription updated successfully

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI