-
Notifications
You must be signed in to change notification settings - Fork 0
/
payline.properties.default.xml
47 lines (44 loc) · 2.4 KB
/
payline.properties.default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<PaylineProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DirectPaymentAPIUrl>https://homologation.payline.com/V4/services/DirectPaymentAPI</DirectPaymentAPIUrl>
<WebPaymentAPIUrl>https://homologation.payline.com/V4/services/WebPaymentAPI</WebPaymentAPIUrl>
<ExtendedAPIUrl>https://homologation.payline.com/V4/services/ExtendedAPI</ExtendedAPIUrl>
<DirectPaymentAPIUrlProd>https://services.payline.com/V4/services/DirectPaymentAPI</DirectPaymentAPIUrlProd>
<WebPaymentAPIUrlProd>https://services.payline.com/V4/services/WebPaymentAPI</WebPaymentAPIUrlProd>
<ExtendedAPIUrlProd>https://services.payline.com/V4/services/ExtendedAPI</ExtendedAPIUrlProd>
<Production>false</Production>
<accessKey>abcdefghijklmnopqrst</accessKey>
<merchantID>123456789</merchantID>
<proxyHost />
<proxyPort />
<proxyLogin />
<proxyPassword />
<!-- Payline pages language -->
<DefaultLanguageCode>EN</DefaultLanguageCode>
<DefaultPaymentCurrency>978</DefaultPaymentCurrency>
<DefaultOrderCurrency>978</DefaultOrderCurrency>
<DefaultSecurityMode>SSL</DefaultSecurityMode>
<DefaultLanguage>english</DefaultLanguage>
<DefaultPaymentAction>100</DefaultPaymentAction>
<DefaultPaymentMode>CPT</DefaultPaymentMode>
<!-- Default cancel URL -->
<DefaultCancelUrl>https://www.url.fr</DefaultCancelUrl>
<!-- Default notification URL -->
<DefaultNotificationUrl>https://www.url.fr</DefaultNotificationUrl>
<!-- Default return URL -->
<DefaultReturnUrl>https://www.url.fr</DefaultReturnUrl>
<!-- Contract type default (ex: 001 = CB, 003 = American Express...) -->
<DefaultContractNumber>CB</DefaultContractNumber>
<!-- Contract type multiple values (separator: ;) -->
<DefaultContractNumberList>CB;</DefaultContractNumberList>
<SecondContractNumberList></SecondContractNumberList>
<!-- For 3D Secure authentication -->
<TermUrl>https://www.url.fr</TermUrl>
<CustomPaymentPageCode></CustomPaymentPageCode>
<CustomPaymentTemplateUrl></CustomPaymentTemplateUrl>
<Web2TokenKey></Web2TokenKey>
<Web2TokenProdUrl>https://webpayment.payline.com/webpayment/getToken</Web2TokenProdUrl>
<Web2TokenHomoUrl>https://homologation-webpayment.payline.com/webpayment/getToken</Web2TokenHomoUrl>
<Web2TokenContractNumber>1234567</Web2TokenContractNumber>
<Web2TokenCallbackUrl>https://www.url.fr</Web2TokenCallbackUrl>
</PaylineProperties>