eCom API checklist
Only available for Vipps. All new integrations use the
ePayment API.
API version: 2.0.
All new integrations use the ePayment API
eCom checklist | Your comments (include your order ID) |
---|---|
Endpoints to integrate | |
Initiate POST:/ecomm/v2/payments | |
Full and partial CapturePOST:/ecomm/v2/payments/{orderId}/capture | |
CancelPUT:/ecomm/v2/payments/{orderId}/cancel | |
Full and partial Refund| POST:/ecomm/v2/payments/{orderId}/refund | |
DetailsGET:/ecomm/v2/payments/{orderId}/details | |
CallbackPOST:[callbackPrefix]/v2/payments/{orderId} | |
Shipping Details (For Vipps Hurtigkasse /express checkout only) POST:[shippingDetailsPrefix]/v2/payments/{orderId}/shippingDetails | |
Remove consent (For Vipps Hurtigkasse /express checkout only) DELETE:[consentRemovalPrefix]/v2/consents/{userId} | |
Quality assurance | |
Handle callbacksCorrectly handle callbacks from Vipps, both for successful and unsuccessful payments. See the API documentation for how callback URLs are built, make test calls to make sure you handle the | |
Handle errorsMake sure to log and handle all errors. All integrations should display errors in a way that the users (customers and merchant employees/administrators) can see and understand them. | |
Include HTTP headersSend the HTTP headers in all API requests for better tracking and troubleshooting (mandatory for partners and platforms, who must send these headers as part of the checklist approval). | |
Add information to the payment historyWe recommend using the Order Management API to add receipts and/or images to the payment history. This is a great benefit for the end user experience. It is also mandatory for merchants using Content monitoring. | |
Avoid integration pitfalls | |
Send a useful | |
Poll for payment detailsThe Merchant must not rely on | |
Handle redirectsThe merchant must handle that the | |
Follow design guidelinesThe Vipps branding must be according to the Design guidelines. | |
Educate customer supportMake sure your customer support has all the tools and information they need available in your system, through the APIs listed in the first item in this checklist, and that they do not need to visit portal.vippsmobilepay.com for normal work. |
Partners, there are additional checklist items for you, as described in
Partner checklist. As a partner, you accept the Partner terms and conditions Provide one pilot customer to verify the integration in the production environment (send organization number and name). Describe how your integration has been set up, with a link to a demo, or provide screenshots (PDF is preferred).Partner checklist
Partner checklist Your comments Accept partner terms and conditions
Provide technical documentation for merchants
Pilot customer
Description of integration
Send your completed checklist to us at developer@vippsmobilepay.com.
Include examples from the test environment, pilot customer info, and a description of the implemented solution.
We will verify your integration and get back to you as soon as possible. After the checklist is approved, we'll send you the information you need to go live.
Flow to go live for direct integrations
- The merchant orders Payment Integration.
- Vipps completes customer control (KYC, PEP, AML, etc.).
- The merchant receives an email from Vipps saying that they can log in with BankID on portal.vippsmobilepay.com and retrieve API keys.
- The merchant completes all checklist items above. Please double-check to avoid mistakes.
- The merchant verifies the integration in the test environment by checking that
there are test IDs (
orderId
) in the Vipps test environment, with the following states: - The merchant verifies the integration in the production environment (similar to step 5):
- A complete order ending in
REFUND
(/refund
request). - For reserve capture: A complete order ending in
VOID
(/cancel
request after reserve). - Please note: Vipps does not do any kind of activation or make any changes based on this checklist. The API keys for the production environment are made available on portal.vippsmobilepay.com as soon as the customer control (see step 2) is completed, independently of this checklist.
- A complete order ending in
- Partners only: Send your checklist to developer@vippsmobilepay.com. We don't do any kind of activation or make any changes
- The merchant goes live 🎉
Operational Status Page
We recommend that you subscribe to the Vipps MobilePay Operational Status Page for real-time updates on service availability, incidents, and maintenance.