#pedropereira_api

1 messages ¡ Page 1 of 1 (latest)

rapid dragonBOT
#

👋 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.

glad bobcatBOT
clever flare
#

. Is there a way to show a different amount
Where are you referring to exactly ?

#

How are you collecting the payment method ?

jolly hazel
#

I mean in the payment method settings. I'm using Stripe Elements

#

In the bank statement is showning an amoiunt of 0.00

clever flare
#

Ah yes, that's expected, because using hte SetupIntent you are just authenticating the payment you are not charging the customer.

jolly hazel
#

I figured.

#

How to use Stripe Elements, charge customer, and setup future payments in a single step?

clever flare
jolly hazel
#

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.

clever flare
#

You collect the payment method from the customer only one time and it's set for reccurring payments

jolly hazel
#

Ok. thank you! Have a great day!