You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/subscriptions/transition-to-one-platform.md
+9-17Lines changed: 9 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,7 @@ The Merchant Test (MT) environment is now open for testing. See [limitations of
35
35
36
36
You'll receive an email with the required information, even if you're an existing integrator or merchant.
37
37
38
-
:::info Prepare for launch
39
-
<Launch />
40
-
:::
38
+
41
39
## **1. Agreements**
42
40
43
41
### 1.1 Agreement Request Expiration
@@ -214,39 +212,38 @@ Note: For payments made before Nordic Wallet Launch, status_callback_url will st
214
212
215
213
### 5.1 Merchant visibility
216
214
217
-
We will be streamlining the user interface of the app to provide a more focused and efficient experience for you and your customers. As a result, the list of potential merchants will no longer be displayed in the app. However, please be assured that all active and stopped agreements will still be readily visible to the app users.
215
+
The list of potential merchants is no longer be displayed in the app. However, all active and stopped agreements will still be readily visible to the app users.
218
216
219
217
### 5.2 Merchant information on agreements
220
218
221
219
Currently, you are able to show your contact information in every agreement for your customer in the agreement Info tab: Website, Customer Support, Self Service, FAQ. From Nordic Wallet Launch, this contact information will no longer be displayed for the user.
222
220
223
-
:star:**Recommendation:**We understand that contact information on the agreement can be important to you and your customers. You can always provide an agreement management URL to the user (we call it cancel-redirect in our documentation) which enables them to reach your environment from the app. Or you could add contact information in the agreement description if this is necessary.
221
+
:star:**Recommendation:** You can always provide an agreement management URL to the user (we call it cancel-redirect in our documentation) which enables them to reach your environment from the app. Or you could add contact information in the agreement description if this is necessary.
224
222
225
223
## **6. Payment attachments**
226
224
227
225
Read more [here](https://developer.mobilepay.dk/docs/subscriptions/invoice#payment-attachments-v2).
228
226
229
227
### 6.1 PDF generation
230
228
231
-
Currently, you can attach extra information about payments, such as a link to an external PDF file or other environment, payment details, or PDF file generation from payment details. After reviewing this feature and its usage, we have decided to focus more on payment execution and agreement signing success rather than PDF generation capabilities. So, the PDF generation option will no longer be available from Nordic Wallet Launch.
229
+
We have decided to focus more on payment execution and agreement signing success rather than PDF generation capabilities. So, the PDF generation option will no longer be available from 12th of March.
232
230
233
-
:star:**Recommendation:** We are sorry if this feature was important to you, we hope you will find other ways to send PDF documents to your customers. Your satisfaction is our top priority, and we are here to support you throughout this process.
231
+
:star:**Recommendation:** We hope you will find other ways to send PDF documents to your customers.
234
232
235
233
⚙️ Tech: API endpoint: `PUT:/api/providers/{providerId}/payments/{paymentId}/attachment`
236
234
237
235
Parameter: `generate_pdf` : true will be ignored from Nordic Wallet Launch.
238
236
239
237
### 6.2 External URL
240
238
241
-
Currently, we are providing the possibility for you to upgrade your Subscription payment with extra attachments like External URL. Sadly we most likely will not make it to re-introduce this feature from the moment of Nordic Wallet Launch 😢. We are really sorry if this will cause any inconvenience for you, but we promise to work on it as soon as possible and introduce the feature right after Launch.
242
-
239
+
Before the 12th of March, we provided the possibility for you to update your Subscription payment with extra attachments like External URL. We will not be able to re-introduce this feature from the moment of Nordic Wallet Launch
243
240
⚙️ Tech: API endpoint: `PUT:/api/providers/{providerId}/payments/{paymentId}/attachment`
244
241
245
242
Parameter: `external_attachment_url`
246
243
247
244
### 6.3 Attachment details
248
245
249
-
Similarly, as with External URL, we most likely will not make it to re-introduce this feature from the moment of Nordic Wallet Launch. We are really sorry if this will cause any inconvenience for you, but we promise to work on it as soon as possible and introduce the feature right after Launch.
246
+
Similarly, as with External URL, we will not make it to re-introduce this feature from the moment of 12th of march. We promise to work on it as soon as possible and introduce the feature right after Launch.
250
247
251
248
⚙️ Tech: API endpoint: `PUT:/api/providers/{providerId}/payments/{paymentId}/attachment`
252
249
@@ -282,12 +279,7 @@ Currently you were able to select how to receive settlements: daily or instant.
282
279
283
280
## **9. Other**
284
281
285
-
### 9.1 From the Nordic Wallet Launch callbacks will be sent from new DNS address
286
-
287
-
Please make sure that these DNS addresses are allowed through your firewall https://developer.vippsmobilepay.com/docs/developer-resources/servers/#vipps-request-servers
288
-
Above DNS addresses will also be used to call token retrieval endpoint for merchants who are using OAuth2 authentication.
289
-
290
-
### 9.2 Callback changes for recurring and one-off payments
282
+
### 9.1 Callback changes for recurring and one-off payments
291
283
292
284
293
285
We will stop sending our old callbacks for one-off payment expiration and rejection by users from Nordic Wallet Launch.
@@ -396,7 +388,7 @@ In the new platform reservation failure and expiration callbacks are sent only a
396
388
397
389
### 9.4 Callbacks for reintegrated merchants
398
390
399
-
If you are planning to reintegrate, you will have to start using new Webhook solution https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/
391
+
When you are reintegrating, you will use Webhook solution https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/
400
392
By default after integrating with new Webhook solution, you will still receive old **payment** callbacks to your old payment callback URL and there is no possibility to change callback url or authentication method for old integration. This means that you will receive both old callbacks and new webhooks. Once you have integrated towards Webooks and no longer rely on old callbacks, please notify us and we will turn them off.
401
393
402
394
Here you can find a payload and other useful information about new Webhooks https://developer.vippsmobilepay.com/docs/APIs/recurring-api/recurring-api-guide/#webhooks-integration
0 commit comments