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

Status 500 Internal Server Error for MakePayment #17

Open
datwsui opened this issue Sep 6, 2017 · 2 comments
Open

Status 500 Internal Server Error for MakePayment #17

datwsui opened this issue Sep 6, 2017 · 2 comments

Comments

@datwsui
Copy link

datwsui commented Sep 6, 2017

I'm calling MakePayment method as below:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; var container = new UnityContainer(); PromisePayDotNet.DI.InitUnityContainer.Init(container); var repo = container.Resolve<IItemRepository>(); var response = repo.MakePayment(PromisePayItemId.ToString(), PromisePayAccountId.ToString());

It returned status 500 though. Can make payment with the same item and card account.

How may I retrieve more detailed error info?

@jeandee
Copy link
Contributor

jeandee commented Sep 7, 2017

Hello @datwsui, thank you for the information. We'll try to get back to you asap on the cause of this error.

@jeandee
Copy link
Contributor

jeandee commented Sep 8, 2017

Hi @datwsui,
It seemed to be a data problem. Rest assured there wasn't anything wrong from your end. You should be good to start testing again. We have a developer investigating what triggered the 500 error, but it should work now as expected.

@AssemblyPayments AssemblyPayments deleted a comment from datwsui Sep 8, 2017
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