Skip to content

Commit 5abd747

Browse files
committed
Updated Github pages
1 parent 7661827 commit 5abd747

File tree

1 file changed

+94
-8
lines changed

1 file changed

+94
-8
lines changed

index.html

Lines changed: 94 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,6 +1781,20 @@ <h3 style="display: inline-block">
17811781
<div style="padding-bottom: 10px">URL which is used to redirect the payer back to the shop if the transaction requires some kind of browser redirection (3d-secure, dcc)<br><br>This Url is used by Saferpay to redirect the shopper back to the merchant shop. You may add query string parameters to identify your session, but please be aware that the shopper could modify these parameters inside the browser!<br> The whole url including query string parameters should be as short as possible to prevent issues with specific browsers and must not exceed 2000 characters.<br> Note: you should not add sensitive data to the query string, as its contents is plainly visible inside the browser and will be logged by our web servers.</div>
17821782
<i class="small text-muted">
17831783
</i>
1784+
</td>
1785+
</tr>
1786+
<tr>
1787+
<td class="col-sm-4 text-right">
1788+
<strong>Styling</strong><br>
1789+
<span class="text-muted small">
1790+
1791+
<a class="type-details in" href="#Payment_Models_Data_ExtendedStyling">object</a>
1792+
</span>
1793+
</td>
1794+
<td class="col-sm-8">
1795+
<div style="padding-bottom: 10px">Styling options</div>
1796+
<i class="small text-muted">
1797+
</i>
17841798
</td>
17851799
</tr>
17861800
<tr>
@@ -1887,6 +1901,9 @@ <h3 style="display: inline-block">
18871901
},
18881902
&quot;ReturnUrl&quot;: {
18891903
&quot;Url&quot;: &quot;[your shop payment url]&quot;
1904+
},
1905+
&quot;Styling&quot;: {
1906+
&quot;CssUrl&quot;: &quot;[your shop css url]&quot;
18901907
}
18911908
}
18921909
</pre></div></div><div class="row"><div class="col-md-6"><h4>Response</h4><table class="table">
@@ -4393,6 +4410,20 @@ <h3 style="display: inline-block">
43934410
<div style="padding-bottom: 10px">URL which is used to redirect the payer back to the shop if the transaction requires some kind of browser redirection (3d-secure, dcc)<br><br>This Url is used by Saferpay to redirect the shopper back to the merchant shop. You may add query string parameters to identify your session, but please be aware that the shopper could modify these parameters inside the browser!<br> The whole url including query string parameters should be as short as possible to prevent issues with specific browsers and must not exceed 2000 characters.<br> Note: you should not add sensitive data to the query string, as its contents is plainly visible inside the browser and will be logged by our web servers.</div>
43944411
<i class="small text-muted">
43954412
</i>
4413+
</td>
4414+
</tr>
4415+
<tr>
4416+
<td class="col-sm-4 text-right">
4417+
<strong>Styling</strong><br>
4418+
<span class="text-muted small">
4419+
4420+
<a class="type-details in" href="#Payment_Models_Data_ExtendedStyling">object</a>
4421+
</span>
4422+
</td>
4423+
<td class="col-sm-8">
4424+
<div style="padding-bottom: 10px">Custom styling resource</div>
4425+
<i class="small text-muted">
4426+
</i>
43964427
</td>
43974428
</tr>
43984429
<tr>
@@ -5397,6 +5428,20 @@ <h3 style="display: inline-block">
53975428
<div style="padding-bottom: 10px">URL which is used to redirect the payer back to the shop.<br><br>This Url is used by Saferpay to redirect the shopper back to the merchant shop. You may add query string parameters to identify your session, but please be aware that the shopper could modify these parameters inside the browser!<br> The whole url including query string parameters should be as short as possible to prevent issues with specific browsers and must not exceed 2000 characters.<br> Note: you should not add sensitive data to the query string, as its contents is plainly visible inside the browser and will be logged by our web servers.</div>
53985429
<i class="small text-muted">
53995430
</i>
5431+
</td>
5432+
</tr>
5433+
<tr>
5434+
<td class="col-sm-4 text-right">
5435+
<strong>Styling</strong><br>
5436+
<span class="text-muted small">
5437+
5438+
<a class="type-details in" href="#Payment_Models_Data_ExtendedStyling">object</a>
5439+
</span>
5440+
</td>
5441+
<td class="col-sm-8">
5442+
<div style="padding-bottom: 10px">Custom styling resource for the Hosted Register form.</div>
5443+
<i class="small text-muted">
5444+
</i>
54005445
</td>
54015446
</tr>
54025447
<tr>
@@ -10475,6 +10520,54 @@ <h2>Container &quot;Payment_Models_Data_DirectDebitInfo&quot;</h2>
1047510520
<div style="padding-bottom: 10px">Creditor id, required for german direct debit payments.</div>
1047610521
<i class="small text-muted">
1047710522
</i>
10523+
</td>
10524+
</tr>
10525+
</tbody>
10526+
</table>
10527+
<h2>Container &quot;Payment_Models_Data_ExtendedStyling&quot;</h2>
10528+
<table class="table" id="Payment_Models_Data_ExtendedStyling">
10529+
<tbody>
10530+
<tr>
10531+
<td class="col-sm-4 text-right">
10532+
<strong>Theme</strong><br>
10533+
<span class="text-muted small">
10534+
string
10535+
</span>
10536+
</td>
10537+
<td class="col-sm-8">
10538+
<div style="padding-bottom: 10px">This parameter let you customize the appearance of the displayed payment pages. Per default a lightweight responsive styling will be applied.<br> If you don't want any styling use 'NONE'.</div>
10539+
<i class="small text-muted">
10540+
Possible values: DEFAULT, SIX, NONE.<br>
10541+
<span>Example: <code>DEFAULT</code></span>
10542+
</i>
10543+
</td>
10544+
</tr>
10545+
<tr>
10546+
<td class="col-sm-4 text-right">
10547+
<strong>CssUrl</strong><br>
10548+
<span class="text-muted small">
10549+
string
10550+
</span>
10551+
</td>
10552+
<td class="col-sm-8">
10553+
<div style="padding-bottom: 10px">Custom styling resource (url) which will be referenced in web pages displayed by Saferpay to apply your custom styling.<br> This file must be hosted on a SSL/TLS secured web server (the url must start with https://).<br> If a custom CSS is provided, any design related settings set in the payment page config (PPConfig) will be ignored and the default design will be used.</div>
10554+
<i class="small text-muted">
10555+
Max length: 2000<br>
10556+
<span>Example: <code>https://merchanthost/merchant.css</code></span>
10557+
</i>
10558+
</td>
10559+
</tr>
10560+
<tr>
10561+
<td class="col-sm-4 text-right">
10562+
<strong>ContentSecurityEnabled</strong><br>
10563+
<span class="text-muted small">
10564+
boolean
10565+
</span>
10566+
</td>
10567+
<td class="col-sm-8">
10568+
<div style="padding-bottom: 10px">When enabled, then ContentSecurity/SAQ-A is requested, which leads to the CSS being loaded from the saferpay server.</div>
10569+
<i class="small text-muted">
10570+
</i>
1047810571
</td>
1047910572
</tr>
1048010573
</tbody>
@@ -14642,14 +14735,7 @@ <h2>Container &quot;RestApi_Models_WalletInfo&quot;</h2>
1464214735
<li>available on Sandbox: 2024-03-01</li>
1464314736
<li>introduced version 1.39</li>
1464414737
<li>added value <code>1.39</code> for <em>SpecVersion</em></li>
14645-
<li>removed <code>Styling</code> container from following requests in all API versions:
14646-
<ul>
14647-
<li><a href="index.html#Payment_v1_PaymentPage_Initialize">PaymentPage/Initialize</a></li>
14648-
<li><a href="index.html#Payment_v1_Transaction_Initialize">Transaction/Initialize</a></li>
14649-
<li><a href="index.html#Payment_v1_Transaction_RedirectPayment">Transaction/RedirectPayment</a></li>
14650-
<li><a href="index.html#Payment_v1_Alias_Insert">SecureCardData/AliasInsert</a></li>
14651-
</ul>
14652-
</li>
14738+
<li>removed <code>Styling</code> container from <a href="index.html#Payment_v1_PaymentPage_Initialize">PaymentPage/Initialize</a> in all API versions</li>
1465314739
<li><a href="index.html#Payment_v1_PaymentPage_Assert">PaymentPage/Assert</a> can now be called up to 120 hours for pending transactions (instead of 96 hours before)</li>
1465414740
<li>removed <code>Transaction/QueryPaymentMeans</code> and <code>Transaction/AdjustAmount</code> methods from Saferpay Payment API</li>
1465514741
<li>added <code>MandatoryFields</code> field to <em>BillingAddressForm</em> container in <a href="index.html#rest_customers_%5BcustomerId%5D_terminals_%5BterminalId%5D_spg-offers">SecurePayGate Create SingleUsePaymentLink</a></li>

0 commit comments

Comments
 (0)