Skip to content

Link or unlink billing address on subscription

PATCH
/bridge-payment/subscriptions/{id}/billing-address

Stores billing_address_id on the subscription for renewals and invoicing. Pass null to unlink.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

id*
Typestring
Required

Request Body

application/json
JSON
{
"billing_address_id": "string"
}

Responses

Subscription billing address updated

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI