Pass Row ID through NoCode Stripe Portal

Hi everyone,

I am trying setting up stripe subscriptions with zapier as the middle-man.

Successful subscriptions talking back to Glide is working well.

Successful payments talking back to Glide is working well.

Where I’m getting stuck is the Stripe customer portal. I cannot pass a row ID for the subscription table through UTM parameters as the stripe customer portal generates a unique temporary link which does not carry any custom values.

How can I get my row ID value through to stripe, so when someone updates a subscription or cancels, I can update the row?

Thanks heaps
Kurt

Wondering if a workaround could be rather than edit row, add row to another table of ‘subscription activity’ or something, and relate the original subscriptions table back to this new table to get a status value of ‘cancelled’ or ‘active’. Thoughts?

In your initial Stripe Subscription set up, do you create a Stripe Customer ID? If so, you can include a metadata parameter that contains the customer’s Row ID. Anytime you need to reference the Row ID, you will be able retrieve it from the Stripe Customer ID metadata. However, I am more proficient in Make so it maybe possible Zapier allows for this as well.

1 Like