# Glide + Stripe connectivity

**URL:** https://community.glideapps.com/t/glide-stripe-connectivity/69627
**Category:** Ask for Help
**Created:** [January 16, 2024, 11:36pm UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627 "2024-01-16T23:36:19Z")
**Posts on this page:** 6
**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: [January 16, 2024, 11:36pm UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627/1 "2024-01-16T23:36:19Z")

</div>

Hello Gliders,

I have an order form which creates a unique template column, which relates to a stripe payment link. On submit, users are directed to this stripe checkout to complete their purchase.

I’m wondering if there’s a way to send data from Glide to the stripe checkout? Such as a description, so users can differentiate what jobs the receipts they receive are for.

Has anyone got any experience with this?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 16, 2024, 11:44pm UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627/2 "2024-01-16T23:44:22Z")

</div>

So you want some sort of a “dynamic” link to show people what they are purchasing?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [January 17, 2024, 12:10am UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627/3 "2024-01-17T00:10:38Z")

</div>

Yes, you can set the description in the payload:

`"[payment_intent_data][description]": description.toString()`

> **[Stripe PRO](https://stripe-pro.glide.page/dl/Stripe_PRO)**
>
> Stripe payment integration for Google Sheets and Glide, with an integrated checkout.

---

<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: [January 17, 2024, 12:39am UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627/4 "2024-01-17T00:39:42Z")

</div>

Is this possible to achieve with URL parameters?

For example, I have a custom field on the STRIPE checkout titled ‘Job Name’. Can I carry data in a url parameter from glide to prefill that field?

---

<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: [January 17, 2024, 12:39am UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627/5 "2024-01-17T00:39:56Z")

</div>

That’s correct

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [January 17, 2024, 12:41am UTC](https://community.glideapps.com/t/glide-stripe-connectivity/69627/6 "2024-01-17T00:41:54Z")

</div>

The url has to be constructed with headers and payload… this is where you add description.
