# Pass Row ID through NoCode Stripe Portal

**URL:** https://community.glideapps.com/t/pass-row-id-through-nocode-stripe-portal/74936
**Category:** Ask for Help
**Created:** [July 16, 2024, 1:09am UTC](https://community.glideapps.com/t/pass-row-id-through-nocode-stripe-portal/74936 "2024-07-16T01:09:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Kurt\_Penberth](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kurt_penberth/32/66463_2.png) [@Kurt\_Penberth](https://community.glideapps.com/u/Kurt_Penberth)
#### Post date: [July 16, 2024, 1:09am UTC](https://community.glideapps.com/t/pass-row-id-through-nocode-stripe-portal/74936/1 "2024-07-16T01:09:38Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Kurt\_Penberth](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kurt_penberth/32/66463_2.png) [@Kurt\_Penberth](https://community.glideapps.com/u/Kurt_Penberth)
#### Post date: [July 16, 2024, 1:13am UTC](https://community.glideapps.com/t/pass-row-id-through-nocode-stripe-portal/74936/2 "2024-07-16T01:13:17Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![mmgt2005](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mmgt2005/32/965_2.png) [@mmgt2005](https://community.glideapps.com/u/mmgt2005)
#### Post date: [July 16, 2024, 4:50pm UTC](https://community.glideapps.com/t/pass-row-id-through-nocode-stripe-portal/74936/3 "2024-07-16T16:50:35Z")

</div>

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.
