Skip to content

Commit d107635

Browse files
authored
Update transition-to-one-platform.md
deleted info that is not relevant about NWL
1 parent a7bf462 commit d107635

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

docs/subscriptions/transition-to-one-platform.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ The Merchant Test (MT) environment is now open for testing. See [limitations of
3535

3636
You'll receive an email with the required information, even if you're an existing integrator or merchant.
3737

38-
:::info Prepare for launch
39-
<Launch />
40-
:::
38+
4139
## **1. Agreements**
4240

4341
### 1.1 Agreement Request Expiration
@@ -214,39 +212,38 @@ Note: For payments made before Nordic Wallet Launch, status_callback_url will st
214212

215213
### 5.1 Merchant visibility
216214

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.
218216

219217
### 5.2 Merchant information on agreements
220218

221219
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.
222220

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.
224222

225223
## **6. Payment attachments**
226224

227225
Read more [here](https://developer.mobilepay.dk/docs/subscriptions/invoice#payment-attachments-v2).
228226

229227
### 6.1 PDF generation
230228

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.
232230

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.
234232

235233
⚙️ Tech: API endpoint: `PUT:/api/providers/{providerId}/payments/{paymentId}/attachment`
236234

237235
Parameter: `generate_pdf` : true will be ignored from Nordic Wallet Launch.
238236

239237
### 6.2 External URL
240238

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
243240
⚙️ Tech: API endpoint: `PUT:/api/providers/{providerId}/payments/{paymentId}/attachment`
244241

245242
Parameter: `external_attachment_url`
246243

247244
### 6.3 Attachment details
248245

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.
250247

251248
⚙️ Tech: API endpoint: `PUT:/api/providers/{providerId}/payments/{paymentId}/attachment`
252249

@@ -282,12 +279,7 @@ Currently you were able to select how to receive settlements: daily or instant.
282279

283280
## **9. Other**
284281

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
291283

292284

293285
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
396388

397389
### 9.4 Callbacks for reintegrated merchants
398390

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/
400392
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.
401393

402394
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

Comments
 (0)