#miken_best-practices

1 messages ¡ Page 1 of 1 (latest)

kindred spruceBOT
#

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

worn escarpBOT
void kindle
#

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?

quick mulch
#

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

void kindle
#

Yep, you'd need to change the currency

quick mulch
#

OK thanks.

#

It seems the currency is not case senstive? CAD or cad ?