Stripe Search for User by Subscriptions
Inputs
In order to use the action in your flow you need to provide it the following inputs:
Input | Type | Description |
---|---|---|
Token | String | Stripe Secret Token |
Customer ID | String | Customer ID |
Outputs
Output | Type | Decription |
---|---|---|
Subscriptions Found? | Boolean | Whether subscriptions found |
Has Active Subscriptions? | Boolean | Whether user has active subscriptions |
Subscriptions List | List | Subscriptions List |
Latest Active Subscription | Object | Latest Active Subscription |
Updated 12 months ago