wrote:
Hi Sherwin,
The Postman message is "The requested resource does not support http method 'POST'". This means that the end point you connect to is not configured to accept a POST. For each REST method you expose, you need to set the HTTP method; by default this is GET:
You need to set the "HTTP Method" property to POST for your PaymentPortalReturn method.
hi sir
it was set to post already.
sorry, it should be on the pix above but didnt upload correctly