Developer Portal
5.3 cURL Parameters
Payway WS accepts and produces JSON payloads. The standard arguments for the curl requests below are as follows:
curl -v -X POST -H "Content-Type: application/json" -H "Accept: application/json" https://www.devedgilpayway.net/PaywayWS/<ENDPOINT>
POST is changed to GET for requests that read data from PaywayWS without changing the state of the data. <ENDPOINT> depends on the ttype of request.