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

Non-referenced refunds #201

Closed
SecurityForUs opened this issue Nov 23, 2012 · 1 comment
Closed

Non-referenced refunds #201

SecurityForUs opened this issue Nov 23, 2012 · 1 comment

Comments

@SecurityForUs
Copy link

Scenario: user makes two different charges: $5 and $20 (total $25). They spend $2 of that to bring their available balance to my services to $23. They decide they want to refund the rest of their money.

Normally you'd just reference a debit and do a (partial) refund, which is fine for the most part. But when it comes into cases like this, it's not always possible. Another issue is finding a valid SQL query (if you store this stuff there) to be able to sort out intelligently the money and the IDs.

What I'm asking is for the ability to refund $ without needing to do so based on the transaction ID or anything. Worst case scenario your marketplace balance goes negative and the amount is paid for on the next invoice. This isn't any different than how it is now, just that your users don't have to worry about which transaction/URI/etc... they have to use.

@matin
Copy link
Member

matin commented Apr 5, 2013

This is a dupe of #32. Not all cards support non-referenced refunds except for US based debit cards.

@matin matin closed this as completed Apr 5, 2013
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

2 participants