Developer Portal
5.4 Common Use Cases
This section contains descriptions of common use cases for PaywayWS. They are accompanied with sample cURL command line requests that execute the use cases.
5.4.1 Web Based ( Redirected ) Payment
Redirected payments allow you to send a payment with card account information to PaywayWS without touching the card data. They are done in
More cURL
5.4.2 Web Based ( Redirected ) Add Account
More cURL
5.4.3 Recurring Payment With Token
curl -v -X POST -H "Content-Type: application/json" -H "Accept: application/json" https://www.devedgilpayway.net/PaywayWS/Session -d "{"request":"getPaywaySession", "userName":"YourUserName", "YourPassword":"1234567w" }"
More cURL
5.4.4 Read Payment Details
More cURL
5.4.5 Read Account Details
More cURL
5.4.6 Update Account Data
More cURL
5.4.7 Update Transction Notes
More cURL
5.4.8 Google Pay™ or Apple Pay™ Payment
More cURL