SDK Integration
Web SDK
Mobile SDK
- Client creates an order.
- Mobile Server registers that order in Payment Gateway viaregister.do. Use
returnUrlparameter as a marker to close Web View after redirect from ACS. - Mobile Server receives a unique order number
mdOrderin response. - Mobile App initiates SDK Payment to collect Client's payment data.
- Client fills in payment data.
- SDK sends encrypted payment data (seToken) to Payment Gateway.
- Payment Gateway makes a payment.
- If it's required, Payment Gateway handles 3DS Secure communication.
- To process 3DS 2 payments, we recommend you to use web view redirect (
use3ds2sdk=false). - Payment Gateway sendscallback notificationto Merchant server if it's configured for the merchant.
- Mobile Server checks the final payment status viagetOrderStatusExtended.do.
- Mobile App shows payment result to the client.
