-
Notifications
You must be signed in to change notification settings - Fork 133
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
Hosted payment page error after filling out payment information #99
Comments
Hi, A fix has been sent and is pending release ( .NET SDK #257 ). Your code for doing the payment does not have any issues. I believe the issue is from the GetAnAcceptPaymentPage sample, if you are also using the order information in the request. A temporary workaround for this is to include a valid date for order.purchaseOrderDateUTC in the format "YYYY-mm-dd".
|
In the .NET SDK the purchaseOrderDateUTC is a DateTime type. How are you putting a string for that value? Can this fix also be moved to the dotnet core sdk as well? |
Unfortunately the workaround proposed doesn't appear to work. The only way I can get it to go through is to not include the "order" object. |
Hi, In any case, I have escalated this to the relevant team and will update this thread with the progress. |
Hey Gabriel, has there been any update on this issue? Thanks! |
Yikes. Five months later and this is still not fixed. For anyone trying to resolve this issue, I was able to get the sample code working by reverting to 1.9.6. |
Is there any plan to fix this issue? I have to return to use |
Almost a year later. Any fix for this? |
Still an issue as of now. Workarounds are either to leave the 'order' undefined, or to revert to dotnet SDK version 1.9.6. On reviewing the API documentation here, it seems like the orderType object has a lot of new fields in version 1.9.7 and later, that don't seem to be defined in the API as of today. |
FIVE YEARS LATER, and this bug still has not been fixed. |
Steps to reproduce:
Upon clicking pay you get an error "Unexpected error. Please try again."
I have tried several different ways to generate the token as well as several different types of credit card numbers (all test numbers) and amounts, etc. I cannot get a working sample to go through.
I even tried to do this in a production environment and had the same result. Can someone please let me know what exactly this error is?
You can duplicate the error using the sample codes api login or with any generated one from the sandbox.
The text was updated successfully, but these errors were encountered: