#ritikgwala_49345

1 messages · Page 1 of 1 (latest)

formal galleonBOT
slow forge
#

Hi there, how can I help?

fiery timber
#

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:

#

So could you please help me get rid of this ?

slow forge
#

The amount you specified is too large

fiery timber
#

Can't we increase the amount in eur ?

slow forge
#

No

fiery timber
#

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.

slow forge
#

Yes you can specify 2k EUR, as I said earlier, the amount that you specified in your request is too large.

fiery timber
#

Can we discuess over the call ?

#

if possible.

slow forge
#

No, I can only support you through chat

fiery timber
#

Okay no problem.

#

How much amount am i able to make transaction ?

slow forge
#

Please check the link that I sent earlier, it tells you the max transaction amount.

fiery timber
#

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

slow forge
#

As I explained earlier, the The amount (3456784545454545) you specified is too large

fiery timber
#

Okay

#

How can i save card details with different amount using stripe payment elements so user doesn't have to enter his card details again and again ?