Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout with zero amount results to Invalid request #1009

Open
buzmate opened this issue Apr 20, 2023 · 2 comments
Open

Checkout with zero amount results to Invalid request #1009

buzmate opened this issue Apr 20, 2023 · 2 comments
Milestone

Comments

@buzmate
Copy link

buzmate commented Apr 20, 2023

Hello. I have an issue when my clients use coupons and the cart total is zero during checkout if they are still required to select the payment method, which is Paypal and on the final step the application tries to get the payment from paypal for zero amount in result the paypal to return:
"Failed to process your payment
Your order has been processed but the payment failed.

Please try again to pay this order.

The following error occurred:
Invalid request - see details"

Any advice? Is there any setting to disable the requirement to select a payment method when the total amount is zero?

@cyril-design
Copy link
Contributor

There is a minimum amount to make a transaction (for example for Stripe it is $0.5 US).
In the logic of a free transaction, the payment gateway must be forced into invoice during checkout

@chocolata
Copy link
Contributor

Hey,

This is how I tackled this issue:
#847

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants