https://www.payway.com/wp-content/uploads/header-developers-mobile.png

Developer Portal

Content

5 Getting Started

5.1 Payway Setup

( change this in accordance with the Rabinovicci discussion yesterday. At the least get a new email something like [email protected] or some other email that will be managed on our end to validate the sender and set up account.

In order to start using the examples below you will need an account on Payway’s server. If you are not already working with someone at Payway you can contact [email protected] or [email protected] to get your account creation started. Once you have your account you will be given temporary configuration information to use with the examples below. Your integration code will also use the same account and configuration information.

From here down may be broken up and presented differently on the devlopment pages ? As discussed yesterday if so we still want to be able to download this whole thing in one piece if that’s what they want to do.

5.2 Using cURL

The samples below use the cURL tool. They can be cut and pasted into your comand line and will run correctly ( you will have to modify the logon information to use the logon account Payway provides to you ).

The cURL package is a widely used tool for executing requests to servers supporting the http protocol. Information and downloads are available here: https://curl.se/

5.3 Curl Parameters

Payway WS accepts and produces JSON payloads. The standard arguments for the cure 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.

 

Subscribe

Every post in your inbox