The user doesn’t have to leave the app as the payment forms are built into it.
Customer confirms they’re ready to pay, and the funds are debited from their YooMoney wallet.
You upload the library, add a few lines to the app’s code, and get a payment mechanism ready for work.
Requests for bank card payments use a one-time token that you can get via mobile SDK.
Install the demo app to view interfaces and payment process via mobile SDK.
To install the demo app for iOS, click the button from your iPhone or iPad. Download and install Testflight, accept the license agreement, then install the mSDK app.
Customer selects the payment method in the app.
The mobile SDK built into the app receives a one-time payment token from YooMoney.
The app initiates the payment on the store’s server.
The store’s server sends the payment request to YooMoney.
YooMoney sends the payment results to store’s server, the store sends them to the app.
Tell the YooMoney manager you want to integrate mobile SDK.
Complete the integration with YooMoney by API.
Issue a key for client apps in your YooMoney Merchant Profile.
Implement the system of sending a one-time token to your system.
Send payment requests by API with a payment token as you do for all payments on the website.