#miken_best-practices
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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ 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/1225838938594213888
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share more details about how you've integrated Stripe? What products are you using? For example: are you using Stripe Checkout or Stripe Elements + APIs?
Additionally, are you creating charges on your platform or directly on the connected account?
Hi. We are charging using the client's Stripe account.
Currently in the process of switching to oAuth and Connected accounts.
I understand our current method is no longer encouraged (using the client's keys and webhook to make the charges using their account)
But we are looking for quick fix for this client
I might have found the answer in the doc:
Amount = 1000,
Currency = "usd",
AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions
Yep, you'd need to change the currency