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

Enable partial card payments #1216

Open
vohmar opened this issue Feb 8, 2024 · 1 comment · Fixed by #1258 · May be fixed by internetee/eis_billing_system#114
Open

Enable partial card payments #1216

vohmar opened this issue Feb 8, 2024 · 1 comment · Fixed by #1258 · May be fixed by internetee/eis_billing_system#114
Labels
enhancement New feature or request

Comments

@vohmar
Copy link
Contributor

vohmar commented Feb 8, 2024

With high bid auctions new problem has arisen - winner is not able to pay for the win in one card payment due to set limit on payment size. With foreign users there might not be another option available as user does not have access to open banking options. Also we just had a case where our bank refused to accept bank transfer due to source bank being considered high risk.

To solve this issue we should enable partial card payments

see two options here:

  1. solve it with everypay - enable user to change the payment amount and handle the partial receipt. We have testide this before and had some issues with this. but wort to take another look
  2. the other option would be to solve this on auction side. User can select feature to divide auction payments into smaller subpayments. As a result system generates payments links for these subpayments (sub-invoices) and once all the partial payments have been made system marks the big invoice as paid
@vohmar vohmar added the enhancement New feature or request label Feb 8, 2024
@vohmar
Copy link
Contributor Author

vohmar commented Feb 9, 2024

asked from everypay about partial payments - it's not possible at the moment, it is planned but not available yet. So it leaves us with option 2 where we could create payment links for separate partial payments for a given invoice. The system needs to keep track of the payments and mark the invoice as paid once all the sub-payments are successful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: To do
1 participant