#ritikgwala_49345
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
I have integrated a stripe form which is buit from stripe UI componets like payment-elements but whenever i tried to make payment with large amount it gives me error like
<br/><b>Fatal error</b>: Uncaught Error sending request to Stripe: (Status 400) (Request req_d2b5tT3PNzOyQi) No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods)or specify payment_method_types Stripe\Exception\InvalidRequestException: No valid payment method types for this Payment Intent.Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard(https: //dashboard.stripe.com/settings/payment_methods) or specify payment_method_types in /var/www/html/stripe/CustomPaymentFlow/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38
Stack trace:
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So could you please help me get rid of this ?
The amount you specified is too large
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts refer to this doc for the max charge amount
Can't we increase the amount in eur ?
No
suppose i want to make payment with around 2000 EUR so can i able to make transaction with this amount ?
Can i share my complete code with you if possible ?
Because i have few queries regarding to the stripe custom payment elements form and want to get rid of these as soon as possible.
Yes you can specify 2k EUR, as I said earlier, the amount that you specified in your request is too large.
No, I can only support you through chat
Please check the link that I sent earlier, it tells you the max transaction amount.
Okay can you please explain me error that i have shared with you ?
Uncaught Error sending request to Stripe: (Status 400) (Request req_d2b5tT3PNzOyQi) No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard
As I explained earlier, the The amount (3456784545454545) you specified is too large