In my application, there is a payment option for user, so that they can purchase within the app.For payment I should use PayWay gateway from Westpac(one of the Australia Bank).
In PayWay, they are providing two options.
1.NET system
2.PayWay API.
I like to use the second one(PayWay API).I got the login for testing purpose.In their website itself , they have provided some API for php,java, dot net and some other. But I dont have any idea, how this can be integrated in my ios application and where the user details should be taken(Credit card no, Password,etc) and how this can be processed.Please suggest some solution.
The actual procedure for PayWay API is,
1.Application will call the API Code which is present in our server.
2.Then our server code will call the PayWay gateway, and the response will be sent back to server from the gateway.
3.Based on the response, we should notify the customer about the transaction.
Is my understanding correct? Please advice on this.
I have referred some S.O questions, but it doesn't help me much
I don't understand how Westpac Payway API and NET works
PayWay information_fields useage
Any help will be appreciated.
Thank You.