Within my API Controller called Payment, I have the following method:
[HttpPost] public HttpResponseMessage Charge(Payment
I had the same problem with my controller. The only thing which is different is the ending of the URL. Add "/" to "http://localhost:65396/api/payment/charge" at the end, that helped me