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

Refund Process #154

Closed
asa47 opened this issue Aug 17, 2017 · 3 comments
Closed

Refund Process #154

asa47 opened this issue Aug 17, 2017 · 3 comments
Labels

Comments

@asa47
Copy link

asa47 commented Aug 17, 2017

Hello,

I was wondering if it would be possible to add a few changes in refund process.

  1. As for now we can process a refund through the reference number that we provide during the charge amount; however would be it possible to allow the refund process with also the "Reference no" that you generate?

  2. Each refund process requires the user to insert the password. Would be it possible to disable or add a setting in the SDK that stop this from happening?

  3. If we assign to multiple transactions (split payment under the same sale) the same reference number; is there a way to retrieve all the transactions with that reference number?

Kind Regards

@mattiasjahnke
Copy link
Contributor

mattiasjahnke commented Aug 18, 2017

Hi!

  1. What would be the benefit of this? Logically you'd always have "your" reference (since you generate it), but the same can't be said about "our" reference (in the case of interruptions for example).

  2. As a property in the SDK; absolutely not. That would render the password technically moot.

  3. That's business logic that would be better off being a part of your own product (you keep a reference to the sale, that sale keeps 0..* references to payments).

@asa47
Copy link
Author

asa47 commented Aug 21, 2017

Hello, thanks for the reply.

  1. Yes you are right, we are supposed to know the reference of the transaction, but unfortunately the field was optional and we did not provide an ID to the transaction. We will change our logic and provide an unique ID, however it will still be great if it was possible to refund the transaction either by "our" reference or by "your" reference id. Please let me know if it can be achieved.

  2. Yes, you are right; our issue is that only the store admin can process the refund, unless the admin gives the password to the staff in his/her shop. We would like to avoid the latter. Any advice on how we could avoid this issue?

@hey-kj
Copy link
Contributor

hey-kj commented Jun 21, 2021

Closing due to inactivity

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

No branches or pull requests

4 participants