iospaypaltransactions

Tutorial for Payway to integrate in iPhone app?


I want to use PayWay e-com to do transaction from my app. Since I am new to this technology, I am not sure where to start and how to integrate it in my iPhone app which has PHP backend.

Can anyone please suggest some good Tutorial to start with this? I found there are two ways to use it in our app.

  1. PayWay Net

  2. PayWay API

I want to work with second one i.e., PayWay API. Please suggest some good reference which will be useful in integrating to iOS app.


Solution

  • You can get a free test facility by contacting PayWay technical helpdesk. This will give you an access to the system to download sample code and the software you need.

    You have tagged your issue PayPal. PayPal is only supported through PayWay Net, and not PayWay API.

    To use PayWay Net you redirect the cardholder's browser to the PayWay website. With PayWay API, your system talks directly to the PayWay server. The advantage of PayWay Net is that your systems do not need to process credit card numbers and pass PCI-DSS. The advantage of PayWay API is that you can build a more seamless integration and handle situations where the cardholder can not be presented with a web browser.

    (Disclaimer: I work for Westpac).