#anoush_72862

1 messages ยท Page 1 of 1 (latest)

opaque martenBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

upbeat fjord
#

๐Ÿ‘‹ happy to help

near citrus
#

req_lovaqq8mrwf07P

opaque martenBOT
near citrus
#

?

lapis fog
#

๐Ÿ‘‹ stepping in here as tarzan needed to step away

#

Taking a look

#

That request ID is just for creating a payment config. That is not an error.

#

Can you share the erroring request?

near citrus
#

sorry maybe I have sent wrong request ID,

#

I am trying to initialize payment element and getting the following error "No valid payment method types for this configuration. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) and invoice settings (https://dashboard.stripe.com/settings/billing/invoice) and that the amount (49) is not lower than the currency (usd) minimum: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts."

See what currencies you can use for making charges and for paying out to your bank account.

#

seems that it is not related to any requets

lapis fog
#

Ah interesting

#

Can you show me your code for how you are creating Elements?

near citrus
#

I have checked the Stripe document and the minimum USD amount is 0.5

lapis fog
#

That's correct

#

Are you passing a client_secret when you create Payment Element?

near citrus
#

no

#

it is interesting that when I pass 50$ it works

lapis fog
#

The amount is in smallest currency unit

#

So if you pass 50 that is $0.50

near citrus
#

ah ok, thank you, I forgot that it is in cents