|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- IMPORTANT: YOUR_LIVE_PREFIX and CHECKOUT_API_VERSION get populated in the code, hence there is not need to change them in this file. --> |
2 | 3 | <services xmlns="http://www.demandware.com/xml/impex/services/2014-09-26"> |
3 | 4 | <service-credential service-credential-id="AdyenPayment"> |
4 | | - <url>https://checkout-test.adyen.com/checkout/v71/payments</url> |
| 5 | + <url>https://checkout-test.adyen.com/checkout/[CHECKOUT_API_VERSION]/payments</url> |
5 | 6 | <user-id></user-id> |
6 | 7 | <password/> |
7 | 8 | </service-credential> |
8 | 9 | <service-credential service-credential-id="AdyenPaymentLive"> |
9 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/payments</url> |
| 10 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/payments</url> |
10 | 11 | <user-id></user-id> |
11 | 12 | <password/> |
12 | 13 | </service-credential> |
13 | 14 | <service-credential service-credential-id="AdyenPaymentDetails"> |
14 | | - <url>https://checkout-test.adyen.com/checkout/v71/payments/details</url> |
| 15 | + <url>https://checkout-test.adyen.com/checkout/[CHECKOUT_API_VERSION]/payments/details</url> |
15 | 16 | <user-id></user-id> |
16 | 17 | <password/> |
17 | 18 | </service-credential> |
18 | 19 | <service-credential service-credential-id="AdyenPaymentDetailsLive"> |
19 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/payments/details</url> |
| 20 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/payments/details</url> |
20 | 21 | <user-id></user-id> |
21 | 22 | <password/> |
22 | 23 | </service-credential> |
23 | 24 | <service-credential service-credential-id="AdyenCheckoutPaymentMethods"> |
24 | | - <url>https://checkout-test.adyen.com/v71/paymentMethods</url> |
| 25 | + <url>https://checkout-test.adyen.com/[CHECKOUT_API_VERSION]/paymentMethods</url> |
25 | 26 | <user-id></user-id> |
26 | 27 | <password/> |
27 | 28 | </service-credential> |
28 | 29 | <service-credential service-credential-id="AdyenCheckoutPaymentMethodsLive"> |
29 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/paymentMethods</url> |
| 30 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/paymentMethods</url> |
30 | 31 | <user-id></user-id> |
31 | 32 | <password/> |
32 | 33 | </service-credential> |
|
61 | 62 | <password/> |
62 | 63 | </service-credential> |
63 | 64 | <service-credential service-credential-id="AdyenGiving"> |
64 | | - <url>https://checkout-test.adyen.com/v71/donations</url> |
| 65 | + <url>https://checkout-test.adyen.com/[CHECKOUT_API_VERSION]/donations</url> |
65 | 66 | <user-id></user-id> |
66 | 67 | <password/> |
67 | 68 | </service-credential> |
68 | 69 | <service-credential service-credential-id="AdyenGivingLive"> |
69 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/donations</url> |
| 70 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/donations</url> |
70 | 71 | <user-id></user-id> |
71 | 72 | <password/> |
72 | 73 | </service-credential> |
73 | 74 | <service-credential service-credential-id="AdyenPartialPaymentsOrder"> |
74 | | - <url>https://checkout-test.adyen.com/v71/orders</url> |
| 75 | + <url>https://checkout-test.adyen.com/[CHECKOUT_API_VERSION]/orders</url> |
75 | 76 | <user-id></user-id> |
76 | 77 | <password/> |
77 | 78 | </service-credential> |
78 | 79 | <service-credential service-credential-id="AdyenPartialPaymentsOrderLive"> |
79 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/orders</url> |
| 80 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/orders</url> |
80 | 81 | <user-id></user-id> |
81 | 82 | <password/> |
82 | 83 | </service-credential> |
83 | 84 | <service-credential service-credential-id="AdyenCancelPartialPaymentOrder"> |
84 | | - <url>https://checkout-test.adyen.com/v71/orders/cancel</url> |
| 85 | + <url>https://checkout-test.adyen.com/[CHECKOUT_API_VERSION]/orders/cancel</url> |
85 | 86 | <user-id></user-id> |
86 | 87 | <password/> |
87 | 88 | </service-credential> |
88 | 89 | <service-credential service-credential-id="AdyenCancelPartialPaymentOrderLive"> |
89 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/orders/cancel</url> |
| 90 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/orders/cancel</url> |
90 | 91 | <user-id></user-id> |
91 | 92 | <password/> |
92 | 93 | </service-credential> |
93 | 94 | <service-credential service-credential-id="AdyenCheckBalance"> |
94 | | - <url>https://checkout-test.adyen.com/v71/paymentMethods/balance</url> |
| 95 | + <url>https://checkout-test.adyen.com/[CHECKOUT_API_VERSION]/paymentMethods/balance</url> |
95 | 96 | <user-id></user-id> |
96 | 97 | <password/> |
97 | 98 | </service-credential> |
98 | 99 | <service-credential service-credential-id="AdyenCheckBalanceLive"> |
99 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/paymentMethods/balance</url> |
| 100 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/paymentMethods/balance</url> |
100 | 101 | <user-id></user-id> |
101 | 102 | <password/> |
102 | 103 | </service-credential> |
103 | 104 | <service-credential service-credential-id="AdyenPaypalUpdateOrder"> |
104 | | - <url>https://checkout-test.adyen.com/v71/paypal/updateOrder</url> |
| 105 | + <url>https://checkout-test.adyen.com/[CHECKOUT_API_VERSION]/paypal/updateOrder</url> |
105 | 106 | <user-id></user-id> |
106 | 107 | <password/> |
107 | 108 | </service-credential> |
108 | 109 | <service-credential service-credential-id="AdyenPaypalUpdateOrderLive"> |
109 | | - <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v71/paypal/updateOrder</url> |
| 110 | + <url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/[CHECKOUT_API_VERSION]/paypal/updateOrder</url> |
110 | 111 | <user-id></user-id> |
111 | 112 | <password/> |
112 | 113 | </service-credential> |
|
148 | 149 | <profile-id>Adyen</profile-id> |
149 | 150 | <credential-id>AdyenPaymentDetails</credential-id> |
150 | 151 | </service> |
151 | | - <service service-id="AdyenRecurring"> |
152 | | - <service-type>HTTP</service-type> |
153 | | - <enabled>true</enabled> |
154 | | - <log-prefix>adyen</log-prefix> |
155 | | - <comm-log-enabled>true</comm-log-enabled> |
156 | | - <mock-mode-enabled>false</mock-mode-enabled> |
157 | | - <profile-id>Adyen</profile-id> |
158 | | - <credential-id>AdyenRecurring</credential-id> |
159 | | - </service> |
160 | 152 | <service service-id="AdyenCheckoutPaymentMethods"> |
161 | 153 | <service-type>HTTP</service-type> |
162 | 154 | <enabled>true</enabled> |
|
172 | 164 | <log-prefix>adyen</log-prefix> |
173 | 165 | <comm-log-enabled>true</comm-log-enabled> |
174 | 166 | <mock-mode-enabled>false</mock-mode-enabled> |
175 | | - <profile-id></profile-id> |
| 167 | + <profile-id>Adyen</profile-id> |
176 | 168 | <credential-id>AdyenRecurringDisable</credential-id> |
177 | 169 | </service> |
178 | 170 | <service service-id="AdyenPosPayment"> |
|
0 commit comments