How to Extract Data from a Custom Field on a Stripe Payment Page for an HTTPS Request?

This topic was automatically generated from Slack. You can find the original thread here.

Hi,

Does anybody know how to take data inside that custom field on a stripe payment page? I need that, so I can pass it further as an HTTPS request. For some reason, I cannot find that field.

Hi , I’m not sure if this is related to Pipedream. Though I think you can request help from with Stripe customer support

Wanted to know, how I can find that field when a new subscription/sale is done. I read somewhere something about getting the checkout session and on, then you can access that field. But not sure how to do that.

I managed to fix it. I had to use the stripe API and get the events, and I was able to access that custom field.