2.2. iOS SDK UI API Description - Aigul-Irgalina/personal_test GitHub Wiki
SDK UI API Description
SDK UI has following methods
| Method | Purpose |
|---|---|
| bind() | This method allows you to get a recurring id for bank card and use this id for further recurring payments. SDK only participates in creating such id, further payments should be made server-to-server. |
| payment() | This method allows you to make payment. There are three available methods:- new bank card,- saved bank card (token),- PayPal.If customer saves bank card while payment, your server will get a cardToken. You need to save this token and transmit it to SDK, when customer should want to pay with saved card.You might not want to allow customer to use all those payment methods. Transmit to SDK methods you want to use, and SDK will show only those (if they are allowed by UnlimintServer). We call it checkout. |
Please find API details in Code Documentation.