MobilePay is a mobile payment solution. If the customer selects this payment type in the online shop he can pay by entering his mobile phone number. A request is sent to the customer's MobilePay App and the customer confirms the purchase on his smartphone. This payment solution simplifies the payment procedure because the customer's card is stored in the app, making it unnecessary to input the card number. With its POS functions MobilePay is also prepared for payments via Bluetooth or QR-Code. The receipt of invoices and their payment is also possible.
Get started
Contact NEXI Helpdesk to enable MobilePay on your merchant profile.
Integration options
NEXI Paygate supports MobilePay through the following integration types:
Hosted Payment Page
Initiate a Hosted Payment Page by calling Create checkout session.
Hosted forms
Initiate Hosted forms by calling Create payment with:
"paymentMethods": {
"type": "MOBILEPAY",
"integrationType": "HOSTED"
}
Reverse payment
You can reverse an authorized MobilePay transaction before it is captured by calling the Reverse payment endpoint using the original payId.
Capture payment
If your merchant profile is configured for capturing transactions manually then you must explicitly initiate Capture payment endpoint to capture the funds.
Refund payment
Refunds are supported for captured MobilePay transactions. Call the Refund payment endpoint to refund transactions.