Skip to main content

Checklist

Vipps Only available for Vipps.

Endpoints to integrate

Integrate all the API endpoints.

EndpointComment
Initiate a PSP paymentPOST:/psp/v3/psppayments/init
Update the status of the PSP transactionPOST:/psp/v3/psppayments/updatestatus
Get the details of the PSP paymentGET:/psp/v3/psppayments/{pspTransactionId}/details
On the merchant side, be able to process EMVCo tokensPOST:makePaymentUrl
Respond with correct error informationPOST:makePaymentUrl. See error codes list for possible responses.

When the checklist is completed, notify Vipps MobilePay Integration Service at developer@vippsmobilepay.com. Include examples from the test environment, pilot customer info, and a description of the implemented solution.

We will verify the integration and contact you. After the checklist is approved, we'll send you the information you need to get started.

Avoid integration pitfalls

ActionComment
Support soft decline step-ups according to 3DS specifications.In case of a soft decline (when the issuer requires 3DS), the PSP must host a 3DSecure session and must provide the URL to Vipps. See PSD2 Compliance and Secure Customer Authentication (SCA).
Do not rely on pspRedirectUrlSome users may close Vipps immediately after seeing the payment confirmation, therefore not being "redirected" back to the merchant. Because of this, it is important for the merchant and the PSP to not base their transaction logic on the user reaching the pspRedirectUrl. See PSP Payment Sequence.
Provide reserve, capture, and refund information to VippsThe PSP provides information of every capture and refund to Vipps (not just reserve)
Follow design guidelinesThe Vipps branding must be according to the Design guidelines.

Live flow

  1. The PSP completes all checklist items.
  2. The PSP contacts Vipps with test IDs (pspTransactionId, merchantOrderId) in the test environment, showing that all checklist items have been fulfilled.
  3. The PSP contacts Vipps to verify the integration in the production environment:
    • At least one IDs for orders with each of the following statuses: Capture, Refund, Cancel.
    • At least 3 IDs for orders with different error codes.
  4. The PSP goes live 🎉

Help us improve our documentation

Did you find what you were looking for?