Delegate subscription payment to customer
Delegates the payment responsibility of a subscription to a different customer. The delegated customer will be billed for this subscription.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Path Parameters
The unique identifier of the entity
1 - 255Body
Delegate the payment responsibility for a subscription to a different customer. The subscription remains associated with the original customer, but billing and payment obligations are transferred to the target customer. This is useful for B2B scenarios where one entity consumes the service while another handles payment.
The unique identifier of the customer who will assume payment responsibility for this subscription. This customer must already exist in your Stigg account and have a valid payment method if the subscription requires payment.
255Response
The updated subscription object.
Response object
Customer subscription to a plan
