Recurring API checklist
Integrate all the API endpoints. For examples of requests and responses, see the Recurring API quick start guide.
If you're new to the platform, see Getting started for information about API keys, product activation, and the test environment.
Download the Recurring API checklist as an editable PDF.
Recurring API v3 checklist | Your comments (include your orderId ) |
---|---|
Endpoints to integrate | |
Agreement: Create an agreementPOST:/recurring/v3/agreements | |
Agreement: Retrieve an agreementGET:/recurring/v3/agreements/{agreementId} | |
Agreement: Update an agreementPATCH:/recurring/v3/agreements/{agreementId} | |
Agreement: List chargesGET:/recurring/v3/agreements/{agreementId}/charges | |
Charge: Create ChargePOST:/recurring/v3/agreements/{agreementId}/charges | |
Charge: Retrieve a chargeGET:/recurring/v3/agreements/{agreementId}/charges/{chargeId} | |
Charge: Cancel a chargeDELETE:/recurring/v3/agreements/{agreementId}/charges/{chargeId} | |
Charge: Refund a chargePOST:/recurring/v3/agreements/{agreementId}/charges/{chargeId}/refund | |
Charge: Capture a reserved chargePOST:/recurring/v3/agreements/{agreementId}/charges/{chargeId}/capture | |
Quality assurance | |
Handle errorsMonitor the error messages Vipps MobilePay returns from the APIs and correct problems as quickly as possible. It's recommended to log errors emitted by our APIs. This makes it easier to pinpoint what has gone wrong. If you're new to handling errors, see HTTP Responses. | |
Include standard 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). | |
Avoid integration pitfalls | |
Track status with webhooks and pollingThe merchant must not rely on | |
Provide subscription toolsThe merchant must have a way for the user to manage and stop subscription in | |
Follow design guidelinesThe Vipps MobilePay 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. | |
Use at least two | |
Monitor agreement and charge statusesMerchants must listen to Webhooks to track critical events such as:
This ensures merchants do not request payments on canceled agreements and merchants avoid errors caused by outdated agreement statuses. Webhooks provide real-time updates. Use polling as a fallback mechanism to verify agreement and payment statuses if webhook delivery fails. |
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 your Merchant Serial Number, a short description of your solution, and
the orderId
used in your API requests, so we can verify your integration.
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
- Order Recurring Payments.
- We complete customer control (KYC, PEP, AML, etc.). The API keys for the production environment are made available on portal.vippsmobilepay.com as soon as the customer control is completed, independently of this checklist.
- We notify you when you can retrieve your API keys.
- Complete all the checklist items.
- Verify the integration in the test environment by checking that
there are test agreements and charges with your specified
orderId
in the test environment, with the following states:- A complete Agreement ending in
ACTIVE
. - A complete Agreement ending in
STOPPED
. - A complete
"type":"RECURRING"
Charge ending inCHARGED
. - A complete
"type":"RECURRING"
Charge ending inREFUNDED
.
- A complete Agreement ending in
- Start using the MSN and API keys in the production environment.
- Verify the integration in the production environment (similar to step 5).
- Verify that agreements contain complete and accurate information, including
price
,interval
,product description
andproduct name
. - Partners only: Send your checklist to developer@vippsmobilepay.com. We don't do any kind of activation or make any changes based on this checklist, we just use it to verify that you have done the integration.
- Go 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.