#theglobe-Checkout
1 messages · Page 1 of 1 (latest)
I need to add some meta data to be passed for each type of subscription
I also have certain IDs that the user needs to add to their profile
Like here: https://dashboard.stripe.com/payment-links/create I need to add another field called: AR Number ID so the user can add their number
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
What are you trying to this data for?
I transfer the information the users adds to that form to Active Campaign using Zapier. Right now I am using my own checkout page that I've built, but I want to switch to Stripe checkout page, since it's responsive and better looking.
I see, can the metadata be tied to the customer, https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#create-customer ? Today, there is not a way to add an input the way describe here.
When the customer is created, you could pass the metadata.
There's nothing similar to this in Stripe?
Unfortunately, not today