Skip to content

Commit 398a886

Browse files
Update production.md
1 parent 49d5fcc commit 398a886

File tree

1 file changed

+3
-73
lines changed

1 file changed

+3
-73
lines changed

docs/pos/development-guide/production.md

+3-73
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,9 @@
22
sidebar_position: 4
33
---
44

5-
# Production
5+
:::caution
66

7-
After certification you will be able to use the production API and start onboarding your merchants to PoS. In this section you will find guidance and recommendations for production.
7+
Please notice that as part of the merger between MobilePay and Norwegian Vipps, we will consolidate products on one joint platform.
8+
This product is now closed. Please visit our new developer documentation to see the new APIs we offer https://developer.vippsmobilepay.com/
89

9-
## Onboard production merchants
10-
11-
In order to start using the production API two things must be in place:
12-
13-
* Completed self-certification with production clientId
14-
* Received production security credentials
15-
16-
For more information about this please visit the [self-certification site](/docs/pos/development-guide/verification).
17-
18-
When above topics are completed you can start to onboard your first merchant in production. We recommend that you select a pilot merchant to ensure that the integration is functional. Afterwards you can continue with a gradual role out.
19-
If you are migrating from an earlier PoS version we also recommend to start the migration with a test merchant and then gradually migrate the remaining merchant base. We strongly recommend that you enable a roll back option to the former version in case of issues.
20-
21-
In the GitHub documentation you can find a section on how to onboard merchants under [Point-of-Sale management](/docs/pos/pos-management). If your merchants does not yet have a PoS solution use the 'No existing solution'. If your merchants already have an existing PoS solution use the 'Existing solution'.
22-
23-
## Merchant support
24-
25-
We distinguish between two types of support: business support and solution/technical support. Below defines who is responsible for what.
26-
27-
* **Business support**: If a merchant needs support during the business onboarding to MobilePay or afterwards needs support in regards to business related topics such as change of bank account, transfers etc. they can contact our Business Support. Contact information can be found [here](https://mobilepay.dk/hjaelp/mobilepay-til-erhverv#kontakt).
28-
If merchant needs assistance in regards to business onboarding to your solution they should contact integrator.
29-
30-
:::tip
31-
Be sure to inform and train your sales and support team on the onboarding process for your system. Our business support will assist the merchants with the MobilePay onboarding, but they cannot support the merchants when onboarding your system. Therefore it is important that your sales and support team are properly trained to do so.
32-
:::
33-
34-
* **Solution/technical support**: If a merchant needs support or encounter issue with the PoS solution integrator is responsible for 1st level support. If integrators investigation shows and issue with MobilePay services they can contact Developer Support at [email protected] with relevant information and we will investigate the issue.
35-
Please do not advise merchants to contact us directly as they cannot provide the needed details and are usually not familiar with the technical integration. This also applies to subcontractors and resellers. The support communication must be handled directly between MobilePay Developer Support and integrator.
36-
37-
## Integrator support
38-
39-
For ongoing technical support, technical questions or feature requests integrators can always contact Developer Support at [email protected]. The Developer Support team will review the request and respond as soon as possible, usually within a business day.
40-
41-
When contacting Developer Support please include as many details as possible relevant to the request. If it concerns a specific issue or bug please include the following and any other details that can be relevant:
42-
43-
* Merchant vat number
44-
* StoreId
45-
* posId
46-
* BeaconId
47-
* PaymentId
48-
* Timestamp for error
49-
* Error responses
50-
* Screenshot if error in app
51-
* Any logs that can be relevant to the issue
52-
53-
:::tip
54-
Sign up for our operational mail list to be informed about any operational issues concerning PoS v10. Just contact [email protected] in order to be added to the mail list.
5510
:::
56-
57-
## Confirmation screen
58-
59-
Details on the confirmation screen is important in order to ensure a good user experience and improve conversion rate. We highly recommend to use input that is recognisable by the user to avoid any uncertainties in the checkout experience.
60-
61-
<img
62-
src={require('/img/pos-confirmationscreen.png').default}
63-
alt="PoS confirmation screen"
64-
width="320"
65-
style={{float : 'right'}}
66-
/>
67-
68-
* Logo: Is highly important as this is the most recognisable by the user. The logo is used for all stores under this the brand. This is uploaded by the merchant in our self-service portal
69-
* Merchant brand name: This is the name of the brand used when creating the store. The brand name is shown for all stores using this brand. It is set by the merchant in our self-service portal
70-
* Store: This is the name of the store. The name is only used on this specific store. It is set by the merchant in our self-service portal
71-
* PoS name: This is the name of the specific PoS set when integrator created the posId through the API: POST /v10/pointofsales - "name"
72-
73-
Self-service portal: [DK](https://admin.mobilepay.dk/) | [FI](https://admin.mobilepay.fi/)
74-
75-
## Design guidelines
76-
77-
We want to make it easy for you to ensure that the right MobilePay buttons and logo's are used by the merchants. Proper use of our logo and buttons will ensure better user experience and conversion rate.
78-
Please visit our [Design page](https://developer.mobilepay.dk/design) for more information and ressources.
79-
80-
We also have guidelines and templates for signs and stickers which can be found [here](https://www.mobilepay.dk/materialebank/marketingmateriale/skilte/skiltning-til-pos).

0 commit comments

Comments
 (0)