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
+4-13
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ import Launch from '/docs/shared-blocks/_launch.mdx';
5
5
6
6
# 💙🧡 Preparation to migrate to the NEW Recurring API
7
7
8
-
Thank you for being a part of our journey toward creating the best and most user-friendly payment wallet in the Nordics. :orange_heart::blue_heart:
9
8
10
9
**When can I integrate to the NEW Recurring API?**
11
-
NOW! It is still the same team as before that is here to assist you with technical questions. Just send an email to [email protected], and we'll be happy to help! 😊
10
+
11
+
It has been available since 12th of March. Just send an email to [email protected], and we'll be happy to help! 😊
12
12
13
13
-[NEW Recurring API Reference](https://developer.vippsmobilepay.com/api/recurring/): Explore the documentation for the New Recurring API.
14
14
@@ -33,14 +33,6 @@ In order to request access to the test environment, please use the following lin
33
33
34
34
We will send you an e-mail with the information you need to get started. This is also needed even though you are an existing MobilePay integrator or merchant, since we need your information registered on our new joint platform.
35
35
36
-
**Timeline for existing subscriptions merchants and partners**
-**2024Q1 March 12th** We launch Nordic Wallet Launch in Denmark 🇩🇰 and migrate all Danish merchants
41
-
-**2024** Integrate new [Recurring API](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/)
42
-
-**2025Q1** Be ready with your API integration to the Recurring API. 🧡 💙 The facade will be switched off.
43
-
44
36
:::info Prepare for launch
45
37
<Launch />
46
38
:::
@@ -121,12 +113,12 @@ This one is a bit more technical. ⚙️ Currently, we are saving every payment
121
113
122
114
### 3.1 One-off payments types
123
115
124
-
One-off payments in Subscriptions are used in 3 different ways:
116
+
One-off payments in Subscriptions were used in 3 different ways:
125
117
* Create a new Agreement with an initial One-Off Payment. ✅ Will continue.
126
118
* Customer can initiate and request arbitrary One-Off Payment payments on their existing Agreement. ❌ Will be terminated.
127
119
* Merchants can send One-Off payment, which MobilePay will attempt to automatically reserve, without user’s confirmation. ✅ Will continue.
128
120
129
-
We reevaluated all our product packages, and usage of this feature and we decided, that from Nordic Wallet Launch, flow 2 will be moved from Subscriptions (Recurring) product to another Vipps MobilePay product - ePayment! 🍀 We are planning to keep flows 1 and 3 in the Subscriptions product and also in the Recurring product. Basically, all payments which are merchant initiated (MIT) and do not require Strong Customer Authentication (SCA) stay in Subscriptions and also Recurring. All payments where SCA is needed will be in ePayment product.
121
+
We reevaluated all our product packages, that from Nordic Wallet Launch, flow 2 will be moved from Subscriptions (Recurring) product to another Vipps MobilePay product - ePayment! 🍀 Basically, all payments which are merchant initiated (MIT) and do not require Strong Customer Authentication (SCA) stay in Subscriptions and also Recurring. All payments where SCA is needed will be in ePayment product.
130
122
131
123
:star:**Recommendation:** If you want to continue charging your customers with payments where SCA is needed, please reintegrate these types of payments to Vipps MobilePay ePayment.
132
124
@@ -140,7 +132,6 @@ All one-offs with longer expiration time will be expired on Nordic Wallet Launch
140
132
141
133
:star:**Recommendation:**
142
134
* Flow 1: Create a new Agreement with an initial One-Off Payment. Just set the same expiration period subtracting for the one-offs as you set for agreements. You can read about changes in agreements [here](https://developer.mobilepay.dk/docs/subscriptions/transition-to-one-platform#11-agreement-request-expiration-period).
143
-
* Flow 2: Customer can initiate and request arbitrary One-Off Payment payments on their existing Agreement. This type of flow will be moved to Vipps MobilePay ePayments. You can find more information about the switch in ["One-off payments"](https://developer.mobilepay.dk/docs/subscriptions/transition-to-one-platform#31-one-off-payments-types).
144
135
* Flow 3: Merchants can send a One-Off payment, which MobilePay will attempt to automatically reserve, without the user’s confirmation. The long expiration time is not relevant for one-off auto reservation payments. So all is good here 😉.
145
136
146
137
⚙️ Tech: API endpoint: `POST:/api/providers/{providerId}/agreements``POST:/api/providers/{providerId}/agreements/{agreementId}/oneoffpayments`
0 commit comments