-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to cancel or refund a pre-authorized order #64
Comments
Apparently this is done by sending a void POST request
though it does not seem to be supportet with this library. |
I am going to close this issue as we have merged your pr and the Node library now contains the void method. |
I have the same problem with .Net, support tells me that I should send that post request, I understand that -H is "Header" but what does "-U" mean? Thanks for the help. I would be grateful if you could attach an image of how to make this request, either by code or a program such as postman, for example, thanks. I want to emphasize that I have put the private key in the Url and it sends me a version incoatibility error. |
How do I cancel a pre-authorized order? I can't call refund since I get the following error then:
Calling refundOrder after capturing it probably works but it feels like the wrong way to do it.
The text was updated successfully, but these errors were encountered: