Subscriptions

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.

post/api/v1/subscriptions/{id}/delegate

Path parameters

idstring required

The unique identifier of the entity

Request body

targetCustomerIdstring required

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.

Response

The updated subscription object.

Changes