Stay.ai Pause Subscription
This action is used to pause a subscription by id.
Official documentation for this endpoint that be found here: https://docs.stay.ai/reference/pause-subscription
Inputs
Name | Type | Description |
---|---|---|
Subscription Id | String | The id of the subscription |
Access Token | String | Stay.ai access token |
Paused Until | String | Date to pause the subscription until. Format: YYYY-MM-DD |
Initiator | Optional String | Initiating actor. Can be MERCHANT or CUSTOMER. Default: MERCHANT |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the call was successful or not |
Error | String | An error message if it fails |
Updated 6 months ago