#cw
1 messages · Page 1 of 1 (latest)
Hi, welcome to Discord! We are happy to help with Stripe Integration questions here.
Thanks. It's a relief to find this. I've been going crazy trying to find answers, didn't know this Discord existed. Would have saved 3 weeks lol.
1/ You're likely looking for this, https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements. You can customize it with the Appearance API: https://stripe.com/docs/elements/appearance-api
typing more ..
None of those themes match my dashboard UI for my app. I can change the colors to .... red and blue, for example?
2/ You can potentially track these with the Payment Intent. To learn more, please visit https://stripe.com/docs/payments/intents and https://stripe.com/docs/payments/payment-intents.
Each Payment Intent typically correlates with a single shopping cart or customer session in your application and it provides data about the transaction.
The changeable variables are shown here for instance: https://stripe.com/docs/elements/appearance-api?platform=web#commonly-used-variables
3/ The above link provided on answer 1 should cover these details
Can I interrupt you and show you the design/ flow I have in mind?
- Yes, you can. As shown on 1, you can enable Automatic tax for instance and pass the following on the subscription creation:
"automatic_tax": {
"enabled": false
},
5/ Also covers it in 1.
Let me know if you have further questions on this.
I have sent you my design flow. Please let me know if I can accomplish this with Elements.
You can answer here, not DM - I understand you cannot DM users.
Do they have to submit the form or does it track while they are filling out the form? I'm very confused on this. How does it know when they are finished typing their email? Does it keep updating until they stop typing?
As far as the design, you'd want to take a look at the variable options presented: https://stripe.com/docs/elements/appearance-api?platform=web#commonly-used-variables and https://stripe.com/docs/elements/appearance-api?platform=web#additional-variables.
Ok - does Elements allow me to make this exact page?
With same features?
But customizable?
And is the left side available on elements? Or should I make it from scratch and API
Sorry for the silly questions.
No problem, no silly questions. That would come from your coding. You can see what the Stripe Payment Element looks like here: https://stripe.com/docs/payments/payment-element
Hmm ok.. so the left part is my coding.. i can do that
and the right part is from elements
I'm assuming the right part is already mobile responsive
Yes it is. However, if you're looking to accept payments via an app, you'd need to build this as well: https://stripe.com/payments/features#mobile
The app is only desktop for now.
By app, do you also mean mobile browser view?
Or literally an APP
An app not a webview on a mobile device, which I do not think it's what you're after.
Ok .. thanks
So the elements are already coded to accept payments, I just have to customize the theme and add my API key? Or do I still have to figure out payment intent?
I highly recommend reading through the document thoroughly and ask specific questions from there.