Although we do not have software development kit (SDK) for various mobile platforms (IOS, Android etc.), it is possible to integrate SmoovPay inside your mobile application in 2 ways:

Method 1: Embedded webview
User pays in app > Send request to SmoovPay > Open SmoovPay payment page inside the app 

This method is basically when your customer makes an order in you mobile app, there will be a link that direct the user to SmoovPay payment page in the backend of your application. Once the user open the SmoovPay payment page inside the application, they just need to fill in the credit card detail and the payment will be processed.


Method 2: Open in default browser
User pays in app > Send request to SmoovPay > Launch default browser with SmoovPay payment page


This method is when your customer makes an order in you mobile app,there will be a link that direct the user to SmoovPay payment page in the backend of your application. Once they click on the link, it will direct them to the default browser. The customer just need to fill in the Credit Card details and the payment will be processed.