문제

My app is a simple booking system which enables users to pay from their credit cards. (This app is a module of a already finished web application)

Question is How to call a payment gateway within the app?

Is it possible to access the services from the existing web application and proceed with the payment? OR Is is advisable to use a webview with the URL of the existing web application?

도움이 되었습니까?

해결책

Yes this is possible. Through this link https://www.x.com/community/ppx/xspaces/mobile. you can get mobile payment libraries for Android and as well as for iPhone.

it also contains sample code. You can use this code into your apps and modify it as your project requirement.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top