Skip to content

Commit 9b5ec17

Browse files
Update docs
1 parent 078b756 commit 9b5ec17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/3-payment-flow.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1 id='payment-flow' class='heading'>Payment Flow</h1>
119119
<p>Your application must follow the next flow:</p>
120120

121121
<ul>
122-
<li><p><strong><a href="https://tech.dibspayment.com/easy/integration-guide#createpayment">Create payment id</a></strong></p>
122+
<li><p><strong><a href="https://developers.nets.eu/nets-easy/en-EU/api/payment-v1/#v1-payments-post">Create payment id</a></strong></p>
123123

124124
<ul>
125125
<li>Your mobile application will call an API on your backend to generate the PaymentID. Your backend will call the EASY REST payment API to fetch the required ID, store it in the Database, then return it back to calling application.</li>
@@ -206,7 +206,7 @@ <h1 id='payment-flow' class='heading'>Payment Flow</h1>
206206

207207
<p><strong>Presenting Mia SDK Checkout WebView</strong></p>
208208

209-
<p>After obtaining a payment ID from Easy (<a href="https://tech.dibspayment.com/easy/integration-guide#createpayment">Create Payment API call</a>), typically following a user-action to continue with checkout, present the checkout WebView using Mia SDK as follows: </p>
209+
<p>After obtaining a payment ID from Easy (<a href="https://developers.nets.eu/nets-easy/en-EU/api/payment-v1/#v1-payments-post">Create Payment API call</a>), typically following a user-action to continue with checkout, present the checkout WebView using Mia SDK as follows: </p>
210210
<pre class="highlight swift"><code><span class="k">let</span> <span class="nv">miaSDK</span> <span class="o">=</span> <span class="kt">MiaSDK</span><span class="o">.</span><span class="nf">checkoutControllerForPayment</span><span class="p">(</span>
211211
<span class="nv">withID</span><span class="p">:</span> <span class="n">paymentId</span><span class="p">,</span>
212212
<span class="nv">paymentURL</span><span class="p">:</span> <span class="n">paymentURL</span><span class="p">,</span>

0 commit comments

Comments
 (0)