-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayline.properties.xml
More file actions
49 lines (46 loc) · 2.62 KB
/
payline.properties.xml
File metadata and controls
49 lines (46 loc) · 2.62 KB
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
48
49
<?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>
<MassPaymentAPIUrl>https://homologation.payline.com/V4/services/MassPaymentAPI</MassPaymentAPIUrl>
<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>
<MassPaymentAPIUrlProd>https://services.payline.com/V4/services/MassPaymentAPI</MassPaymentAPIUrlProd>
<WebPaymentAPIUrlProd>https://services.payline.com/V4/services/WebPaymentAPI</WebPaymentAPIUrlProd>
<ExtendedAPIUrlProd>https://services.payline.com/V4/services/ExtendedAPI</ExtendedAPIUrlProd>
<Production>false</Production>
<accessKey>6XIIAZpBiWXJL6QIyUkr</accessKey>
<merchantID>37888280131959</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>1234567</DefaultContractNumber>
<!-- Contract type multiple values (separator: ;) -->
<DefaultContractNumberList>1234567;AMEX</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>