#pedropereira_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214150305265229874
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
. Is there a way to show a different amount
Where are you referring to exactly ?
How are you collecting the payment method ?
I mean in the payment method settings. I'm using Stripe Elements
In the bank statement is showning an amoiunt of 0.00
Ah yes, that's expected, because using hte SetupIntent you are just authenticating the payment you are not charging the customer.
I figured.
How to use Stripe Elements, charge customer, and setup future payments in a single step?
I see. But does this work with subscriptions as well?
I mean. I was trying to setup future payments to make the subscription process easier.
With subscription you simply use the payment_intent created from the subscription
Have had a chance to check the official integration of Subscription with Element:
https://docs.stripe.com/billing/subscriptions/build-subscriptions?ui=elements
You collect the payment method from the customer only one time and it's set for reccurring payments
Ok. thank you! Have a great day!