Checkout API CheckoutPageUrl Not Found

I am trying to implement a Square payment provider in C# using the Square Checkout API.

I am able to get it to generate a checkout url, but when I am redirected to this url, it says 404 Page Not Found.

Has anyone else found this issue? And do you know how to help me resolve it?

Thanks in advance

Paul

I may have found the solution. I was using a POST to the redirect url instead of a GET. When I used a GET it worked.

1 Like