Developer Portal
8.1 Get a Payway Session
| JSON ‘request’ value | getPaywaySession | 
| DESCRIPTION | Obtains a Payway session token based upon presented credentials | 
| URL | /Session | 
| METHOD | Post | 
| URL PARAMS | None | 
| CONSUMES | text/json | 
| PRODUCES | text/json | 
| NOTES | Most PaywayWS requests require a valid Payway session token, which must be retrieved using this request.  The exception is sendQueuedTransaction which requires a paywayRequestToken. Session tokens can be used for multiple requests. Session tokens that are not used for 5 minutes are deleted and a new session will have to be requested. Multiple active sessions for the same user are allowed. DO NOT CALL THIS METHOD FROM A BROWSER. This is to be called from a secure site connected to PaywayWS. User credentials for the development, testing, and live systems will be provided by Payway for integration and setup. The Payway_Admin web application is used by merchants to manage users and credentials.  | 

