GET_CUSTOMER_SUBSCRIPTIONS_STRIPE

Get the customer subscriptions by email or ID.

icon of StripeStripe
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_CUSTOMER_SUBSCRIPTIONS_STRIPE(customer_id)
customer_id

The customer ID or email. Use the function SEARCH_CUSTOMERS_STRIPE() to find the correct ID.

Examples

GET_CUSTOMER_SUBSCRIPTIONS_STRIPE("john.smith@acme.com") returns the subscriptions of "John Smith".