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
RequiredRequest Body
application/json
JSON
{
"billing_address_id": "string"
}
Responses
Subscription billing address updated