How MobilePay Online works
How payments in web shops or merchant websites work with MobilePay Online.
Detailsβ
1. Customer picks MobilePay at checkoutβ
Make MobilePay available as a payment option in your webshop or appβeasy and familiar for your customers!
2. Customer enters phone number and logs inβ
When they tap MobilePay, initiate a payment by calling
POST:/api/v3/payments/
.
- Mobile device: The MobilePay app opens automatically.
- Desktop: The landing page opens. The customer enters their phone number and hits Next to send the payment request to their app. A push notification appears on the customer's phone and the customer opens the MobilePay app.
3. Customer approves the payment in the appβ
The customer approves the payment confirm the payment, and MobilePay Online reserves the payment and provides a confirmation.
4. Confirm the orderβ
Once the payment is approved:
- Mobile device: The store page/app reopens, confirming a successful order.
- Desktop: The customer returns to the webshop, where the order confirmation is displayed.
To check if the payment was authorized, poll using
GET:/psp/v3/psppayments/{pspTransactionId}/details
.
See our polling guidelines for best practices.
5. Complete the orderβ
The merchant completes and ships the order to the customer.
6. Capture the paymentβ
Finish by capturing the payment through MobilePay Online.
Want more details?β
For technical details, see the MobilePay Online guide.