payline_sdk 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3be2c235dfc3bf7eb3ab6b932b24901350ed9f32
4
+ data.tar.gz: 8cca12974c589757e4ce3b61e8138e05f2a03bb5
5
+ SHA512:
6
+ metadata.gz: 2c88555c3322a8755963b4e8f4bb52eb26688fa9c6357d3d9cf9533f94756eb75f18a61f992114eb6da43d0414b9bb29ec842443efa18f136514486a7c3f6eae
7
+ data.tar.gz: fd6e1a2a7c053bafbf3fba7118da713e6d79a68157507a05a7b97ab783d2ec4fc31f389b3c45871b8479b70dcb8eb77e1781dc8940f3df2bd9db27807b10be4c
data/.gitignore ADDED
@@ -0,0 +1,15 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
15
+ .DS_Store
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in payline_sdk.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Sébastien Loyer
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # PaylineSDK
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'payline_sdk'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install payline_sdk
20
+
21
+ ## Usage
22
+
23
+ TODO: Write usage instructions here
24
+
25
+ ## Contributing
26
+
27
+ 1. Fork it ( https://github.com/[my-github-username]/payline_sdk/fork )
28
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
29
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
30
+ 4. Push to the branch (`git push origin my-new-feature`)
31
+ 5. Create a new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+
@@ -0,0 +1,3251 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <wsdl:definitions targetNamespace="http://impl.ws.payline.experian.com" xmlns:tns1="http://obj.ws.payline.experian.com" xmlns:impl="http://impl.ws.payline.experian.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:intf="http://impl.ws.payline.experian.com">
3
+ <wsdl:types>
4
+ <schema elementFormDefault="qualified" targetNamespace="http://impl.ws.payline.experian.com" xmlns="http://www.w3.org/2001/XMLSchema">
5
+ <import namespace="http://obj.ws.payline.experian.com"/>
6
+ <element name="doWebPaymentRequest">
7
+ <complexType>
8
+ <annotation>
9
+ <documentation>
10
+ This element is the request for the
11
+ doWebPayment
12
+ method
13
+ </documentation>
14
+ </annotation>
15
+ <sequence>
16
+ <element name="version" nillable="false" type="xsd:string"/>
17
+ <element name="payment" nillable="false" type="tns1:payment"/>
18
+ <element name="returnURL" nillable="false" type="xsd:string"/>
19
+ <element name="cancelURL" nillable="false" type="xsd:string"/>
20
+ <element name="order" nillable="false" type="tns1:order"/>
21
+ <element name="notificationURL" nillable="true" type="xsd:string"/>
22
+ <element name="selectedContractList" nillable="true" type="tns1:selectedContractList"/>
23
+ <element name="secondSelectedContractList" nillable="true" type="tns1:selectedContractList"/>
24
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
25
+ <element name="languageCode" nillable="true" type="xsd:string"/>
26
+ <element name="customPaymentPageCode" nillable="true" type="xsd:string"/>
27
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
28
+ <element name="owner" nillable="true" type="tns1:owner"/>
29
+ <element name="securityMode" nillable="true" type="xsd:string"/>
30
+ <element name="recurring" nillable="true" type="tns1:recurring"/>
31
+ <element name="customPaymentTemplateURL" nillable="true" type="xsd:string"/>
32
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
33
+ </sequence>
34
+ </complexType>
35
+ </element>
36
+ <element name="doWebPaymentResponse">
37
+ <complexType>
38
+ <annotation>
39
+ <documentation>
40
+ This element is the reponse from the
41
+ doWebPayment
42
+ method
43
+ </documentation>
44
+ </annotation>
45
+ <sequence>
46
+ <element name="result" nillable="false" type="tns1:result"/>
47
+ <element name="token" nillable="false" type="xsd:string"/>
48
+ <element name="redirectURL" nillable="false" type="xsd:string"/>
49
+ <element name="stepCode" nillable="true" type="xsd:string"/>
50
+ <element name="reqCode" nillable="true" type="xsd:string"/>
51
+ <element name="method" nillable="true" type="xsd:string"/>
52
+ </sequence>
53
+ </complexType>
54
+ </element>
55
+ <element name="getWebPaymentDetailsRequest">
56
+ <complexType>
57
+ <annotation>
58
+ <documentation>
59
+ This element is the reponse from the
60
+ getWebPayment
61
+ method
62
+ </documentation>
63
+ </annotation>
64
+ <sequence>
65
+ <element name="version" nillable="false" type="xsd:string"/>
66
+ <element name="token" nillable="false" type="xsd:string"/>
67
+ </sequence>
68
+ </complexType>
69
+ </element>
70
+ <element name="getWebPaymentDetailsResponse">
71
+ <complexType>
72
+ <annotation>
73
+ <documentation>
74
+ This element is the reponse from the
75
+ doWebPayment
76
+ method
77
+ </documentation>
78
+ </annotation>
79
+ <sequence>
80
+ <element name="result" nillable="false" type="tns1:result"/>
81
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
82
+ <element name="payment" nillable="false" type="tns1:payment"/>
83
+ <element name="authorization" nillable="false" type="tns1:authorization"/>
84
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
85
+ <element name="paymentRecordId" nillable="true" type="xsd:string"/>
86
+ <element name="billingRecordList" nillable="true" type="tns1:billingRecordList"/>
87
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
88
+ <element name="card" type="tns1:cardOut"/>
89
+ <element name="extendedCard" type="tns1:extendedCardType"/>
90
+ <element name="order" type="tns1:order"/>
91
+ <element name="paymentAdditionalList" nillable="true" type="tns1:paymentAdditionalList"/>
92
+ <element name="media" nillable="true" type="xsd:string"/>
93
+ <element name="numberOfAttempt" nillable="true" type="xsd:string"/>
94
+ <element name="wallet" nillable="true" type="tns1:wallet"/>
95
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
96
+ </sequence>
97
+ </complexType>
98
+ </element>
99
+ <element name="doAuthorizationRequest">
100
+ <complexType>
101
+ <annotation>
102
+ <documentation>
103
+ This element is the request for the
104
+ doAuthorization
105
+ method
106
+ </documentation>
107
+ </annotation>
108
+ <sequence>
109
+ <element name="version" nillable="false" type="xsd:string"/>
110
+ <element name="payment" nillable="false" type="tns1:payment"/>
111
+ <element name="bankAccountData" nillable="false" type="tns1:bankAccountData"/>
112
+ <element name="card" nillable="false" type="tns1:card"/>
113
+ <element name="order" nillable="false" type="tns1:order"/>
114
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
115
+ <element name="owner" nillable="true" type="tns1:owner"/>
116
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
117
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
118
+ <element name="media" nillable="true" type="xsd:string"/>
119
+ </sequence>
120
+ </complexType>
121
+ </element>
122
+ <element name="doAuthorizationResponse">
123
+ <complexType>
124
+ <annotation>
125
+ <documentation>
126
+ This element is the reponse from the
127
+ doAuthorization method
128
+ </documentation>
129
+ </annotation>
130
+ <sequence>
131
+ <element name="result" nillable="false" type="tns1:result"/>
132
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
133
+ <element name="authorization" nillable="false" type="tns1:authorization"/>
134
+ <element name="card" type="tns1:cardOut"/>
135
+ <element name="extendedCard" type="tns1:extendedCardType"/>
136
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
137
+ </sequence>
138
+ </complexType>
139
+ </element>
140
+ <element name="doCaptureRequest">
141
+ <complexType>
142
+ <annotation>
143
+ <documentation>
144
+ This element is the request for the
145
+ doCapture method
146
+ </documentation>
147
+ </annotation>
148
+ <sequence>
149
+ <element name="version" nillable="false" type="xsd:string"/>
150
+ <element name="transactionID" nillable="false" type="xsd:string"/>
151
+ <element name="payment" nillable="false" type="tns1:payment"/>
152
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
153
+ <element name="sequenceNumber" nillable="true" type="xsd:string"/>
154
+ <element name="media" nillable="true" type="xsd:string"/>
155
+ </sequence>
156
+ </complexType>
157
+ </element>
158
+ <element name="doCaptureResponse">
159
+ <complexType>
160
+ <annotation>
161
+ <documentation>
162
+ This element is the reponse from the
163
+ doCapture
164
+ method
165
+ </documentation>
166
+ </annotation>
167
+ <sequence>
168
+ <element name="result" nillable="false" type="tns1:result"/>
169
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
170
+ <element name="reAuthorization" nillable="true" type="xsd:string"/>
171
+ </sequence>
172
+ </complexType>
173
+ </element>
174
+ <element name="doDebitRequest">
175
+ <complexType>
176
+ <sequence>
177
+ <element name="version" nillable="false" type="xsd:string"/>
178
+ <element name="payment" nillable="false" type="tns1:payment"/>
179
+ <element name="card" nillable="false" type="tns1:card"/>
180
+ <element name="order" nillable="false" type="tns1:order"/>
181
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
182
+ <element name="owner" nillable="true" type="tns1:owner"/>
183
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
184
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
185
+ <element name="authorization" nillable="false" type="tns1:authorization"/>
186
+ <element name="media" nillable="true" type="xsd:string"/>
187
+ </sequence>
188
+ </complexType>
189
+ </element>
190
+ <element name="doDebitResponse">
191
+ <complexType>
192
+ <sequence>
193
+ <element name="result" nillable="false" type="tns1:result"/>
194
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
195
+ <element name="card" type="tns1:cardOut"/>
196
+ <element name="extendedCard" type="tns1:extendedCardType"/>
197
+ </sequence>
198
+ </complexType>
199
+ </element>
200
+ <element name="doRefundRequest">
201
+ <complexType>
202
+ <annotation>
203
+ <documentation>
204
+ This element is the request for the doRefund
205
+ method
206
+ </documentation>
207
+ </annotation>
208
+ <sequence>
209
+ <element name="version" nillable="false" type="xsd:string"/>
210
+ <element name="transactionID" nillable="false" type="xsd:string"/>
211
+ <element name="payment" nillable="false" type="tns1:payment"/>
212
+ <element name="comment" nillable="true" type="xsd:string"/>
213
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
214
+ <element name="sequenceNumber" nillable="true" type="xsd:string"/>
215
+ <element name="media" nillable="true" type="xsd:string"/>
216
+ </sequence>
217
+ </complexType>
218
+ </element>
219
+ <element name="doRefundResponse">
220
+ <complexType>
221
+ <annotation>
222
+ <documentation>
223
+ This element is the reponse from the
224
+ doRefund method
225
+ </documentation>
226
+ </annotation>
227
+ <sequence>
228
+ <element name="result" nillable="false" type="tns1:result"/>
229
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
230
+ </sequence>
231
+ </complexType>
232
+ </element>
233
+ <element name="doResetRequest">
234
+ <complexType>
235
+ <annotation>
236
+ <documentation>
237
+ This element is the request for the doReset
238
+ method
239
+ </documentation>
240
+ </annotation>
241
+ <sequence>
242
+ <element name="version" nillable="false" type="xsd:string"/>
243
+ <element name="transactionID" nillable="false" type="xsd:string"/>
244
+ <element name="comment" nillable="true" type="xsd:string"/>
245
+ <element name="media" nillable="true" type="xsd:string"/>
246
+ </sequence>
247
+ </complexType>
248
+ </element>
249
+ <element name="doResetResponse">
250
+ <complexType>
251
+ <annotation>
252
+ <documentation>
253
+ This element is the reponse from the doReset
254
+ method
255
+ </documentation>
256
+ </annotation>
257
+ <sequence>
258
+ <element name="result" nillable="false" type="tns1:result"/>
259
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
260
+ </sequence>
261
+ </complexType>
262
+ </element>
263
+ <element name="doCreditRequest">
264
+ <complexType>
265
+ <annotation>
266
+ <documentation>
267
+ This element is the request for the doCredit
268
+ method
269
+ </documentation>
270
+ </annotation>
271
+ <sequence>
272
+ <element name="version" nillable="false" type="xsd:string"/>
273
+ <element name="payment" nillable="false" type="tns1:payment"/>
274
+ <element name="card" nillable="false" type="tns1:card"/>
275
+ <element name="comment" nillable="true" type="xsd:string"/>
276
+ <element name="order" nillable="true" type="tns1:order"/>
277
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
278
+ <element name="owner" nillable="true" type="tns1:owner"/>
279
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
280
+ <element name="media" nillable="true" type="xsd:string"/>
281
+ </sequence>
282
+ </complexType>
283
+ </element>
284
+ <element name="doCreditResponse">
285
+ <complexType>
286
+ <annotation>
287
+ <documentation>
288
+ This element is the reponse from the
289
+ doCredit method
290
+ </documentation>
291
+ </annotation>
292
+ <sequence>
293
+ <element name="result" nillable="false" type="tns1:result"/>
294
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
295
+ <element name="card" type="tns1:cardOut"/>
296
+ <element name="extendedCard" type="tns1:extendedCardType"/>
297
+ </sequence>
298
+ </complexType>
299
+ </element>
300
+ <element name="createWalletRequest">
301
+ <complexType>
302
+ <annotation>
303
+ <documentation>
304
+ This element is the request for the
305
+ createWallet
306
+ method
307
+ </documentation>
308
+ </annotation>
309
+ <sequence>
310
+ <element name="version" nillable="false" type="xsd:string"/>
311
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
312
+ <element name="wallet" nillable="false" type="tns1:wallet"/>
313
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
314
+ <element name="owner" nillable="true" type="tns1:owner"/>
315
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
316
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
317
+ <element name="media" nillable="true" type="xsd:string"/>
318
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
319
+ </sequence>
320
+ </complexType>
321
+ </element>
322
+ <element name="createWalletResponse">
323
+ <complexType>
324
+ <annotation>
325
+ <documentation>
326
+ This element is the reponse from the
327
+ createWallet
328
+ method
329
+ </documentation>
330
+ </annotation>
331
+ <sequence>
332
+ <element name="result" nillable="false" type="tns1:result"/>
333
+ <element name="card" type="tns1:cardOut"/>
334
+ <element name="extendedCard" type="tns1:extendedCardType"/>
335
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
336
+ <element name="fraudResultDetails" nillable="true" type="tns1:fraudResultDetails"/>
337
+ </sequence>
338
+ </complexType>
339
+ </element>
340
+ <element name="updateWalletRequest">
341
+ <complexType>
342
+ <annotation>
343
+ <documentation>
344
+ This element is the request for the
345
+ updateWallet
346
+ method
347
+ </documentation>
348
+ </annotation>
349
+ <sequence>
350
+ <element name="version" nillable="false" type="xsd:string"/>
351
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
352
+ <element name="cardInd" nillable="true" type="xsd:string"/>
353
+ <element name="wallet" nillable="false" type="tns1:wallet"/>
354
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
355
+ <element name="owner" nillable="true" type="tns1:owner"/>
356
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
357
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
358
+ <element name="media" nillable="true" type="xsd:string"/>
359
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
360
+ </sequence>
361
+ </complexType>
362
+ </element>
363
+ <element name="updateWalletResponse">
364
+ <complexType>
365
+ <annotation>
366
+ <documentation>
367
+ This element is the reponse from the
368
+ updateWallet
369
+ method
370
+ </documentation>
371
+ </annotation>
372
+ <sequence>
373
+ <element name="result" nillable="false" type="tns1:result"/>
374
+ <element name="card" type="tns1:cardOut"/>
375
+ <element name="extendedCard" type="tns1:extendedCardType"/>
376
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
377
+ </sequence>
378
+ </complexType>
379
+ </element>
380
+ <element name="getWalletRequest">
381
+ <complexType>
382
+ <annotation>
383
+ <documentation>
384
+ This element is the request for the
385
+ getWallet method
386
+ </documentation>
387
+ </annotation>
388
+ <sequence>
389
+ <element name="version" nillable="false" type="xsd:string"/>
390
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
391
+ <element name="walletId" nillable="false" type="xsd:string"/>
392
+ <element name="cardInd" nillable="true" type="xsd:string"/>
393
+ <element name="media" nillable="true" type="xsd:string"/>
394
+ </sequence>
395
+ </complexType>
396
+ </element>
397
+ <element name="getWalletResponse">
398
+ <complexType>
399
+ <annotation>
400
+ <documentation>
401
+ This element is the reponse from the
402
+ getWallet
403
+ method
404
+ </documentation>
405
+ </annotation>
406
+ <sequence>
407
+ <element name="result" nillable="false" type="tns1:result"/>
408
+ <element name="wallet" nillable="true" type="tns1:wallet"/>
409
+ <element name="owner" nillable="true" type="tns1:owner"/>
410
+ <element name="isDisabled" nillable="true" type="xsd:string"/>
411
+ <element name="disableDate" nillable="true" type="xsd:string"/>
412
+ <element name="disableStatus" nillable="true" type="xsd:string"/>
413
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
414
+ <element name="extendedCard" nillable="true" type="tns1:extendedCardType"/>
415
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
416
+ <element name="media" nillable="true" type="xsd:string"/>
417
+ </sequence>
418
+ </complexType>
419
+ </element>
420
+ <element name="getCardsRequest">
421
+ <complexType>
422
+ <annotation>
423
+ <documentation>
424
+ This element is the request for the
425
+ getCards method
426
+ </documentation>
427
+ </annotation>
428
+ <sequence>
429
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
430
+ <element name="walletId" nillable="false" type="xsd:string"/>
431
+ <element name="cardInd" nillable="true" type="xsd:string"/>
432
+ </sequence>
433
+ </complexType>
434
+ </element>
435
+ <element name="getCardsResponse">
436
+ <complexType>
437
+ <annotation>
438
+ <documentation>
439
+ This element is the reponse from the
440
+ getCards method
441
+ </documentation>
442
+ </annotation>
443
+ <sequence>
444
+ <element name="result" nillable="false" type="tns1:result"/>
445
+ <element name="cardsList" nillable="true" type="tns1:cardsList"/>
446
+ <element name="owner" nillable="true" type="tns1:owner"/>
447
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
448
+ </sequence>
449
+ </complexType>
450
+ </element>
451
+ <element name="disableWalletRequest">
452
+ <complexType>
453
+ <annotation>
454
+ <documentation>
455
+ This element is the request for the
456
+ disableWallet
457
+ method
458
+ </documentation>
459
+ </annotation>
460
+ <sequence>
461
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
462
+ <element name="cardInd" nillable="true" type="xsd:string"/>
463
+ <element name="walletIdList" nillable="false" type="tns1:walletIdList"/>
464
+ </sequence>
465
+ </complexType>
466
+ </element>
467
+ <element name="disableWalletResponse">
468
+ <complexType>
469
+ <annotation>
470
+ <documentation>
471
+ This element is the reponse from the
472
+ disableWallet
473
+ method
474
+ </documentation>
475
+ </annotation>
476
+ <sequence>
477
+ <element name="result" nillable="false" type="tns1:result"/>
478
+ <element name="walletIdList" nillable="false" type="tns1:walletIdList"/>
479
+ </sequence>
480
+ </complexType>
481
+ </element>
482
+ <element name="enableWalletRequest">
483
+ <complexType>
484
+ <annotation>
485
+ <documentation>
486
+ This element is the request for the
487
+ enableWallet
488
+ method
489
+ </documentation>
490
+ </annotation>
491
+ <sequence>
492
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
493
+ <element name="cardInd" nillable="true" type="xsd:string"/>
494
+ <element name="walletId" nillable="false" type="xsd:string"/>
495
+ </sequence>
496
+ </complexType>
497
+ </element>
498
+ <element name="enableWalletResponse">
499
+ <complexType>
500
+ <annotation>
501
+ <documentation>
502
+ This element is the reponse from the
503
+ enableWallet
504
+ method
505
+ </documentation>
506
+ </annotation>
507
+ <sequence>
508
+ <element name="result" nillable="false" type="tns1:result"/>
509
+ </sequence>
510
+ </complexType>
511
+ </element>
512
+ <element name="doImmediateWalletPaymentRequest">
513
+ <complexType>
514
+ <annotation>
515
+ <documentation>
516
+ This element is the request for the
517
+ doImmediateWalletPayment method
518
+ </documentation>
519
+ </annotation>
520
+ <sequence>
521
+ <element name="version" nillable="false" type="xsd:string"/>
522
+ <element name="payment" nillable="false" type="tns1:payment"/>
523
+ <element name="order" nillable="false" type="tns1:order"/>
524
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
525
+ <element name="walletId" nillable="false" type="xsd:string"/>
526
+ <element name="cardInd" nillable="true" type="xsd:string"/>
527
+ <element name="cvx" nillable="true" type="xsd:string"/>
528
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
529
+ <element name="media" nillable="true" type="xsd:string"/>
530
+ </sequence>
531
+ </complexType>
532
+ </element>
533
+ <element name="doImmediateWalletPaymentResponse">
534
+ <complexType>
535
+ <annotation>
536
+ <documentation>
537
+ This element is the reponse from the
538
+ doImmediateWalletPayment method
539
+ </documentation>
540
+ </annotation>
541
+ <sequence>
542
+ <element name="result" nillable="false" type="tns1:result"/>
543
+ <element name="transaction" nillable="true" type="tns1:transaction"/>
544
+ <element name="authorization" nillable="true" type="tns1:authorization"/>
545
+ </sequence>
546
+ </complexType>
547
+ </element>
548
+ <element name="doScheduledWalletPaymentRequest">
549
+ <complexType>
550
+ <annotation>
551
+ <documentation>
552
+ This element is the request for the
553
+ doScheduledWalletPayment method
554
+ </documentation>
555
+ </annotation>
556
+ <sequence>
557
+ <element name="version" nillable="false" type="xsd:string"/>
558
+ <element name="payment" nillable="false" type="tns1:payment"/>
559
+ <element name="orderRef" nillable="true" type="xsd:string"/>
560
+ <element name="orderDate" nillable="true" type="xsd:string"/>
561
+ <element name="scheduledDate" nillable="false" type="xsd:string"/>
562
+ <element name="walletId" nillable="false" type="xsd:string"/>
563
+ <element name="cardInd" nillable="true" type="xsd:string"/>
564
+ <element name="order" nillable="true" type="tns1:order"/>
565
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
566
+ <element name="media" nillable="true" type="xsd:string"/>
567
+ </sequence>
568
+ </complexType>
569
+ </element>
570
+ <element name="doScheduledWalletPaymentResponse">
571
+ <complexType>
572
+ <annotation>
573
+ <documentation>
574
+ This element is the reponse from the
575
+ doScheduledWalletPayment method
576
+ </documentation>
577
+ </annotation>
578
+ <sequence>
579
+ <element name="result" nillable="false" type="tns1:result"/>
580
+ <element name="paymentRecordId" nillable="false" type="xsd:string"/>
581
+ </sequence>
582
+ </complexType>
583
+ </element>
584
+ <element name="doRecurrentWalletPaymentRequest">
585
+ <complexType>
586
+ <annotation>
587
+ <documentation>
588
+ This element is the request for the
589
+ doRecurrentWalletPayment method
590
+ </documentation>
591
+ </annotation>
592
+ <sequence>
593
+ <element name="version" nillable="false" type="xsd:string"/>
594
+ <element name="payment" nillable="false" type="tns1:payment"/>
595
+ <element name="orderRef" nillable="false" type="xsd:string"/>
596
+ <element name="orderDate" nillable="false" type="xsd:string"/>
597
+ <element name="scheduledDate" nillable="false" type="xsd:string"/>
598
+ <element name="walletId" nillable="false" type="xsd:string"/>
599
+ <element name="cardInd" nillable="true" type="xsd:string"/>
600
+ <element name="recurring" nillable="false" type="tns1:recurring"/>
601
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
602
+ <element name="order" nillable="true" type="tns1:order"/>
603
+ <element name="media" nillable="true" type="xsd:string"/>
604
+ </sequence>
605
+ </complexType>
606
+ </element>
607
+ <element name="doRecurrentWalletPaymentResponse">
608
+ <complexType>
609
+ <annotation>
610
+ <documentation>
611
+ This element is the reponse from the
612
+ doRecurrentWalletPayment method
613
+ </documentation>
614
+ </annotation>
615
+ <sequence>
616
+ <element name="result" nillable="false" type="tns1:result"/>
617
+ <element name="paymentRecordId" nillable="false" type="xsd:string"/>
618
+ <element name="billingRecordList" nillable="false" type="tns1:billingRecordList"/>
619
+ </sequence>
620
+ </complexType>
621
+ </element>
622
+ <element name="getPaymentRecordRequest">
623
+ <complexType>
624
+ <annotation>
625
+ <documentation>
626
+ This element is the request for the
627
+ getPaymentRecord method
628
+ </documentation>
629
+ </annotation>
630
+ <sequence>
631
+ <element name="version" nillable="false" type="xsd:string"/>
632
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
633
+ <element name="paymentRecordId" nillable="false" type="xsd:string"/>
634
+ </sequence>
635
+ </complexType>
636
+ </element>
637
+ <element name="getPaymentRecordResponse">
638
+ <complexType>
639
+ <annotation>
640
+ <documentation>
641
+ This element is the reponse from the
642
+ getPaymentRecord method
643
+ </documentation>
644
+ </annotation>
645
+ <sequence>
646
+ <element name="result" nillable="false" type="tns1:result"/>
647
+ <element name="recurring" nillable="false" type="tns1:recurring"/>
648
+ <element name="isDisabled" nillable="true" type="xsd:string"/>
649
+ <element name="disableDate" nillable="true" type="xsd:string"/>
650
+ <element name="billingRecordList" nillable="false" type="tns1:billingRecordList"/>
651
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
652
+ <element name="order" nillable="true" type="tns1:order"/>
653
+ <element name="walletId" nillable="false" type="xsd:string"/>
654
+ </sequence>
655
+ </complexType>
656
+ </element>
657
+ <element name="disablePaymentRecordRequest">
658
+ <complexType>
659
+ <annotation>
660
+ <documentation>
661
+ This element is the request for the
662
+ disablePaymentRecord method
663
+ </documentation>
664
+ </annotation>
665
+ <sequence>
666
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
667
+ <element name="paymentRecordId" nillable="false" type="xsd:string"/>
668
+ </sequence>
669
+ </complexType>
670
+ </element>
671
+ <element name="disablePaymentRecordResponse">
672
+ <complexType>
673
+ <annotation>
674
+ <documentation>
675
+ This element is the reponse from the
676
+ disablePaymentRecord method
677
+ </documentation>
678
+ </annotation>
679
+ <sequence>
680
+ <element name="result" nillable="false" type="tns1:result"/>
681
+ </sequence>
682
+ </complexType>
683
+ </element>
684
+ <element name="manageWebWalletRequest">
685
+ <complexType>
686
+ <annotation>
687
+ <documentation>
688
+ This element is the request for the
689
+ manageWebWallet
690
+ method
691
+ </documentation>
692
+ </annotation>
693
+ <sequence>
694
+ <element name="version" nillable="false" type="xsd:string"/>
695
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
696
+ <element name="selectedContractList" nillable="true" type="tns1:selectedContractList"/>
697
+ <element name="updatePersonalDetails" nillable="true" type="xsd:string"/>
698
+ <element name="buyer" nillable="false" type="tns1:buyer"/>
699
+ <element name="owner" nillable="true" type="tns1:owner"/>
700
+ <element name="languageCode" nillable="true" type="xsd:string"/>
701
+ <element name="customPaymentPageCode" nillable="true" type="xsd:string"/>
702
+ <element name="securityMode" nillable="true" type="xsd:string"/>
703
+ <element name="returnURL" nillable="false" type="xsd:string"/>
704
+ <element name="cancelURL" nillable="false" type="xsd:string"/>
705
+ <element name="notificationURL" nillable="true" type="xsd:string"/>
706
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
707
+ <element name="customPaymentTemplateURL" nillable="true" type="xsd:string"/>
708
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
709
+ </sequence>
710
+ </complexType>
711
+ </element>
712
+ <element name="manageWebWalletResponse">
713
+ <complexType>
714
+ <annotation>
715
+ <documentation>
716
+ This element is the reponse from the
717
+ manageWebWallet method
718
+ </documentation>
719
+ </annotation>
720
+ <sequence>
721
+ <element name="result" nillable="false" type="tns1:result"/>
722
+ <element name="token" nillable="false" type="xsd:string"/>
723
+ <element name="redirectURL" nillable="false" type="xsd:string"/>
724
+ </sequence>
725
+ </complexType>
726
+ </element>
727
+ <element name="createWebWalletRequest">
728
+ <complexType>
729
+ <annotation>
730
+ <documentation>
731
+ This element is the request for the
732
+ createWebWallet
733
+ method
734
+ </documentation>
735
+ </annotation>
736
+ <sequence>
737
+ <element name="version" nillable="false" type="xsd:string"/>
738
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
739
+ <element name="selectedContractList" nillable="true" type="tns1:selectedContractList"/>
740
+ <element name="updatePersonalDetails" nillable="true" type="xsd:string"/>
741
+ <element name="buyer" nillable="false" type="tns1:buyer"/>
742
+ <element name="owner" nillable="true" type="tns1:owner"/>
743
+ <element name="languageCode" nillable="true" type="xsd:string"/>
744
+ <element name="customPaymentPageCode" nillable="true" type="xsd:string"/>
745
+ <element name="securityMode" nillable="true" type="xsd:string"/>
746
+ <element name="returnURL" nillable="false" type="xsd:string"/>
747
+ <element name="cancelURL" nillable="false" type="xsd:string"/>
748
+ <element name="notificationURL" nillable="true" type="xsd:string"/>
749
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
750
+ <element name="customPaymentTemplateURL" nillable="true" type="xsd:string"/>
751
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
752
+ </sequence>
753
+ </complexType>
754
+ </element>
755
+ <element name="createWebWalletResponse">
756
+ <complexType>
757
+ <annotation>
758
+ <documentation>
759
+ This element is the reponse from the
760
+ createWebWallet method
761
+ </documentation>
762
+ </annotation>
763
+ <sequence>
764
+ <element name="result" nillable="false" type="tns1:result"/>
765
+ <element name="token" nillable="false" type="xsd:string"/>
766
+ <element name="redirectURL" nillable="false" type="xsd:string"/>
767
+ </sequence>
768
+ </complexType>
769
+ </element>
770
+ <element name="updateWebWalletRequest">
771
+ <complexType>
772
+ <annotation>
773
+ <documentation>
774
+ This element is the request for the
775
+ updateWebWallet
776
+ method
777
+ </documentation>
778
+ </annotation>
779
+ <sequence>
780
+ <element name="version" nillable="false" type="xsd:string"/>
781
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
782
+ <element name="cardInd" nillable="true" type="xsd:string"/>
783
+ <element name="walletId" nillable="false" type="xsd:string"/>
784
+ <element name="updatePersonalDetails" nillable="true" type="xsd:string"/>
785
+ <element name="updateOwnerDetails" nillable="true" type="xsd:string"/>
786
+ <element name="updatePaymentDetails" nillable="true" type="xsd:string"/>
787
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
788
+ <element name="languageCode" nillable="true" type="xsd:string"/>
789
+ <element name="customPaymentPageCode" nillable="true" type="xsd:string"/>
790
+ <element name="securityMode" nillable="true" type="xsd:string"/>
791
+ <element name="returnURL" nillable="false" type="xsd:string"/>
792
+ <element name="cancelURL" nillable="false" type="xsd:string"/>
793
+ <element name="notificationURL" nillable="true" type="xsd:string"/>
794
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
795
+ <element name="customPaymentTemplateURL" nillable="true" type="xsd:string"/>
796
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
797
+ </sequence>
798
+ </complexType>
799
+ </element>
800
+ <element name="updateWebWalletResponse">
801
+ <complexType>
802
+ <annotation>
803
+ <documentation>
804
+ This element is the reponse from the
805
+ updateWebWallet method
806
+ </documentation>
807
+ </annotation>
808
+ <sequence>
809
+ <element name="result" nillable="false" type="tns1:result"/>
810
+ <element name="token" nillable="false" type="xsd:string"/>
811
+ <element name="redirectURL" nillable="false" type="xsd:string"/>
812
+ </sequence>
813
+ </complexType>
814
+ </element>
815
+ <element name="getWebWalletRequest">
816
+ <complexType>
817
+ <annotation>
818
+ <documentation>
819
+ This element is the request for the
820
+ getWebWallet
821
+ method
822
+ </documentation>
823
+ </annotation>
824
+ <sequence>
825
+ <element name="version" nillable="false" type="xsd:string"/>
826
+ <element name="token" nillable="false" type="xsd:string"/>
827
+ </sequence>
828
+ </complexType>
829
+ </element>
830
+ <element name="getWebWalletResponse">
831
+ <complexType>
832
+ <annotation>
833
+ <documentation>
834
+ This element is the reponse from the
835
+ getWebWallet
836
+ method
837
+ </documentation>
838
+ </annotation>
839
+ <sequence>
840
+ <element name="result" nillable="false" type="tns1:result"/>
841
+ <element name="wallet" nillable="true" type="tns1:wallet"/>
842
+ <element name="owner" nillable="true" type="tns1:owner"/>
843
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
844
+ <element name="extendedCard" type="tns1:extendedCardType"/>
845
+ <element name="media" nillable="true" type="xsd:string"/>
846
+ <element name="numberOfAttempt" nillable="true" type="xsd:string"/>
847
+ <element name="contractNumberWalletList" nillable="true" type="tns1:contractNumberWalletList"/>
848
+ </sequence>
849
+ </complexType>
850
+ </element>
851
+ <element name="getTransactionDetailsRequest">
852
+ <complexType>
853
+ <annotation>
854
+ <documentation>
855
+ This element is the request for the
856
+ getTransactionDetails method
857
+ </documentation>
858
+ </annotation>
859
+ <sequence>
860
+ <element name="version" nillable="false" type="xsd:string"/>
861
+ <element name="transactionId" nillable="true" type="xsd:string"/>
862
+ <element name="orderRef" nillable="true" type="xsd:string"/>
863
+ <element name="startDate" nillable="true" type="xsd:string"/>
864
+ <element name="endDate" nillable="true" type="xsd:string"/>
865
+ <element name="transactionHistory" nillable="true" type="xsd:string"/>
866
+ <element name="archiveSearch" nillable="true" type="xsd:string"/>
867
+ </sequence>
868
+ </complexType>
869
+ </element>
870
+ <element name="getTransactionDetailsResponse">
871
+ <complexType>
872
+ <annotation>
873
+ <documentation>
874
+ This element is the response for the
875
+ getTransactionDetails method
876
+ </documentation>
877
+ </annotation>
878
+ <sequence>
879
+ <element name="result" nillable="false" type="tns1:result"/>
880
+ <element name="transaction" nillable="true" type="tns1:transaction"/>
881
+ <element name="payment" nillable="true" type="tns1:payment"/>
882
+ <element name="authorization" nillable="true" type="tns1:authorization"/>
883
+ <element name="order" nillable="true" type="tns1:order"/>
884
+ <element name="buyer" nillable="true" type="tns1:buyer"/>
885
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
886
+ <element name="card" type="tns1:cardOut"/>
887
+ <element name="extendedCard" type="tns1:extendedCardType"/>
888
+ <element name="associatedTransactionsList" nillable="true" type="tns1:associatedTransactionsList"/>
889
+ <element name="statusHistoryList" nillable="true" type="tns1:statusHistoryList"/>
890
+ <element name="media" nillable="true" type="xsd:string"/>
891
+ </sequence>
892
+ </complexType>
893
+ </element>
894
+ <element name="transactionsSearchRequest">
895
+ <complexType>
896
+ <annotation>
897
+ <documentation>
898
+ This element is the request for the
899
+ transactionsSearch method
900
+ </documentation>
901
+ </annotation>
902
+ <sequence>
903
+ <element name="version" nillable="false" type="xsd:string"/>
904
+ <element name="transactionId" nillable="true" type="xsd:string"/>
905
+ <element name="orderRef" nillable="true" type="xsd:string"/>
906
+ <element name="startDate" nillable="true" type="xsd:string"/>
907
+ <element name="endDate" nillable="true" type="xsd:string"/>
908
+ <element name="contractNumber" nillable="true" type="xsd:string"/>
909
+ <element name="authorizationNumber" nillable="true" type="xsd:string"/>
910
+ <element name="returnCode" nillable="true" type="xsd:string"/>
911
+ <element name="paymentMean" nillable="true" type="xsd:string"/>
912
+ <element name="transactionType" nillable="true" type="xsd:string"/>
913
+ <element name="name" nillable="true" type="xsd:string"/>
914
+ <element name="firstName" nillable="true" type="xsd:string"/>
915
+ <element name="email" nillable="true" type="xsd:string"/>
916
+ <element name="cardNumber" nillable="true" type="xsd:string"/>
917
+ <element name="currency" nillable="true" type="xsd:string"/>
918
+ <element name="minAmount" nillable="true" type="xsd:string"/>
919
+ <element name="maxAmount" nillable="true" type="xsd:string"/>
920
+ <element name="walletId" nillable="true" type="xsd:string"/>
921
+ <element name="sequenceNumber" nillable="true" type="xsd:string"/>
922
+ <element name="token" nillable="true" type="xsd:string"/>
923
+ </sequence>
924
+ </complexType>
925
+ </element>
926
+ <element name="transactionsSearchResponse">
927
+ <complexType>
928
+ <annotation>
929
+ <documentation>
930
+ This element is the response for the
931
+ transactionsSearch method
932
+ </documentation>
933
+ </annotation>
934
+ <sequence>
935
+ <element name="result" nillable="false" type="tns1:result"/>
936
+ <element name="transactionList" nillable="true" type="tns1:transactionList"/>
937
+ </sequence>
938
+ </complexType>
939
+ </element>
940
+ <element name="verifyEnrollmentRequest">
941
+ <complexType>
942
+ <annotation>
943
+ <documentation>
944
+ This element is the request for the
945
+ verifyEnrollment method
946
+ </documentation>
947
+ </annotation>
948
+ <sequence>
949
+ <element name="version" nillable="false" type="xsd:string"/>
950
+ <element name="card" nillable="false" type="tns1:card"/>
951
+ <element name="payment" nillable="false" type="tns1:payment"/>
952
+ <element name="orderRef" nillable="false" type="xsd:string"/>
953
+ <element name="mdFieldValue" nillable="true" type="xsd:string"/>
954
+ <element name="userAgent" nillable="true" type="xsd:string"/>
955
+ </sequence>
956
+ </complexType>
957
+ </element>
958
+ <element name="verifyEnrollmentResponse">
959
+ <complexType>
960
+ <annotation>
961
+ <documentation>
962
+ This element is the reponse from the
963
+ verifyEnrollment method
964
+ </documentation>
965
+ </annotation>
966
+ <sequence>
967
+ <element name="result" nillable="false" type="tns1:result"/>
968
+ <element name="actionUrl" nillable="true" type="xsd:string"/>
969
+ <element name="actionMethod" nillable="true" type="xsd:string"/>
970
+ <element name="pareqFieldName" nillable="true" type="xsd:string"/>
971
+ <element name="pareqFieldValue" nillable="true" type="xsd:string"/>
972
+ <element name="termUrlName" nillable="true" type="xsd:string"/>
973
+ <element name="termUrlValue" nillable="true" type="xsd:string"/>
974
+ <element name="mdFieldName" nillable="true" type="xsd:string"/>
975
+ <element name="mdFieldValue" nillable="true" type="xsd:string"/>
976
+ <element name="mpiResult" nillable="true" type="xsd:string"/>
977
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
978
+ </sequence>
979
+ </complexType>
980
+ </element>
981
+ <element name="verifyAuthenticationRequest">
982
+ <complexType>
983
+ <annotation>
984
+ <documentation>
985
+ This element is the request for the
986
+ doAuthentication method
987
+ </documentation>
988
+ </annotation>
989
+ <sequence>
990
+ <element name="version" nillable="false" type="xsd:string"/>
991
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
992
+ <element name="pares" nillable="false" type="xsd:string"/>
993
+ <element name="md" nillable="true" type="xsd:string"/>
994
+ <element name="card" nillable="false" type="tns1:card"/>
995
+ </sequence>
996
+ </complexType>
997
+ </element>
998
+ <element name="verifyAuthenticationResponse">
999
+ <complexType>
1000
+ <annotation>
1001
+ <documentation>
1002
+ This element is the reponse from the
1003
+ doAuthentication method
1004
+ </documentation>
1005
+ </annotation>
1006
+ <sequence>
1007
+ <element name="result" nillable="false" type="tns1:result"/>
1008
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
1009
+ <element name="mpiResult" nillable="true" type="xsd:string"/>
1010
+ </sequence>
1011
+ </complexType>
1012
+ </element>
1013
+ <element name="createMerchantRequest">
1014
+ <complexType>
1015
+ <annotation>
1016
+ <documentation>
1017
+ This element is the request for the
1018
+ createMerchant
1019
+ method
1020
+ </documentation>
1021
+ </annotation>
1022
+ <sequence>
1023
+ <element name="corporateName" nillable="true" type="xsd:string"/>
1024
+ <element name="publicName" nillable="true" type="xsd:string"/>
1025
+ <element name="currency">
1026
+ <annotation>
1027
+ <documentation>currency in ISO 4217 numeric format
1028
+ </documentation>
1029
+ </annotation>
1030
+ <simpleType>
1031
+ <restriction base="xsd:string">
1032
+ <length value="3"/>
1033
+ </restriction>
1034
+ </simpleType>
1035
+ </element>
1036
+ <element name="nationalID" nillable="true">
1037
+ <annotation>
1038
+ <documentation>unique national merchant ID</documentation>
1039
+ </annotation>
1040
+ <complexType>
1041
+ <choice>
1042
+ <element name="SIRET">
1043
+ <annotation>
1044
+ <documentation>Systeme d identification du Repertoire des
1045
+ ENtreprises
1046
+ </documentation>
1047
+ </annotation>
1048
+ <simpleType>
1049
+ <restriction base="xsd:string">
1050
+ <length value="14"/>
1051
+ </restriction>
1052
+ </simpleType>
1053
+ </element>
1054
+ <element name="other" type="xsd:string">
1055
+ <annotation>
1056
+ <documentation>to use if country is not France
1057
+ </documentation>
1058
+ </annotation>
1059
+ </element>
1060
+ </choice>
1061
+ </complexType>
1062
+ </element>
1063
+ <element name="distributor" nillable="true" type="xsd:string">
1064
+ <annotation>
1065
+ <documentation>Payline Distributor ID</documentation>
1066
+ </annotation>
1067
+ </element>
1068
+ <element name="merchantAddress" nillable="true" type="tns1:addressInterlocutor"/>
1069
+ <element name="businessInterlocutor" nillable="true" type="tns1:interlocutor"/>
1070
+ <element name="technicalInterlocutor" nillable="true" type="tns1:interlocutor"/>
1071
+ <element name="subscription" nillable="true" type="tns1:subscription"/>
1072
+ <element name="poss" nillable="true">
1073
+ <annotation>
1074
+ <documentation>list of point of sell</documentation>
1075
+ </annotation>
1076
+ <complexType>
1077
+ <sequence>
1078
+ <element maxOccurs="unbounded" minOccurs="0" name="pos" nillable="true" type="tns1:pointOfSell"/>
1079
+ </sequence>
1080
+ </complexType>
1081
+ </element>
1082
+ <element name="partner" nillable="true" type="xsd:string">
1083
+ <annotation>
1084
+ <documentation>Billing partner. 1:monext, 2:cetib, 3:payline.com
1085
+ </documentation>
1086
+ </annotation>
1087
+ </element>
1088
+ </sequence>
1089
+ </complexType>
1090
+ </element>
1091
+ <element name="createMerchantResponse">
1092
+ <complexType>
1093
+ <annotation>
1094
+ <documentation>
1095
+ This element is the reponse from the
1096
+ createMerchant
1097
+ method
1098
+ </documentation>
1099
+ </annotation>
1100
+ <sequence>
1101
+ <element name="result" nillable="false" type="tns1:result"/>
1102
+ <element name="connectionData" nillable="false" type="tns1:connectionData"/>
1103
+ </sequence>
1104
+ </complexType>
1105
+ </element>
1106
+ <element name="doScoringChequeRequest">
1107
+ <complexType>
1108
+ <annotation>
1109
+ <documentation>
1110
+ This element is the request for the
1111
+ doScoringCheque
1112
+ method
1113
+ </documentation>
1114
+ </annotation>
1115
+ <sequence>
1116
+ <element name="version" nillable="false" type="xsd:string"/>
1117
+ <element name="payment" nillable="false" type="tns1:payment"/>
1118
+ <element name="cheque" nillable="false" type="tns1:cheque"/>
1119
+ <element name="order" nillable="false" type="tns1:order"/>
1120
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
1121
+ <element name="media" nillable="true" type="xsd:string"/>
1122
+ </sequence>
1123
+ </complexType>
1124
+ </element>
1125
+ <element name="doScoringChequeResponse">
1126
+ <complexType>
1127
+ <annotation>
1128
+ <documentation>
1129
+ This element is the reponse from the
1130
+ doScoringCheque method
1131
+ </documentation>
1132
+ </annotation>
1133
+ <sequence>
1134
+ <element name="result" nillable="false" type="tns1:result"/>
1135
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
1136
+ <element name="scoringCheque" nillable="false" type="tns1:scoringCheque"/>
1137
+ </sequence>
1138
+ </complexType>
1139
+ </element>
1140
+ <element name="getEncryptionKeyRequest">
1141
+ <complexType>
1142
+ <annotation>
1143
+ <documentation>
1144
+ This element is the request for the
1145
+ getEncryptionKeyRequest method
1146
+ </documentation>
1147
+ </annotation>
1148
+ </complexType>
1149
+ </element>
1150
+ <element name="getEncryptionKeyResponse">
1151
+ <complexType>
1152
+ <annotation>
1153
+ <documentation>
1154
+ This element is the reponse from the
1155
+ getEncryptionKeyResponse method
1156
+ </documentation>
1157
+ </annotation>
1158
+ <sequence>
1159
+ <element name="result" nillable="false" type="tns1:result"/>
1160
+ <element name="key" nillable="false" type="tns1:key"/>
1161
+ </sequence>
1162
+ </complexType>
1163
+ </element>
1164
+ <element name="doReAuthorizationRequest">
1165
+ <complexType>
1166
+ <annotation>
1167
+ <documentation>
1168
+ This element is the request for the
1169
+ doReAuthorization method
1170
+ </documentation>
1171
+ </annotation>
1172
+ <sequence>
1173
+ <element name="version" nillable="false" type="xsd:string"/>
1174
+ <element name="transactionID" nillable="false" type="xsd:string"/>
1175
+ <element name="payment" nillable="false" type="tns1:payment"/>
1176
+ <element name="order" nillable="true" type="tns1:order"/>
1177
+ <element name="privateDataList" nillable="true" type="tns1:privateDataList"/>
1178
+ <element name="media" nillable="true" type="xsd:string"/>
1179
+ </sequence>
1180
+ </complexType>
1181
+ </element>
1182
+ <element name="doReAuthorizationResponse">
1183
+ <complexType>
1184
+ <annotation>
1185
+ <documentation>
1186
+ This element is the reponse from the
1187
+ doReAuthorization method
1188
+ </documentation>
1189
+ </annotation>
1190
+ <sequence>
1191
+ <element name="result" nillable="false" type="tns1:result"/>
1192
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
1193
+ <element name="card" type="tns1:cardOut"/>
1194
+ <element name="extendedCard" type="tns1:extendedCardType"/>
1195
+ </sequence>
1196
+ </complexType>
1197
+ </element>
1198
+ <element name="getMerchantSettingsRequest">
1199
+ <complexType>
1200
+ <annotation>
1201
+ <documentation>
1202
+ This element is the request for the
1203
+ getMerchantSettings method
1204
+ </documentation>
1205
+ </annotation>
1206
+ <sequence>
1207
+ <element name="version" nillable="true" type="xsd:string"/>
1208
+ </sequence>
1209
+ </complexType>
1210
+ </element>
1211
+ <element name="getMerchantSettingsResponse">
1212
+ <complexType>
1213
+ <annotation>
1214
+ <documentation>
1215
+ This element is the response from the
1216
+ getMerchantSettings method
1217
+ </documentation>
1218
+ </annotation>
1219
+ <sequence>
1220
+ <element name="result" nillable="false" type="tns1:result"/>
1221
+ <element name="listPointOfSell" nillable="false">
1222
+ <complexType>
1223
+ <sequence>
1224
+ <element maxOccurs="unbounded" minOccurs="0" name="pointOfSell" type="tns1:pointOfSell"/>
1225
+ </sequence>
1226
+ </complexType>
1227
+ </element>
1228
+ </sequence>
1229
+ </complexType>
1230
+ </element>
1231
+ <element name="getBalanceRequest">
1232
+ <complexType>
1233
+ <annotation>
1234
+ <documentation>
1235
+ This element is the request for the
1236
+ getBalance
1237
+ method
1238
+ </documentation>
1239
+ </annotation>
1240
+ <sequence>
1241
+ <element name="version" nillable="false" type="xsd:string"/>
1242
+ <element name="cardID" nillable="false" type="xsd:string"/>
1243
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
1244
+ </sequence>
1245
+ </complexType>
1246
+ </element>
1247
+ <element name="getBalanceResponse">
1248
+ <complexType>
1249
+ <annotation>
1250
+ <documentation>
1251
+ This element is the reponse from the
1252
+ getBalance
1253
+ method
1254
+ </documentation>
1255
+ </annotation>
1256
+ <sequence>
1257
+ <element name="result" nillable="false" type="tns1:result"/>
1258
+ <element name="balance" nillable="false">
1259
+ <complexType>
1260
+ <sequence>
1261
+ <element maxOccurs="1" minOccurs="0" name="amount" type="xsd:string"/>
1262
+ <element maxOccurs="1" minOccurs="0" name="currency" type="xsd:string"/>
1263
+ </sequence>
1264
+ </complexType>
1265
+ </element>
1266
+ <element name="crdproduct" nillable="false" type="xsd:string"/>
1267
+ <element name="crdprogram" nillable="false" type="xsd:string"/>
1268
+ <element name="crddesign" nillable="false" type="xsd:string"/>
1269
+ </sequence>
1270
+ </complexType>
1271
+ </element>
1272
+ <element name="getAlertDetailsRequest">
1273
+ <complexType>
1274
+ <sequence>
1275
+ <element maxOccurs="1" minOccurs="1" name="AlertId" nillable="false" type="xsd:string">
1276
+ </element>
1277
+ <element maxOccurs="1" minOccurs="1" name="TransactionId" nillable="false" type="xsd:string">
1278
+ </element>
1279
+ </sequence>
1280
+ </complexType>
1281
+ </element>
1282
+ <element name="getAlertDetailsResponse">
1283
+ <complexType>
1284
+ <sequence>
1285
+ <element name="result" nillable="false" type="tns1:result"/>
1286
+ <element maxOccurs="1" minOccurs="1" name="AlertId" nillable="false" type="xsd:string">
1287
+ </element>
1288
+ <element maxOccurs="1" minOccurs="0" name="ExplanationCode" nillable="true" type="xsd:string">
1289
+ </element>
1290
+ <element maxOccurs="1" minOccurs="0" name="ExplanationLabel" nillable="true" type="xsd:string">
1291
+ </element>
1292
+ <element maxOccurs="1" minOccurs="1" name="TransactionStatus" nillable="false" type="xsd:string">
1293
+ </element>
1294
+ <element maxOccurs="1" minOccurs="1" name="MerchantLabel" nillable="false" type="xsd:string">
1295
+ </element>
1296
+ <element maxOccurs="1" minOccurs="1" name="PosLabel" nillable="false" type="xsd:string">
1297
+ </element>
1298
+ <element maxOccurs="1" minOccurs="1" name="TransactionId" nillable="false" type="xsd:string">
1299
+ </element>
1300
+ <element maxOccurs="1" minOccurs="1" name="SecurityLevel" nillable="false" type="xsd:string">
1301
+ </element>
1302
+ <element maxOccurs="1" minOccurs="1" name="TransactionDate" nillable="false" type="xsd:string">
1303
+ </element>
1304
+ <element maxOccurs="1" minOccurs="1" name="TransactionAmount" nillable="false" type="xsd:string">
1305
+ </element>
1306
+ <element maxOccurs="1" minOccurs="1" name="TransactionCurrency" nillable="false" type="xsd:string">
1307
+ </element>
1308
+ <element maxOccurs="1" minOccurs="1" name="PaymentType" nillable="false" type="xsd:string">
1309
+ </element>
1310
+ <element maxOccurs="1" minOccurs="1" name="PaymentData" nillable="false" type="xsd:string">
1311
+ </element>
1312
+ <element maxOccurs="1" minOccurs="0" name="HolderName" nillable="true" type="xsd:string">
1313
+ </element>
1314
+ <element maxOccurs="1" minOccurs="1" name="ReferenceData" nillable="false" type="xsd:string">
1315
+ </element>
1316
+ <element maxOccurs="1" minOccurs="0" name="CustomerId" nillable="true" type="xsd:string">
1317
+ </element>
1318
+ <element maxOccurs="1" minOccurs="0" name="BuyerFirstName" nillable="true" type="xsd:string">
1319
+ </element>
1320
+ <element maxOccurs="1" minOccurs="0" name="BuyerLastName" nillable="true" type="xsd:string">
1321
+ </element>
1322
+ <element maxOccurs="1" minOccurs="1" name="CustomerTransHist" nillable="false" type="tns1:CustomerTransHist">
1323
+ </element>
1324
+ <element maxOccurs="1" minOccurs="1" name="PaymentMeansTransHist" nillable="false" type="tns1:PaymentMeansTransHist">
1325
+ </element>
1326
+ <element maxOccurs="1" minOccurs="1" name="AlertsTransHist" nillable="false" type="tns1:AlertsTransHist">
1327
+ </element>
1328
+ </sequence>
1329
+ </complexType>
1330
+ </element>
1331
+ <element name="getTokenRequest">
1332
+ <complexType>
1333
+ <sequence>
1334
+ <element name="cardNumber" nillable="false" type="xsd:string"/>
1335
+ <element name="expirationDate" nillable="true" type="xsd:string"/>
1336
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
1337
+ </sequence>
1338
+ </complexType>
1339
+ </element>
1340
+ <element name="getTokenResponse">
1341
+ <complexType>
1342
+ <sequence>
1343
+ <element name="result" nillable="false" type="tns1:result"/>
1344
+ <element maxOccurs="1" minOccurs="1" name="token" nillable="false" type="xsd:string"/>
1345
+ <element maxOccurs="1" minOccurs="1" name="maskedCardNumber" nillable="false" type="xsd:string"/>
1346
+ <element maxOccurs="1" minOccurs="1" name="expirationDate" nillable="false" type="xsd:string"/>
1347
+ <element maxOccurs="1" minOccurs="1" name="virtualCard" nillable="false" type="xsd:string"/>
1348
+ <element maxOccurs="1" minOccurs="1" name="cardType" nillable="false" type="xsd:string"/>
1349
+ <element maxOccurs="1" minOccurs="1" name="cardProduct" nillable="false" type="xsd:string"/>
1350
+ <element maxOccurs="1" minOccurs="1" name="acceptanceNetwork" nillable="false" type="xsd:string"/>
1351
+ <element maxOccurs="1" minOccurs="1" name="bank" nillable="false" type="xsd:string"/>
1352
+ </sequence>
1353
+ </complexType>
1354
+ </element>
1355
+ <element name="unBlockRequest">
1356
+ <complexType>
1357
+ <sequence>
1358
+ <element name="transactionID" nillable="false" type="xsd:string"/>
1359
+ <element name="transactionDate" nillable="true" type="xsd:string"/>
1360
+ <element name="version" nillable="true" type="xsd:string"/>
1361
+ </sequence>
1362
+ </complexType>
1363
+ </element>
1364
+ <element name="unBlockResponse">
1365
+ <complexType>
1366
+ <sequence>
1367
+ <element name="result" nillable="false" type="tns1:result"/>
1368
+ </sequence>
1369
+ </complexType>
1370
+ </element>
1371
+ </schema>
1372
+ <schema elementFormDefault="qualified" targetNamespace="http://obj.ws.payline.experian.com" xmlns="http://www.w3.org/2001/XMLSchema">
1373
+ <complexType name="result">
1374
+ <annotation>
1375
+ <documentation>
1376
+ This element contains information about the
1377
+ process
1378
+ </documentation>
1379
+ </annotation>
1380
+ <sequence>
1381
+ <element name="code" nillable="false" type="xsd:string"/>
1382
+ <element name="shortMessage" nillable="true" type="xsd:string"/>
1383
+ <element name="longMessage" nillable="true" type="xsd:string"/>
1384
+ </sequence>
1385
+ </complexType>
1386
+ <complexType name="cardOut">
1387
+ <sequence>
1388
+ <element name="number" nillable="false" type="xsd:string"/>
1389
+ <element name="type" nillable="false" type="xsd:string"/>
1390
+ <element name="expirationDate" nillable="false" type="xsd:string"/>
1391
+ <element name="cardholder" nillable="false" type="xsd:string"/>
1392
+ <element name="token" nillable="false" type="xsd:string"/>
1393
+ </sequence>
1394
+ </complexType>
1395
+
1396
+ <complexType name="extendedCardType">
1397
+ <sequence>
1398
+ <element name="country" nillable="true" type="xsd:string"/>
1399
+ <element name="isCvd" nillable="true" type="xsd:string"/>
1400
+ <element name="bank" nillable="true" type="xsd:string"/>
1401
+ <element name="type" nillable="true" type="xsd:string"/>
1402
+ <element name="network" nillable="true" type="xsd:string"/>
1403
+ <element name="product" nillable="true" type="xsd:string"/>
1404
+ </sequence>
1405
+ </complexType>
1406
+ <complexType name="order">
1407
+ <annotation>
1408
+ <documentation>
1409
+ This element contains information about the
1410
+ order
1411
+ </documentation>
1412
+ </annotation>
1413
+ <sequence>
1414
+ <element name="ref" nillable="false" type="xsd:string"/>
1415
+ <element name="origin" nillable="true" type="xsd:string"/>
1416
+ <element name="country" nillable="true" type="xsd:string"/>
1417
+ <element name="taxes" nillable="true" type="xsd:string"/>
1418
+ <element name="amount" nillable="false" type="xsd:string"/>
1419
+ <element name="currency" nillable="false" type="xsd:string"/>
1420
+ <element name="date" nillable="false" type="xsd:string"/>
1421
+ <element name="details" nillable="true" type="tns1:details"/>
1422
+ <element name="deliveryTime" nillable="true" type="xsd:string"/>
1423
+ <element name="deliveryMode" nillable="true" type="xsd:string"/>
1424
+ <element name="deliveryExpectedDate" nillable="true" type="xsd:string"/>
1425
+ <element name="deliveryExpectedDelay" nillable="true" type="xsd:string"/>
1426
+ </sequence>
1427
+ </complexType>
1428
+ <complexType name="key">
1429
+ <annotation>
1430
+ <documentation>
1431
+ This element contains information about the
1432
+ encryptionKey
1433
+ </documentation>
1434
+ </annotation>
1435
+ <sequence>
1436
+ <element name="keyId" nillable="false" type="xsd:integer"/>
1437
+ <element name="modulus" nillable="false" type="xsd:string"/>
1438
+ <element name="publicExponent" nillable="false" type="xsd:string"/>
1439
+ <element name="expirationDate" nillable="false" type="xsd:string"/>
1440
+ </sequence>
1441
+ </complexType>
1442
+ <complexType name="details">
1443
+ <annotation>
1444
+ <documentation>
1445
+ This element contains an array of orderDetail
1446
+ </documentation>
1447
+ </annotation>
1448
+ <sequence>
1449
+ <element maxOccurs="100" minOccurs="0" name="details" type="tns1:orderDetail"/>
1450
+ </sequence>
1451
+ </complexType>
1452
+
1453
+ <complexType name="orderDetail">
1454
+ <annotation>
1455
+ <documentation>
1456
+ This element contains information about the
1457
+ order
1458
+ product
1459
+ </documentation>
1460
+ </annotation>
1461
+ <sequence>
1462
+ <element name="ref" nillable="true" type="xsd:string"/>
1463
+ <element name="price" nillable="true" type="xsd:string"/>
1464
+ <element name="quantity" nillable="true" type="xsd:string"/>
1465
+ <element name="comment" nillable="true" type="xsd:string"/>
1466
+ <element name="category" nillable="true" type="xsd:string"/>
1467
+ <element name="brand" nillable="true" type="xsd:string"/>
1468
+ </sequence>
1469
+ </complexType>
1470
+ <complexType name="privateData">
1471
+ <annotation>
1472
+ <documentation>
1473
+ This element contains information about the
1474
+ merchant
1475
+ private data
1476
+ </documentation>
1477
+ </annotation>
1478
+ <sequence>
1479
+ <element name="key" nillable="false" type="xsd:string"/>
1480
+ <element name="value" nillable="false" type="xsd:string"/>
1481
+ </sequence>
1482
+ </complexType>
1483
+ <complexType name="transaction">
1484
+ <annotation>
1485
+ <documentation>
1486
+ This element contains information about the
1487
+ transaction
1488
+ </documentation>
1489
+ </annotation>
1490
+ <sequence>
1491
+ <element name="id" nillable="false" type="xsd:string"/>
1492
+ <element name="date" nillable="false" type="xsd:string"/>
1493
+ <element name="isDuplicated" nillable="true" type="xsd:string"/>
1494
+ <element name="isPossibleFraud" nillable="false" type="xsd:string"/>
1495
+ <element name="fraudResult" nillable="true" type="xsd:string"/>
1496
+ <element name="fraudResultDetails" nillable="true" type="tns1:fraudResultDetails"/>
1497
+ <element name="explanation" nillable="true" type="xsd:string"/>
1498
+ <element minOccurs="0" name="threeDSecure" nillable="true" type="xsd:string"/>
1499
+ <element name="score" nillable="true" type="xsd:string"/>
1500
+ <element name="externalWalletType" nillable="true" type="xsd:string"/>
1501
+ <element name="externalWalletContractNumber" nillable="true" type="xsd:string"/>
1502
+
1503
+ </sequence>
1504
+ </complexType>
1505
+ <complexType name="fraudResultDetails">
1506
+ <annotation>
1507
+ <documentation>
1508
+ This element contains information about the
1509
+ fraud
1510
+ result details
1511
+ </documentation>
1512
+ </annotation>
1513
+ <sequence>
1514
+ <element name="code" nillable="false" type="xsd:string"/>
1515
+ <element name="shortMessage" nillable="false" type="xsd:string"/>
1516
+ <element name="longMessage" nillable="false" type="xsd:string"/>
1517
+ </sequence>
1518
+ </complexType>
1519
+ <complexType name="payment">
1520
+ <annotation>
1521
+ <documentation>
1522
+ This element contains information about the
1523
+ payment
1524
+ </documentation>
1525
+ </annotation>
1526
+ <sequence>
1527
+ <element name="amount" nillable="false" type="xsd:string"/>
1528
+ <element name="currency" nillable="false" type="xsd:string"/>
1529
+ <element name="action" nillable="false" type="xsd:string"/>
1530
+ <element name="mode" nillable="false" type="xsd:string"/>
1531
+ <element name="contractNumber" nillable="false" type="xsd:string"/>
1532
+ <element name="differedActionDate" nillable="true" type="xsd:string"/>
1533
+ </sequence>
1534
+ </complexType>
1535
+ <complexType name="authorization">
1536
+ <annotation>
1537
+ <documentation>
1538
+ This element contains information about the
1539
+ authorization
1540
+ </documentation>
1541
+ </annotation>
1542
+ <sequence>
1543
+ <element name="number" nillable="false" type="xsd:string"/>
1544
+ <element name="date" nillable="false" type="xsd:string"/>
1545
+ </sequence>
1546
+ </complexType>
1547
+ <complexType name="card">
1548
+ <annotation>
1549
+ <documentation>
1550
+ This element contains information about the card
1551
+ </documentation>
1552
+ </annotation>
1553
+ <sequence>
1554
+ <element name="encryptionKeyId" nillable="true" type="xsd:string"/>
1555
+ <element name="encryptedData" nillable="true" type="xsd:string"/>
1556
+ <element name="number" nillable="true" type="xsd:string"/>
1557
+ <element name="type" nillable="false" type="xsd:string"/>
1558
+ <element name="expirationDate" nillable="true" type="xsd:string"/>
1559
+ <element name="cvx" nillable="true" type="xsd:string"/>
1560
+ <element name="ownerBirthdayDate" nillable="true" type="xsd:string"/>
1561
+ <element name="password" nillable="true" type="xsd:string"/>
1562
+ <element name="cardPresent" nillable="true" type="xsd:string"/>
1563
+ <element name="cardholder" nillable="true" type="xsd:string"/>
1564
+ <element name="token" nillable="true" type="xsd:string"/>
1565
+ </sequence>
1566
+ </complexType>
1567
+ <complexType name="buyer">
1568
+ <annotation>
1569
+ <documentation>
1570
+ This element contains information about the
1571
+ buyer
1572
+ </documentation>
1573
+ </annotation>
1574
+ <sequence>
1575
+ <element name="title" nillable="true" type="xsd:string"/>
1576
+ <element name="lastName" nillable="true" type="xsd:string"/>
1577
+ <element name="firstName" nillable="true" type="xsd:string"/>
1578
+ <element name="email" nillable="true" type="xsd:string"/>
1579
+ <element name="shippingAdress" nillable="true" type="tns1:address"/>
1580
+ <element name="billingAddress" nillable="true" type="tns1:address"/>
1581
+ <element name="accountCreateDate" nillable="true" type="xsd:string"/>
1582
+ <element name="accountAverageAmount" nillable="true" type="xsd:string"/>
1583
+ <element name="accountOrderCount" nillable="true" type="xsd:string"/>
1584
+ <element name="walletId" nillable="true" type="xsd:string"/>
1585
+ <element name="walletDisplayed" nillable="true" type="xsd:string"/>
1586
+ <element name="walletSecured" nillable="true" type="xsd:string"/>
1587
+ <element name="walletCardInd" nillable="true" type="xsd:string"/>
1588
+ <element name="ip" nillable="true" type="xsd:string"/>
1589
+ <element name="mobilePhone" nillable="true" type="xsd:string"/>
1590
+ <element name="customerId" nillable="true" type="xsd:string"/>
1591
+ </sequence>
1592
+ </complexType>
1593
+ <complexType name="owner">
1594
+ <annotation>
1595
+ <documentation>
1596
+ This element contains information about the
1597
+ owner
1598
+ </documentation>
1599
+ </annotation>
1600
+ <sequence>
1601
+ <element name="lastName" nillable="true" type="xsd:string"/>
1602
+ <element name="firstName" nillable="true" type="xsd:string"/>
1603
+ <element name="billingAddress" nillable="true" type="tns1:addressOwner"/>
1604
+ <element name="issueCardDate" nillable="true" type="xsd:string"/>
1605
+ </sequence>
1606
+ </complexType>
1607
+ <complexType name="address">
1608
+ <annotation>
1609
+ <documentation>
1610
+ This element contains information about the
1611
+ address
1612
+ </documentation>
1613
+ </annotation>
1614
+ <sequence>
1615
+ <element name="title" nillable="true" type="xsd:string"/>
1616
+ <element name="name" nillable="true" type="xsd:string"/>
1617
+ <element name="firstName" nillable="true" type="xsd:string"/>
1618
+ <element name="lastName" nillable="true" type="xsd:string"/>
1619
+ <element name="street1" nillable="true" type="xsd:string"/>
1620
+ <element name="street2" nillable="true" type="xsd:string"/>
1621
+ <element name="cityName" nillable="true" type="xsd:string"/>
1622
+ <element name="zipCode" nillable="true" type="xsd:string"/>
1623
+ <element name="country" nillable="true" type="xsd:string"/>
1624
+ <element name="phone" nillable="true" type="xsd:string"/>
1625
+ <element name="state" nillable="true" type="xsd:string"/>
1626
+ </sequence>
1627
+ </complexType>
1628
+ <complexType name="addressOwner">
1629
+ <annotation>
1630
+ <documentation>
1631
+ This element contains information about the
1632
+ address
1633
+ </documentation>
1634
+ </annotation>
1635
+ <sequence>
1636
+ <element name="street" nillable="true" type="xsd:string"/>
1637
+ <element name="cityName" nillable="true" type="xsd:string"/>
1638
+ <element name="zipCode" nillable="true" type="xsd:string"/>
1639
+ <element name="country" nillable="true" type="xsd:string"/>
1640
+ <element name="phone" nillable="true" type="xsd:string"/>
1641
+ </sequence>
1642
+ </complexType>
1643
+ <complexType name="capture">
1644
+ <annotation>
1645
+ <documentation>
1646
+ This element contains information about the
1647
+ capture
1648
+ </documentation>
1649
+ </annotation>
1650
+ <sequence>
1651
+ <element name="transactionID" nillable="false" type="xsd:string"/>
1652
+ <element name="payment" nillable="false" type="tns1:payment"/>
1653
+ </sequence>
1654
+ </complexType>
1655
+ <complexType name="refund">
1656
+ <annotation>
1657
+ <documentation>
1658
+ This element contains information about the
1659
+ refund
1660
+ </documentation>
1661
+ </annotation>
1662
+ <sequence>
1663
+ <element name="transactionID" nillable="false" type="xsd:string"/>
1664
+ <element name="payment" nillable="false" type="tns1:payment"/>
1665
+ </sequence>
1666
+ </complexType>
1667
+ <complexType name="selectedContractList">
1668
+ <annotation>
1669
+ <documentation>
1670
+ This element contains the list of selected card
1671
+ </documentation>
1672
+ </annotation>
1673
+ <sequence>
1674
+ <element maxOccurs="25" minOccurs="1" name="selectedContract" type="xsd:string"/>
1675
+ </sequence>
1676
+ </complexType>
1677
+ <complexType name="privateDataList">
1678
+ <annotation>
1679
+ <documentation>
1680
+ An array of private data
1681
+ </documentation>
1682
+ </annotation>
1683
+ <sequence>
1684
+ <element maxOccurs="100" minOccurs="0" name="privateData" type="tns1:privateData"/>
1685
+ </sequence>
1686
+ </complexType>
1687
+ <complexType name="contractNumberWalletList">
1688
+ <annotation>
1689
+ <documentation>
1690
+ An array of contract number of a wallet
1691
+ </documentation>
1692
+ </annotation>
1693
+ <sequence>
1694
+ <element maxOccurs="10" minOccurs="0" name="contractNumberWallet" type="xsd:string"/>
1695
+ </sequence>
1696
+ </complexType>
1697
+ <complexType name="cardsList">
1698
+ <annotation>
1699
+ <documentation>
1700
+ An array of cards
1701
+ </documentation>
1702
+ </annotation>
1703
+ <sequence>
1704
+ <element maxOccurs="99" minOccurs="0" name="cards" type="tns1:cards"/>
1705
+ </sequence>
1706
+ </complexType>
1707
+ <complexType name="captureAuthorizationList">
1708
+ <annotation>
1709
+ <documentation>
1710
+ An array of authorization to capture
1711
+ </documentation>
1712
+ </annotation>
1713
+ <sequence>
1714
+ <element maxOccurs="5000" minOccurs="1" name="capture" type="tns1:capture"/>
1715
+ </sequence>
1716
+ </complexType>
1717
+ <complexType name="refundAuthorizationList">
1718
+ <annotation>
1719
+ <documentation>
1720
+ An array of authorization to refund
1721
+ </documentation>
1722
+ </annotation>
1723
+ <sequence>
1724
+ <element maxOccurs="5000" minOccurs="1" name="refund" type="tns1:refund"/>
1725
+ </sequence>
1726
+ </complexType>
1727
+ <complexType name="resetAuthorizationList">
1728
+ <annotation>
1729
+ <documentation>
1730
+ An array of authorization to reset
1731
+ </documentation>
1732
+ </annotation>
1733
+ <sequence>
1734
+ <element maxOccurs="5000" minOccurs="1" name="transactionID" type="xsd:string"/>
1735
+ </sequence>
1736
+ </complexType>
1737
+ <complexType name="recurring">
1738
+ <annotation>
1739
+ <documentation>
1740
+ This element contains element for recurring
1741
+ operation
1742
+ </documentation>
1743
+ </annotation>
1744
+ <sequence>
1745
+ <element name="firstAmount" nillable="true" type="xsd:string"/>
1746
+ <element name="amount" nillable="false" type="xsd:string"/>
1747
+ <element name="billingCycle" nillable="false" type="xsd:string"/>
1748
+ <element name="billingLeft" nillable="false" type="xsd:string"/>
1749
+ <element name="billingDay" nillable="true" type="xsd:string"/>
1750
+ <element name="startDate" nillable="true" type="xsd:string"/>
1751
+ </sequence>
1752
+ </complexType>
1753
+ <complexType name="billingRecord">
1754
+ <annotation>
1755
+ <documentation>
1756
+ This element contains element for a billing
1757
+ record
1758
+ </documentation>
1759
+ </annotation>
1760
+ <sequence>
1761
+ <element name="date" nillable="false" type="xsd:string"/>
1762
+ <element name="amount" nillable="false" type="xsd:string"/>
1763
+ <element name="status" nillable="false" type="xsd:string"/>
1764
+ <element name="result" nillable="true" type="tns1:result"/>
1765
+ <element name="transaction" nillable="true" type="tns1:transaction"/>
1766
+ <element name="authorization" nillable="true" type="tns1:authorization"/>
1767
+ </sequence>
1768
+ </complexType>
1769
+ <complexType name="billingRecordList">
1770
+ <annotation>
1771
+ <documentation>
1772
+ An array of billing record
1773
+ </documentation>
1774
+ </annotation>
1775
+ <sequence>
1776
+ <element maxOccurs="100" minOccurs="0" name="billingRecord" type="tns1:billingRecord"/>
1777
+ </sequence>
1778
+ </complexType>
1779
+ <complexType name="wallet">
1780
+ <annotation>
1781
+ <documentation>
1782
+ This element contains element for a wallet
1783
+ </documentation>
1784
+ </annotation>
1785
+ <sequence>
1786
+ <element name="walletId" nillable="false" type="xsd:string"/>
1787
+ <element name="lastName" nillable="true" type="xsd:string"/>
1788
+ <element name="firstName" nillable="true" type="xsd:string"/>
1789
+ <element name="email" nillable="true" type="xsd:string"/>
1790
+ <element name="shippingAddress" nillable="true" type="tns1:address"/>
1791
+ <element name="card" nillable="false" type="tns1:card"/>
1792
+ <element name="comment" nillable="true" type="xsd:string"/>
1793
+ <element name="default" nillable="true" type="xsd:string"/>
1794
+ </sequence>
1795
+ </complexType>
1796
+ <complexType name="cards">
1797
+ <annotation>
1798
+ <documentation>
1799
+ This element contains element for a wallet
1800
+ </documentation>
1801
+ </annotation>
1802
+ <sequence>
1803
+ <element name="walletId" nillable="false" type="xsd:string"/>
1804
+ <element name="lastName" nillable="true" type="xsd:string"/>
1805
+ <element name="firstName" nillable="true" type="xsd:string"/>
1806
+ <element name="email" nillable="true" type="xsd:string"/>
1807
+ <element name="shippingAddress" nillable="true" type="tns1:address"/>
1808
+ <element name="card" nillable="false" type="tns1:card"/>
1809
+ <element name="cardInd" nillable="true" type="xsd:string"/>
1810
+ <element name="comment" nillable="true" type="xsd:string"/>
1811
+ <element name="isDisabled" nillable="true" type="xsd:string"/>
1812
+ <element name="disableDate" nillable="true" type="xsd:string"/>
1813
+ <element name="disableStatus" nillable="true" type="xsd:string"/>
1814
+ <element name="extendedCard" nillable="true" type="tns1:extendedCardType"/>
1815
+ <element name="default" nillable="true" type="xsd:string"/>
1816
+ </sequence>
1817
+ </complexType>
1818
+ <complexType name="walletIdList">
1819
+ <annotation>
1820
+ <documentation>
1821
+ This element contains the list of selected card
1822
+ </documentation>
1823
+ </annotation>
1824
+ <sequence>
1825
+ <element maxOccurs="500" minOccurs="1" name="walletId" type="xsd:string"/>
1826
+ </sequence>
1827
+ </complexType>
1828
+ <complexType name="transactionList">
1829
+ <annotation>
1830
+ <documentation>
1831
+ This element contains the list of selected card
1832
+ </documentation>
1833
+ </annotation>
1834
+ <sequence>
1835
+ <element maxOccurs="5000" minOccurs="0" name="transaction" type="tns1:transaction"/>
1836
+ </sequence>
1837
+ </complexType>
1838
+ <complexType name="authentication3DSecure">
1839
+ <annotation>
1840
+ <documentation>
1841
+ This element contains element for a 3DSecure
1842
+ transaction
1843
+ </documentation>
1844
+ </annotation>
1845
+ <sequence>
1846
+ <element name="md" nillable="true" type="xsd:string"/>
1847
+ <element name="pares" nillable="true" type="xsd:string"/>
1848
+ <element name="xid" nillable="true" type="xsd:string"/>
1849
+ <element name="eci" nillable="true" type="xsd:string"/>
1850
+ <element name="cavv" nillable="true" type="xsd:string"/>
1851
+ <element name="cavvAlgorithm" nillable="true" type="xsd:string"/>
1852
+ <element name="vadsResult" nillable="true" type="xsd:string"/>
1853
+ <element name="typeSecurisation" nillable="true" type="xsd:string"/>
1854
+ </sequence>
1855
+ </complexType>
1856
+ <complexType name="connectionData">
1857
+ <annotation>
1858
+ <documentation>
1859
+ This element contains the merchant connection
1860
+ parameters
1861
+ </documentation>
1862
+ </annotation>
1863
+ <sequence>
1864
+ <element name="merchantId" nillable="false" type="xsd:string"/>
1865
+ <element name="userId" nillable="false" type="xsd:string"/>
1866
+ <element name="password" nillable="false" type="xsd:string"/>
1867
+ <element name="secretQuestion" nillable="false" type="xsd:string"/>
1868
+ <element name="secretAnswer" nillable="false" type="xsd:string"/>
1869
+ </sequence>
1870
+ </complexType>
1871
+ <complexType name="scoringCheque">
1872
+ <annotation>
1873
+ <documentation>
1874
+ This element contains the scoring cheque parameters
1875
+ </documentation>
1876
+ </annotation>
1877
+ <sequence>
1878
+ <element name="chequeNumber" nillable="false" type="xsd:string"/>
1879
+ <element name="additionalDataResponse" nillable="false" type="xsd:string"/>
1880
+ <element name="terminalId" nillable="false" type="xsd:string"/>
1881
+ <element name="additionalPrivateData" nillable="false" type="xsd:string"/>
1882
+ </sequence>
1883
+ </complexType>
1884
+ <complexType name="addressInterlocutor">
1885
+ <annotation>
1886
+ <documentation>
1887
+ This element contains information about Interlocutor
1888
+ address
1889
+ </documentation>
1890
+ </annotation>
1891
+ <sequence>
1892
+ <element name="street1" nillable="true" type="xsd:string"/>
1893
+ <element name="street2" nillable="true" type="xsd:string"/>
1894
+ <element name="city" nillable="true" type="xsd:string"/>
1895
+ <element name="zipCode" nillable="true" type="xsd:string"/>
1896
+ <element name="state" nillable="true" type="xsd:string"/>
1897
+ <element name="country" nillable="true" type="xsd:string"/>
1898
+ </sequence>
1899
+ </complexType>
1900
+ <complexType name="interlocutor">
1901
+ <annotation>
1902
+ <documentation>
1903
+ This element contains information about Interlocutor
1904
+ </documentation>
1905
+ </annotation>
1906
+ <sequence>
1907
+ <element name="firstName" nillable="true" type="xsd:string"/>
1908
+ <element name="lastName" nillable="true" type="xsd:string"/>
1909
+ <element name="email" nillable="true" type="xsd:string"/>
1910
+ <element name="phone" nillable="true" type="xsd:string"/>
1911
+ <element name="mobile" nillable="true" type="xsd:string"/>
1912
+ <element name="fax" nillable="true" type="xsd:string"/>
1913
+ <element name="addressInterlocutor" nillable="true" type="tns1:addressInterlocutor"/>
1914
+ </sequence>
1915
+ </complexType>
1916
+ <complexType name="option">
1917
+ <annotation>
1918
+ <documentation>
1919
+ An array of subscribed options
1920
+ </documentation>
1921
+ </annotation>
1922
+ <sequence>
1923
+ <element name="id" type="xsd:string"/>
1924
+ <element name="subscribed" nillable="true" type="xsd:boolean"/>
1925
+ <element name="endDate" nillable="true" type="xsd:dateTime"/>
1926
+ </sequence>
1927
+ </complexType>
1928
+ <complexType name="subscription">
1929
+ <annotation>
1930
+ <documentation>
1931
+ This element contains information about the payline
1932
+ package subscribed by the merchant
1933
+ </documentation>
1934
+ </annotation>
1935
+ <sequence>
1936
+ <element name="id" type="xsd:string"/>
1937
+ <element maxOccurs="unbounded" minOccurs="0" name="option" type="tns1:option"/>
1938
+ </sequence>
1939
+ </complexType>
1940
+ <complexType name="iban">
1941
+ <annotation>
1942
+ <documentation>
1943
+ This element contains IBAN information
1944
+ </documentation>
1945
+ </annotation>
1946
+ <sequence>
1947
+ <element name="CountryCode" nillable="true" type="xsd:string"/>
1948
+ <element name="checkKey" nillable="true" type="xsd:string"/>
1949
+ <element name="BBAN" nillable="true" type="xsd:string"/>
1950
+ <element name="BIC" nillable="true" type="xsd:string"/>
1951
+ </sequence>
1952
+ </complexType>
1953
+ <complexType name="rib">
1954
+ <annotation>
1955
+ <documentation>
1956
+ This element contains RIB information
1957
+ </documentation>
1958
+ </annotation>
1959
+ <sequence>
1960
+ <element name="tellerCode" nillable="true" type="xsd:string"/>
1961
+ <element name="accountNumber" nillable="true" type="xsd:string"/>
1962
+ <element name="key" nillable="true" type="xsd:string"/>
1963
+ </sequence>
1964
+ </complexType>
1965
+ <complexType name="bankAccount">
1966
+ <annotation>
1967
+ <documentation>
1968
+ This element contains bankAccount information
1969
+ </documentation>
1970
+ </annotation>
1971
+ <sequence>
1972
+ <element name="bankCode" nillable="true" type="xsd:string"/>
1973
+ <element name="iban" nillable="true" type="tns1:iban"/>
1974
+ <element name="rib" nillable="true" type="tns1:rib"/>
1975
+ </sequence>
1976
+ </complexType>
1977
+ <complexType name="bankAccountData">
1978
+ <annotation>
1979
+ <documentation>
1980
+ This element contains bank Account information
1981
+ </documentation>
1982
+ </annotation>
1983
+ <sequence>
1984
+ <element name="countryCode" nillable="true" type="xsd:string"/>
1985
+ <element name="bankCode" nillable="true" type="xsd:string"/>
1986
+ <element name="accountNumber" nillable="true" type="xsd:string"/>
1987
+ <element name="key" nillable="true" type="xsd:string"/>
1988
+ </sequence>
1989
+ </complexType>
1990
+ <complexType name="technicalData">
1991
+ <annotation>
1992
+ <documentation>
1993
+ This element contains technical data used to define
1994
+ acquirer service
1995
+ </documentation>
1996
+ </annotation>
1997
+ <sequence>
1998
+ <element name="terminalNumber" nillable="true" type="xsd:string"/>
1999
+ <element name="GTInstance" nillable="true" type="xsd:string"/>
2000
+ <element name="paymentProfil" nillable="true" type="xsd:string"/>
2001
+ </sequence>
2002
+ </complexType>
2003
+ <complexType name="contract">
2004
+ <annotation>
2005
+ <documentation>
2006
+ This element contains all information about contract
2007
+ </documentation>
2008
+ </annotation>
2009
+ <sequence>
2010
+ <element name="cardType" nillable="true" type="xsd:string"/>
2011
+ <element minOccurs="0" name="label" nillable="true" type="xsd:string"/>
2012
+ <element name="contractNumber" nillable="true" type="xsd:string"/>
2013
+ <element name="currency" nillable="true" type="xsd:string"/>
2014
+ <element default="Manual" name="settlementType">
2015
+ <simpleType>
2016
+ <restriction base="xsd:string">
2017
+ <enumeration value="Manual"/>
2018
+ <enumeration value="Now"/>
2019
+ <enumeration value="1Day"/>
2020
+ <enumeration value="2Day"/>
2021
+ <enumeration value="3Day"/>
2022
+ <enumeration value="4Day"/>
2023
+ <enumeration value="5Day"/>
2024
+ <enumeration value="6Day"/>
2025
+ <enumeration value="7Day"/>
2026
+ </restriction>
2027
+ </simpleType>
2028
+ </element>
2029
+ <element name="maxAmountPerTransaction" nillable="true" type="xsd:int"/>
2030
+ <element name="technicalData" nillable="true" type="tns1:technicalData"/>
2031
+ <element name="bankAccount" nillable="true" type="tns1:bankAccount"/>
2032
+ <element name="acquirerInterlocutor" nillable="true" type="tns1:interlocutor"/>
2033
+ <element name="description" nillable="true" type="xsd:string"/>
2034
+ <element name="logoEnable" nillable="false" type="xsd:boolean"/>
2035
+ <element maxOccurs="1" minOccurs="0" name="smallLogoMime" type="xsd:string">
2036
+ </element>
2037
+ <element maxOccurs="1" minOccurs="0" name="smallLogo" type="xsd:base64Binary">
2038
+ </element>
2039
+ <element maxOccurs="1" minOccurs="0" name="normalLogoMime" type="xsd:string">
2040
+ </element>
2041
+ <element maxOccurs="1" minOccurs="0" name="normalLogo" type="xsd:base64Binary">
2042
+ </element>
2043
+ <element maxOccurs="1" minOccurs="0" name="contribution" type="tns1:contribution">
2044
+ </element>
2045
+ </sequence>
2046
+ </complexType>
2047
+ <complexType name="customPaymentPageCode">
2048
+ <annotation>
2049
+ <documentation>
2050
+ This element contains all information about
2051
+ customPaymentPageCode
2052
+ </documentation>
2053
+ </annotation>
2054
+ <sequence>
2055
+ <element name="code" nillable="true" type="xsd:string"/>
2056
+ <element name="label" nillable="true" type="xsd:string"/>
2057
+ <element name="type" nillable="true" type="xsd:string"/>
2058
+ </sequence>
2059
+ </complexType>
2060
+ <complexType name="ticketSend">
2061
+ <annotation>
2062
+ <documentation>
2063
+ This element contains information e-ticket
2064
+ </documentation>
2065
+ </annotation>
2066
+ <sequence>
2067
+ <element name="toBuyer" nillable="true" type="xsd:boolean"/>
2068
+ <element name="toMerchant" nillable="true" type="xsd:boolean"/>
2069
+ </sequence>
2070
+ </complexType>
2071
+ <complexType name="pointOfSell">
2072
+ <annotation>
2073
+ <documentation>
2074
+ This element contains all information about point of
2075
+ sell
2076
+ </documentation>
2077
+ </annotation>
2078
+ <sequence>
2079
+ <element name="siret" nillable="true" type="xsd:string"/>
2080
+ <element name="codeMcc" nillable="true">
2081
+ <annotation>
2082
+ <documentation>Merchant Category Code</documentation>
2083
+ </annotation>
2084
+ <simpleType>
2085
+ <restriction base="xsd:string">
2086
+ <xsd:length value="4"/>
2087
+ </restriction>
2088
+ </simpleType>
2089
+ </element>
2090
+ <element name="label" nillable="true" type="xsd:string"/>
2091
+ <element name="webmasterEmail" nillable="true" type="xsd:string"/>
2092
+ <element minOccurs="0" name="comments" nillable="true" type="xsd:string"/>
2093
+ <element name="webstoreURL" nillable="true" type="xsd:string"/>
2094
+ <element name="notificationURL" nillable="true" type="xsd:string"/>
2095
+ <element minOccurs="0" name="privateLifeURL" nillable="true" type="xsd:string"/>
2096
+ <element minOccurs="0" name="saleCondURL" nillable="true" type="xsd:string"/>
2097
+ <element minOccurs="0" name="buyerMustAcceptSaleCond" nillable="true" type="xsd:boolean"/>
2098
+ <element minOccurs="0" name="endOfPaymentRedirection" nillable="true" type="xsd:boolean"/>
2099
+ <element name="ticketSend" nillable="true" type="tns1:ticketSend"/>
2100
+ <element name="contracts">
2101
+ <annotation>
2102
+ <documentation>list of contract</documentation>
2103
+ </annotation>
2104
+ <complexType>
2105
+ <sequence>
2106
+ <element maxOccurs="unbounded" minOccurs="0" name="contract" type="tns1:contract"/>
2107
+ </sequence>
2108
+ </complexType>
2109
+ </element>
2110
+ <element name="virtualTerminal" nillable="true" type="tns1:virtualTerminal"/>
2111
+ <element name="customPaymentPageCodeList">
2112
+ <annotation>
2113
+ <documentation>list of custom payment page code</documentation>
2114
+ </annotation>
2115
+ <complexType>
2116
+ <sequence>
2117
+ <element maxOccurs="unbounded" minOccurs="0" name="customPaymentPageCode" type="tns1:customPaymentPageCode"/>
2118
+ </sequence>
2119
+ </complexType>
2120
+ </element>
2121
+ </sequence>
2122
+ </complexType>
2123
+ <complexType name="virtualTerminal">
2124
+ <annotation>
2125
+ <documentation>virtualTerminal</documentation>
2126
+ </annotation>
2127
+ <sequence>
2128
+ <element name="label" type="xsd:string"/>
2129
+ <element default="10" name="inactivityDelay" type="xsd:int">
2130
+ <annotation>
2131
+ <documentation>http session timeout delay</documentation>
2132
+ </annotation>
2133
+ </element>
2134
+ <element minOccurs="0" name="logo" type="xsd:string">
2135
+ <annotation>
2136
+ <documentation>path to logo</documentation>
2137
+ </annotation>
2138
+ </element>
2139
+ <element name="functions">
2140
+ <annotation>
2141
+ <documentation>list of functions</documentation>
2142
+ </annotation>
2143
+ <complexType>
2144
+ <sequence>
2145
+ <element maxOccurs="unbounded" name="function" type="tns1:virtualTerminalFunction"/>
2146
+ </sequence>
2147
+ </complexType>
2148
+ </element>
2149
+ </sequence>
2150
+ </complexType>
2151
+ <complexType name="virtualTerminalFunction">
2152
+ <annotation>
2153
+ <documentation>functions availbe in virtual terminal
2154
+ </documentation>
2155
+ </annotation>
2156
+ <sequence>
2157
+ <element name="function">
2158
+ <annotation>
2159
+ <documentation>Please refer to Payline documentation
2160
+ </documentation>
2161
+ </annotation>
2162
+ <simpleType>
2163
+ <restriction base="xsd:string">
2164
+ <enumeration value="simplePayment"/>
2165
+ <enumeration value="walletCreation"/>
2166
+ <enumeration value="nXPayment"/>
2167
+ </restriction>
2168
+ </simpleType>
2169
+ </element>
2170
+ <element name="label" type="xsd:string"/>
2171
+ <sequence minOccurs="0">
2172
+ <element maxOccurs="unbounded" name="functionParameter">
2173
+ <annotation>
2174
+ <documentation>Value of parameter</documentation>
2175
+ </annotation>
2176
+ <complexType>
2177
+ <attribute name="id">
2178
+ <annotation>
2179
+ <documentation>Parameter ID. Refer to payline documentation
2180
+ </documentation>
2181
+ </annotation>
2182
+ </attribute>
2183
+ </complexType>
2184
+ </element>
2185
+ </sequence>
2186
+ </sequence>
2187
+ </complexType>
2188
+ <complexType name="cheque">
2189
+ <annotation>
2190
+ <documentation>
2191
+ This element contains information about the
2192
+ cheque
2193
+ </documentation>
2194
+ </annotation>
2195
+ <sequence>
2196
+ <element name="number" nillable="false" type="xsd:string"/>
2197
+ </sequence>
2198
+ </complexType>
2199
+ <complexType name="contribution">
2200
+ <annotation>
2201
+ <documentation>
2202
+ This element contains all information about
2203
+ contrinution
2204
+ </documentation>
2205
+ </annotation>
2206
+ <sequence>
2207
+ <element name="enable" type="xsd:boolean"/>
2208
+ <element name="type" nillable="true" type="xsd:string"/>
2209
+ <element name="value" nillable="true" type="xsd:string"/>
2210
+ <element name="nbFreeTransaction" nillable="true" type="xsd:string"/>
2211
+ <element name="minAmountTransaction" nillable="true" type="xsd:string"/>
2212
+ <element name="maxAmountTransaction" nillable="true" type="xsd:string"/>
2213
+ </sequence>
2214
+ </complexType>
2215
+ <complexType name="associatedTransactions">
2216
+ <annotation>
2217
+ <documentation>
2218
+ This element contains information about the
2219
+ associated transactions
2220
+ </documentation>
2221
+ </annotation>
2222
+ <sequence>
2223
+ <element name="transactionId" nillable="false" type="xsd:string"/>
2224
+ <element name="type" nillable="false" type="xsd:string"/>
2225
+ <element name="date" nillable="false" type="string"/>
2226
+ <element name="amount" nillable="false" type="xsd:string"/>
2227
+ <element name="status" nillable="false" type="xsd:string"/>
2228
+ <element name="originTransactionId" nillable="false" type="xsd:string"/>
2229
+ </sequence>
2230
+ </complexType>
2231
+
2232
+ <complexType name="associatedTransactionsList">
2233
+ <annotation>
2234
+ <documentation>
2235
+ An array of associatedTransactions
2236
+ </documentation>
2237
+ </annotation>
2238
+ <sequence>
2239
+ <element maxOccurs="100" minOccurs="0" name="associatedTransactions" type="tns1:associatedTransactions"/>
2240
+ </sequence>
2241
+ </complexType>
2242
+
2243
+ <complexType name="statusHistory">
2244
+ <annotation>
2245
+ <documentation>
2246
+ This element contains information about the
2247
+ status
2248
+ History
2249
+ </documentation>
2250
+ </annotation>
2251
+ <sequence>
2252
+ <element name="transactionId" nillable="false" type="xsd:string"/>
2253
+ <element name="date" nillable="false" type="string"/>
2254
+ <element name="amount" nillable="false" type="xsd:string"/>
2255
+ <element name="fees" nillable="false" type="xsd:string"/>
2256
+ <element name="status" nillable="false" type="xsd:string"/>
2257
+ <element name="originTransactionId" nillable="false" type="xsd:string"/>
2258
+ </sequence>
2259
+ </complexType>
2260
+
2261
+ <complexType name="statusHistoryList">
2262
+ <annotation>
2263
+ <documentation>
2264
+ An array of statusHistory
2265
+ </documentation>
2266
+ </annotation>
2267
+ <sequence>
2268
+ <element maxOccurs="100" minOccurs="0" name="statusHistory" type="tns1:statusHistory"/>
2269
+ </sequence>
2270
+ </complexType>
2271
+ <complexType name="paymentAdditional">
2272
+ <annotation>
2273
+ <documentation>
2274
+ This element contains information about the
2275
+ paymentAdditional
2276
+ </documentation>
2277
+ </annotation>
2278
+ <sequence>
2279
+ <element name="transaction" nillable="false" type="tns1:transaction"/>
2280
+ <element name="payment" nillable="false" type="tns1:payment"/>
2281
+ <element name="authorization" nillable="false" type="tns1:authorization"/>
2282
+ <element name="authentication3DSecure" nillable="true" type="tns1:authentication3DSecure"/>
2283
+ <element name="card" nillable="true" type="tns1:cardOut"/>
2284
+ <element name="extendedCard" nillable="true" type="tns1:extendedCardType"/>
2285
+ </sequence>
2286
+ </complexType>
2287
+
2288
+ <complexType name="paymentAdditionalList">
2289
+ <annotation>
2290
+ <documentation>
2291
+ An array of paymentAdditionalList
2292
+ </documentation>
2293
+ </annotation>
2294
+ <sequence>
2295
+ <element maxOccurs="100" minOccurs="0" name="paymentAdditional" type="tns1:paymentAdditional"/>
2296
+ </sequence>
2297
+ </complexType>
2298
+
2299
+ <complexType name="CustomerTransHist">
2300
+ <annotation>
2301
+ <documentation>
2302
+ An array of CustomerTrans
2303
+ </documentation>
2304
+ </annotation>
2305
+ <sequence>
2306
+ <element maxOccurs="unbounded" minOccurs="0" name="CustomerTrans" type="tns1:CustomerTrans">
2307
+ </element>
2308
+ </sequence>
2309
+ </complexType>
2310
+ <complexType name="CustomerTrans">
2311
+ <sequence>
2312
+ <element maxOccurs="1" minOccurs="1" name="IsLCLFAlerted" nillable="false" type="xsd:string">
2313
+ </element>
2314
+ <element maxOccurs="1" minOccurs="1" name="ExternalTransactionId" nillable="false" type="xsd:string">
2315
+ </element>
2316
+ <element maxOccurs="1" minOccurs="1" name="ReferenceOrder" nillable="false" type="xsd:string">
2317
+ </element>
2318
+ <element maxOccurs="1" minOccurs="1" name="CardCode" nillable="false" type="xsd:string">
2319
+ </element>
2320
+ <element maxOccurs="1" minOccurs="1" name="TransactionDate" nillable="false" type="xsd:string">
2321
+ </element>
2322
+ <element maxOccurs="1" minOccurs="1" name="Amount" nillable="false" type="xsd:string">
2323
+ </element>
2324
+ <element maxOccurs="1" minOccurs="1" name="Status" nillable="false" type="xsd:string">
2325
+ </element>
2326
+ <element maxOccurs="1" minOccurs="1" name="PosLabel" nillable="false" type="xsd:string">
2327
+ </element>
2328
+ </sequence>
2329
+ </complexType>
2330
+
2331
+ <complexType name="PaymentMeansTransHist">
2332
+ <annotation>
2333
+ <documentation>
2334
+ An array of PaymentMeansTrans
2335
+ </documentation>
2336
+ </annotation>
2337
+ <sequence>
2338
+ <element maxOccurs="unbounded" minOccurs="0" name="PaymentMeansTrans" type="tns1:PaymentMeansTrans">
2339
+ </element>
2340
+ </sequence>
2341
+ </complexType>
2342
+ <complexType name="PaymentMeansTrans">
2343
+ <sequence>
2344
+ <element maxOccurs="1" minOccurs="1" name="IsLCLFAlerted" nillable="false" type="xsd:string">
2345
+ </element>
2346
+ <element maxOccurs="1" minOccurs="1" name="ExternalTransactionId" nillable="false" type="xsd:string">
2347
+ </element>
2348
+ <element maxOccurs="1" minOccurs="1" name="ReferenceOrder" nillable="false" type="xsd:string">
2349
+ </element>
2350
+ <element maxOccurs="1" minOccurs="0" name="CustomerData" nillable="true" type="xsd:string">
2351
+ </element>
2352
+ <element maxOccurs="1" minOccurs="1" name="TransactionDate" nillable="false" type="xsd:string">
2353
+ </element>
2354
+ <element maxOccurs="1" minOccurs="1" name="Amount" nillable="false" type="xsd:string">
2355
+ </element>
2356
+ <element maxOccurs="1" minOccurs="1" name="Status" nillable="false" type="xsd:string">
2357
+ </element>
2358
+ <element maxOccurs="1" minOccurs="1" name="PosLabel" nillable="false" type="xsd:string">
2359
+ </element>
2360
+ </sequence>
2361
+ </complexType>
2362
+
2363
+ <complexType name="AlertsTransHist">
2364
+ <annotation>
2365
+ <documentation>
2366
+ An array of AlertsTrans
2367
+ </documentation>
2368
+ </annotation>
2369
+ <sequence>
2370
+ <element maxOccurs="unbounded" minOccurs="0" name="AlertsTrans" type="tns1:AlertsTrans">
2371
+ </element>
2372
+ </sequence>
2373
+ </complexType>
2374
+ <complexType name="AlertsTrans">
2375
+ <sequence>
2376
+ <element maxOccurs="1" minOccurs="1" name="AlertId" nillable="false" type="xsd:string">
2377
+ </element>
2378
+ <element maxOccurs="1" minOccurs="1" name="ExplanationLabel" nillable="false" type="xsd:string">
2379
+ </element>
2380
+ <element maxOccurs="1" minOccurs="1" name="ExplanationCode" nillable="false" type="xsd:string">
2381
+ </element>
2382
+ <element maxOccurs="1" minOccurs="1" name="RuleName" nillable="false" type="xsd:string">
2383
+ </element>
2384
+ <element maxOccurs="1" minOccurs="0" name="RuleAction" nillable="true" type="xsd:string">
2385
+ </element>
2386
+ <element maxOccurs="1" minOccurs="0" name="RuleCriteria" nillable="true" type="xsd:string">
2387
+ </element>
2388
+ </sequence>
2389
+ </complexType>
2390
+
2391
+ </schema>
2392
+ </wsdl:types>
2393
+ <wsdl:message name="verifyEnrollmentRequest">
2394
+ <wsdl:part name="parameters" element="impl:verifyEnrollmentRequest">
2395
+ </wsdl:part>
2396
+ </wsdl:message>
2397
+ <wsdl:message name="doCreditRequest">
2398
+ <wsdl:part name="parameters" element="impl:doCreditRequest">
2399
+ </wsdl:part>
2400
+ </wsdl:message>
2401
+ <wsdl:message name="getCardsRequest">
2402
+ <wsdl:part name="parameters" element="impl:getCardsRequest">
2403
+ </wsdl:part>
2404
+ </wsdl:message>
2405
+ <wsdl:message name="doResetResponse">
2406
+ <wsdl:part name="parameters" element="impl:doResetResponse">
2407
+ </wsdl:part>
2408
+ </wsdl:message>
2409
+ <wsdl:message name="doCreditResponse">
2410
+ <wsdl:part name="parameters" element="impl:doCreditResponse">
2411
+ </wsdl:part>
2412
+ </wsdl:message>
2413
+ <wsdl:message name="disableWalletResponse">
2414
+ <wsdl:part name="parameters" element="impl:disableWalletResponse">
2415
+ </wsdl:part>
2416
+ </wsdl:message>
2417
+ <wsdl:message name="unBlockResponse">
2418
+ <wsdl:part name="parameters" element="impl:unBlockResponse">
2419
+ </wsdl:part>
2420
+ </wsdl:message>
2421
+ <wsdl:message name="createWebWalletResponse">
2422
+ <wsdl:part name="parameters" element="impl:createWebWalletResponse">
2423
+ </wsdl:part>
2424
+ </wsdl:message>
2425
+ <wsdl:message name="verifyAuthenticationRequest">
2426
+ <wsdl:part name="parameters" element="impl:verifyAuthenticationRequest">
2427
+ </wsdl:part>
2428
+ </wsdl:message>
2429
+ <wsdl:message name="verifyEnrollmentResponse">
2430
+ <wsdl:part name="parameters" element="impl:verifyEnrollmentResponse">
2431
+ </wsdl:part>
2432
+ </wsdl:message>
2433
+ <wsdl:message name="getWebPaymentDetailsRequest">
2434
+ <wsdl:part name="parameters" element="impl:getWebPaymentDetailsRequest">
2435
+ </wsdl:part>
2436
+ </wsdl:message>
2437
+ <wsdl:message name="unBlockRequest">
2438
+ <wsdl:part name="parameters" element="impl:unBlockRequest">
2439
+ </wsdl:part>
2440
+ </wsdl:message>
2441
+ <wsdl:message name="getEncryptionKeyRequest">
2442
+ <wsdl:part name="parameters" element="impl:getEncryptionKeyRequest">
2443
+ </wsdl:part>
2444
+ </wsdl:message>
2445
+ <wsdl:message name="doAuthorizationResponse">
2446
+ <wsdl:part name="parameters" element="impl:doAuthorizationResponse">
2447
+ </wsdl:part>
2448
+ </wsdl:message>
2449
+ <wsdl:message name="disableWalletRequest">
2450
+ <wsdl:part name="parameters" element="impl:disableWalletRequest">
2451
+ </wsdl:part>
2452
+ </wsdl:message>
2453
+ <wsdl:message name="getEncryptionKeyResponse">
2454
+ <wsdl:part name="parameters" element="impl:getEncryptionKeyResponse">
2455
+ </wsdl:part>
2456
+ </wsdl:message>
2457
+ <wsdl:message name="getAlertDetailsResponse">
2458
+ <wsdl:part name="parameters" element="impl:getAlertDetailsResponse">
2459
+ </wsdl:part>
2460
+ </wsdl:message>
2461
+ <wsdl:message name="doScoringChequeRequest">
2462
+ <wsdl:part name="parameters" element="impl:doScoringChequeRequest">
2463
+ </wsdl:part>
2464
+ </wsdl:message>
2465
+ <wsdl:message name="createWebWalletRequest">
2466
+ <wsdl:part name="parameters" element="impl:createWebWalletRequest">
2467
+ </wsdl:part>
2468
+ </wsdl:message>
2469
+ <wsdl:message name="createWalletResponse">
2470
+ <wsdl:part name="parameters" element="impl:createWalletResponse">
2471
+ </wsdl:part>
2472
+ </wsdl:message>
2473
+ <wsdl:message name="getMerchantSettingsRequest">
2474
+ <wsdl:part name="parameters" element="impl:getMerchantSettingsRequest">
2475
+ </wsdl:part>
2476
+ </wsdl:message>
2477
+ <wsdl:message name="doReAuthorizationResponse">
2478
+ <wsdl:part name="parameters" element="impl:doReAuthorizationResponse">
2479
+ </wsdl:part>
2480
+ </wsdl:message>
2481
+ <wsdl:message name="getWebWalletRequest">
2482
+ <wsdl:part name="parameters" element="impl:getWebWalletRequest">
2483
+ </wsdl:part>
2484
+ </wsdl:message>
2485
+ <wsdl:message name="getTokenRequest">
2486
+ <wsdl:part name="parameters" element="impl:getTokenRequest">
2487
+ </wsdl:part>
2488
+ </wsdl:message>
2489
+ <wsdl:message name="getWebPaymentDetailsResponse">
2490
+ <wsdl:part name="parameters" element="impl:getWebPaymentDetailsResponse">
2491
+ </wsdl:part>
2492
+ </wsdl:message>
2493
+ <wsdl:message name="createWalletRequest">
2494
+ <wsdl:part name="parameters" element="impl:createWalletRequest">
2495
+ </wsdl:part>
2496
+ </wsdl:message>
2497
+ <wsdl:message name="getBalanceRequest">
2498
+ <wsdl:part name="parameters" element="impl:getBalanceRequest">
2499
+ </wsdl:part>
2500
+ </wsdl:message>
2501
+ <wsdl:message name="getPaymentRecordRequest">
2502
+ <wsdl:part name="parameters" element="impl:getPaymentRecordRequest">
2503
+ </wsdl:part>
2504
+ </wsdl:message>
2505
+ <wsdl:message name="getTokenResponse">
2506
+ <wsdl:part name="parameters" element="impl:getTokenResponse">
2507
+ </wsdl:part>
2508
+ </wsdl:message>
2509
+ <wsdl:message name="getTransactionDetailsRequest">
2510
+ <wsdl:part name="parameters" element="impl:getTransactionDetailsRequest">
2511
+ </wsdl:part>
2512
+ </wsdl:message>
2513
+ <wsdl:message name="getAlertDetailsRequest">
2514
+ <wsdl:part name="parameters" element="impl:getAlertDetailsRequest">
2515
+ </wsdl:part>
2516
+ </wsdl:message>
2517
+ <wsdl:message name="createMerchantResponse">
2518
+ <wsdl:part name="parameters" element="impl:createMerchantResponse">
2519
+ </wsdl:part>
2520
+ </wsdl:message>
2521
+ <wsdl:message name="doDebitResponse">
2522
+ <wsdl:part name="parameters" element="impl:doDebitResponse">
2523
+ </wsdl:part>
2524
+ </wsdl:message>
2525
+ <wsdl:message name="getMerchantSettingsResponse">
2526
+ <wsdl:part name="parameters" element="impl:getMerchantSettingsResponse">
2527
+ </wsdl:part>
2528
+ </wsdl:message>
2529
+ <wsdl:message name="getPaymentRecordResponse">
2530
+ <wsdl:part name="parameters" element="impl:getPaymentRecordResponse">
2531
+ </wsdl:part>
2532
+ </wsdl:message>
2533
+ <wsdl:message name="getWalletRequest">
2534
+ <wsdl:part name="parameters" element="impl:getWalletRequest">
2535
+ </wsdl:part>
2536
+ </wsdl:message>
2537
+ <wsdl:message name="doScoringChequeResponse">
2538
+ <wsdl:part name="parameters" element="impl:doScoringChequeResponse">
2539
+ </wsdl:part>
2540
+ </wsdl:message>
2541
+ <wsdl:message name="updateWebWalletRequest">
2542
+ <wsdl:part name="parameters" element="impl:updateWebWalletRequest">
2543
+ </wsdl:part>
2544
+ </wsdl:message>
2545
+ <wsdl:message name="doWebPaymentResponse">
2546
+ <wsdl:part name="parameters" element="impl:doWebPaymentResponse">
2547
+ </wsdl:part>
2548
+ </wsdl:message>
2549
+ <wsdl:message name="doDebitRequest">
2550
+ <wsdl:part name="parameters" element="impl:doDebitRequest">
2551
+ </wsdl:part>
2552
+ </wsdl:message>
2553
+ <wsdl:message name="verifyAuthenticationResponse">
2554
+ <wsdl:part name="parameters" element="impl:verifyAuthenticationResponse">
2555
+ </wsdl:part>
2556
+ </wsdl:message>
2557
+ <wsdl:message name="doRecurrentWalletPaymentRequest">
2558
+ <wsdl:part name="parameters" element="impl:doRecurrentWalletPaymentRequest">
2559
+ </wsdl:part>
2560
+ </wsdl:message>
2561
+ <wsdl:message name="doCaptureResponse">
2562
+ <wsdl:part name="parameters" element="impl:doCaptureResponse">
2563
+ </wsdl:part>
2564
+ </wsdl:message>
2565
+ <wsdl:message name="doRefundRequest">
2566
+ <wsdl:part name="parameters" element="impl:doRefundRequest">
2567
+ </wsdl:part>
2568
+ </wsdl:message>
2569
+ <wsdl:message name="updateWalletRequest">
2570
+ <wsdl:part name="parameters" element="impl:updateWalletRequest">
2571
+ </wsdl:part>
2572
+ </wsdl:message>
2573
+ <wsdl:message name="disablePaymentRecordResponse">
2574
+ <wsdl:part name="parameters" element="impl:disablePaymentRecordResponse">
2575
+ </wsdl:part>
2576
+ </wsdl:message>
2577
+ <wsdl:message name="doAuthorizationRequest">
2578
+ <wsdl:part name="parameters" element="impl:doAuthorizationRequest">
2579
+ </wsdl:part>
2580
+ </wsdl:message>
2581
+ <wsdl:message name="disablePaymentRecordRequest">
2582
+ <wsdl:part name="parameters" element="impl:disablePaymentRecordRequest">
2583
+ </wsdl:part>
2584
+ </wsdl:message>
2585
+ <wsdl:message name="getCardsResponse">
2586
+ <wsdl:part name="parameters" element="impl:getCardsResponse">
2587
+ </wsdl:part>
2588
+ </wsdl:message>
2589
+ <wsdl:message name="doScheduledWalletPaymentRequest">
2590
+ <wsdl:part name="parameters" element="impl:doScheduledWalletPaymentRequest">
2591
+ </wsdl:part>
2592
+ </wsdl:message>
2593
+ <wsdl:message name="updateWebWalletResponse">
2594
+ <wsdl:part name="parameters" element="impl:updateWebWalletResponse">
2595
+ </wsdl:part>
2596
+ </wsdl:message>
2597
+ <wsdl:message name="transactionsSearchResponse">
2598
+ <wsdl:part name="parameters" element="impl:transactionsSearchResponse">
2599
+ </wsdl:part>
2600
+ </wsdl:message>
2601
+ <wsdl:message name="getWebWalletResponse">
2602
+ <wsdl:part name="parameters" element="impl:getWebWalletResponse">
2603
+ </wsdl:part>
2604
+ </wsdl:message>
2605
+ <wsdl:message name="getTransactionDetailsResponse">
2606
+ <wsdl:part name="parameters" element="impl:getTransactionDetailsResponse">
2607
+ </wsdl:part>
2608
+ </wsdl:message>
2609
+ <wsdl:message name="doImmediateWalletPaymentRequest">
2610
+ <wsdl:part name="parameters" element="impl:doImmediateWalletPaymentRequest">
2611
+ </wsdl:part>
2612
+ </wsdl:message>
2613
+ <wsdl:message name="enableWalletResponse">
2614
+ <wsdl:part name="parameters" element="impl:enableWalletResponse">
2615
+ </wsdl:part>
2616
+ </wsdl:message>
2617
+ <wsdl:message name="doResetRequest">
2618
+ <wsdl:part name="parameters" element="impl:doResetRequest">
2619
+ </wsdl:part>
2620
+ </wsdl:message>
2621
+ <wsdl:message name="doReAuthorizationRequest">
2622
+ <wsdl:part name="parameters" element="impl:doReAuthorizationRequest">
2623
+ </wsdl:part>
2624
+ </wsdl:message>
2625
+ <wsdl:message name="doRecurrentWalletPaymentResponse">
2626
+ <wsdl:part name="parameters" element="impl:doRecurrentWalletPaymentResponse">
2627
+ </wsdl:part>
2628
+ </wsdl:message>
2629
+ <wsdl:message name="updateWalletResponse">
2630
+ <wsdl:part name="parameters" element="impl:updateWalletResponse">
2631
+ </wsdl:part>
2632
+ </wsdl:message>
2633
+ <wsdl:message name="doScheduledWalletPaymentResponse">
2634
+ <wsdl:part name="parameters" element="impl:doScheduledWalletPaymentResponse">
2635
+ </wsdl:part>
2636
+ </wsdl:message>
2637
+ <wsdl:message name="manageWebWalletRequest">
2638
+ <wsdl:part name="parameters" element="impl:manageWebWalletRequest">
2639
+ </wsdl:part>
2640
+ </wsdl:message>
2641
+ <wsdl:message name="getWalletResponse">
2642
+ <wsdl:part name="parameters" element="impl:getWalletResponse">
2643
+ </wsdl:part>
2644
+ </wsdl:message>
2645
+ <wsdl:message name="createMerchantRequest">
2646
+ <wsdl:part name="parameters" element="impl:createMerchantRequest">
2647
+ </wsdl:part>
2648
+ </wsdl:message>
2649
+ <wsdl:message name="transactionsSearchRequest">
2650
+ <wsdl:part name="parameters" element="impl:transactionsSearchRequest">
2651
+ </wsdl:part>
2652
+ </wsdl:message>
2653
+ <wsdl:message name="doCaptureRequest">
2654
+ <wsdl:part name="parameters" element="impl:doCaptureRequest">
2655
+ </wsdl:part>
2656
+ </wsdl:message>
2657
+ <wsdl:message name="doWebPaymentRequest">
2658
+ <wsdl:part name="parameters" element="impl:doWebPaymentRequest">
2659
+ </wsdl:part>
2660
+ </wsdl:message>
2661
+ <wsdl:message name="getBalanceResponse">
2662
+ <wsdl:part name="parameters" element="impl:getBalanceResponse">
2663
+ </wsdl:part>
2664
+ </wsdl:message>
2665
+ <wsdl:message name="doRefundResponse">
2666
+ <wsdl:part name="parameters" element="impl:doRefundResponse">
2667
+ </wsdl:part>
2668
+ </wsdl:message>
2669
+ <wsdl:message name="doImmediateWalletPaymentResponse">
2670
+ <wsdl:part name="parameters" element="impl:doImmediateWalletPaymentResponse">
2671
+ </wsdl:part>
2672
+ </wsdl:message>
2673
+ <wsdl:message name="enableWalletRequest">
2674
+ <wsdl:part name="parameters" element="impl:enableWalletRequest">
2675
+ </wsdl:part>
2676
+ </wsdl:message>
2677
+ <wsdl:message name="manageWebWalletResponse">
2678
+ <wsdl:part name="parameters" element="impl:manageWebWalletResponse">
2679
+ </wsdl:part>
2680
+ </wsdl:message>
2681
+ <wsdl:portType name="ExtendedAPI">
2682
+ <wsdl:operation name="getTransactionDetails">
2683
+ <wsdl:input name="getTransactionDetailsRequest" message="impl:getTransactionDetailsRequest">
2684
+ </wsdl:input>
2685
+ <wsdl:output name="getTransactionDetailsResponse" message="impl:getTransactionDetailsResponse">
2686
+ </wsdl:output>
2687
+ </wsdl:operation>
2688
+ <wsdl:operation name="transactionsSearch">
2689
+ <wsdl:input name="transactionsSearchRequest" message="impl:transactionsSearchRequest">
2690
+ </wsdl:input>
2691
+ <wsdl:output name="transactionsSearchResponse" message="impl:transactionsSearchResponse">
2692
+ </wsdl:output>
2693
+ </wsdl:operation>
2694
+ <wsdl:operation name="getAlertDetails">
2695
+ <wsdl:input message="impl:getAlertDetailsRequest">
2696
+ </wsdl:input>
2697
+ <wsdl:output message="impl:getAlertDetailsResponse">
2698
+ </wsdl:output>
2699
+ </wsdl:operation>
2700
+ </wsdl:portType>
2701
+ <wsdl:portType name="WebPaymentAPI">
2702
+ <wsdl:operation name="doWebPayment">
2703
+ <wsdl:input name="doWebPaymentRequest" message="impl:doWebPaymentRequest">
2704
+ </wsdl:input>
2705
+ <wsdl:output name="doWebPaymentResponse" message="impl:doWebPaymentResponse">
2706
+ </wsdl:output>
2707
+ </wsdl:operation>
2708
+ <wsdl:operation name="getWebPaymentDetails">
2709
+ <wsdl:input name="getWebPaymentDetailsRequest" message="impl:getWebPaymentDetailsRequest">
2710
+ </wsdl:input>
2711
+ <wsdl:output name="getWebPaymentDetailsResponse" message="impl:getWebPaymentDetailsResponse">
2712
+ </wsdl:output>
2713
+ </wsdl:operation>
2714
+ <wsdl:operation name="manageWebWallet">
2715
+ <wsdl:input name="manageWebWalletRequest" message="impl:manageWebWalletRequest">
2716
+ </wsdl:input>
2717
+ <wsdl:output name="manageWebWalletResponse" message="impl:manageWebWalletResponse">
2718
+ </wsdl:output>
2719
+ </wsdl:operation>
2720
+ <wsdl:operation name="createWebWallet">
2721
+ <wsdl:input name="createWebWalletRequest" message="impl:createWebWalletRequest">
2722
+ </wsdl:input>
2723
+ <wsdl:output name="createWebWalletResponse" message="impl:createWebWalletResponse">
2724
+ </wsdl:output>
2725
+ </wsdl:operation>
2726
+ <wsdl:operation name="updateWebWallet">
2727
+ <wsdl:input name="updateWebWalletRequest" message="impl:updateWebWalletRequest">
2728
+ </wsdl:input>
2729
+ <wsdl:output name="updateWebWalletResponse" message="impl:updateWebWalletResponse">
2730
+ </wsdl:output>
2731
+ </wsdl:operation>
2732
+ <wsdl:operation name="getWebWallet">
2733
+ <wsdl:input name="getWebWalletRequest" message="impl:getWebWalletRequest">
2734
+ </wsdl:input>
2735
+ <wsdl:output name="getWebWalletResponse" message="impl:getWebWalletResponse">
2736
+ </wsdl:output>
2737
+ </wsdl:operation>
2738
+ </wsdl:portType>
2739
+ <wsdl:portType name="DirectPaymentAPI">
2740
+ <wsdl:operation name="doAuthorization">
2741
+ <wsdl:input name="doAuthorizationRequest" message="impl:doAuthorizationRequest">
2742
+ </wsdl:input>
2743
+ <wsdl:output name="doAuthorizationResponse" message="impl:doAuthorizationResponse">
2744
+ </wsdl:output>
2745
+ </wsdl:operation>
2746
+ <wsdl:operation name="doCapture">
2747
+ <wsdl:input name="doCaptureRequest" message="impl:doCaptureRequest">
2748
+ </wsdl:input>
2749
+ <wsdl:output name="doCaptureResponse" message="impl:doCaptureResponse">
2750
+ </wsdl:output>
2751
+ </wsdl:operation>
2752
+ <wsdl:operation name="doReAuthorization">
2753
+ <wsdl:input name="doReAuthorizationRequest" message="impl:doReAuthorizationRequest">
2754
+ </wsdl:input>
2755
+ <wsdl:output name="doReAuthorizationResponse" message="impl:doReAuthorizationResponse">
2756
+ </wsdl:output>
2757
+ </wsdl:operation>
2758
+ <wsdl:operation name="doDebit">
2759
+ <wsdl:input name="doDebitRequest" message="impl:doDebitRequest">
2760
+ </wsdl:input>
2761
+ <wsdl:output name="doDebitResponse" message="impl:doDebitResponse">
2762
+ </wsdl:output>
2763
+ </wsdl:operation>
2764
+ <wsdl:operation name="doRefund">
2765
+ <wsdl:input name="doRefundRequest" message="impl:doRefundRequest">
2766
+ </wsdl:input>
2767
+ <wsdl:output name="doRefundResponse" message="impl:doRefundResponse">
2768
+ </wsdl:output>
2769
+ </wsdl:operation>
2770
+ <wsdl:operation name="doReset">
2771
+ <wsdl:input name="doResetRequest" message="impl:doResetRequest">
2772
+ </wsdl:input>
2773
+ <wsdl:output name="doResetResponse" message="impl:doResetResponse">
2774
+ </wsdl:output>
2775
+ </wsdl:operation>
2776
+ <wsdl:operation name="doCredit">
2777
+ <wsdl:input name="doCreditRequest" message="impl:doCreditRequest">
2778
+ </wsdl:input>
2779
+ <wsdl:output name="doCreditResponse" message="impl:doCreditResponse">
2780
+ </wsdl:output>
2781
+ </wsdl:operation>
2782
+ <wsdl:operation name="createWallet">
2783
+ <wsdl:input name="createWalletRequest" message="impl:createWalletRequest">
2784
+ </wsdl:input>
2785
+ <wsdl:output name="createWalletResponse" message="impl:createWalletResponse">
2786
+ </wsdl:output>
2787
+ </wsdl:operation>
2788
+ <wsdl:operation name="updateWallet">
2789
+ <wsdl:input name="updateWalletRequest" message="impl:updateWalletRequest">
2790
+ </wsdl:input>
2791
+ <wsdl:output name="updateWalletResponse" message="impl:updateWalletResponse">
2792
+ </wsdl:output>
2793
+ </wsdl:operation>
2794
+ <wsdl:operation name="getWallet">
2795
+ <wsdl:input name="getWalletRequest" message="impl:getWalletRequest">
2796
+ </wsdl:input>
2797
+ <wsdl:output name="getWalletResponse" message="impl:getWalletResponse">
2798
+ </wsdl:output>
2799
+ </wsdl:operation>
2800
+ <wsdl:operation name="getCards">
2801
+ <wsdl:input name="getCardsRequest" message="impl:getCardsRequest">
2802
+ </wsdl:input>
2803
+ <wsdl:output name="getCardsResponse" message="impl:getCardsResponse">
2804
+ </wsdl:output>
2805
+ </wsdl:operation>
2806
+ <wsdl:operation name="disableWallet">
2807
+ <wsdl:input name="disableWalletRequest" message="impl:disableWalletRequest">
2808
+ </wsdl:input>
2809
+ <wsdl:output name="disableWalletResponse" message="impl:disableWalletResponse">
2810
+ </wsdl:output>
2811
+ </wsdl:operation>
2812
+ <wsdl:operation name="enableWallet">
2813
+ <wsdl:input name="enableWalletRequest" message="impl:enableWalletRequest">
2814
+ </wsdl:input>
2815
+ <wsdl:output name="enableWalletResponse" message="impl:enableWalletResponse">
2816
+ </wsdl:output>
2817
+ </wsdl:operation>
2818
+ <wsdl:operation name="doImmediateWalletPayment">
2819
+ <wsdl:input name="doImmediateWalletPaymentRequest" message="impl:doImmediateWalletPaymentRequest">
2820
+ </wsdl:input>
2821
+ <wsdl:output name="doImmediateWalletPaymentResponse" message="impl:doImmediateWalletPaymentResponse">
2822
+ </wsdl:output>
2823
+ </wsdl:operation>
2824
+ <wsdl:operation name="doScheduledWalletPayment">
2825
+ <wsdl:input name="doScheduledWalletPaymentRequest" message="impl:doScheduledWalletPaymentRequest">
2826
+ </wsdl:input>
2827
+ <wsdl:output name="doScheduledWalletPaymentResponse" message="impl:doScheduledWalletPaymentResponse">
2828
+ </wsdl:output>
2829
+ </wsdl:operation>
2830
+ <wsdl:operation name="doRecurrentWalletPayment">
2831
+ <wsdl:input name="doRecurrentWalletPaymentRequest" message="impl:doRecurrentWalletPaymentRequest">
2832
+ </wsdl:input>
2833
+ <wsdl:output name="doRecurrentWalletPaymentResponse" message="impl:doRecurrentWalletPaymentResponse">
2834
+ </wsdl:output>
2835
+ </wsdl:operation>
2836
+ <wsdl:operation name="getPaymentRecord">
2837
+ <wsdl:input name="getPaymentRecordRequest" message="impl:getPaymentRecordRequest">
2838
+ </wsdl:input>
2839
+ <wsdl:output name="getPaymentRecordResponse" message="impl:getPaymentRecordResponse">
2840
+ </wsdl:output>
2841
+ </wsdl:operation>
2842
+ <wsdl:operation name="disablePaymentRecord">
2843
+ <wsdl:input name="disablePaymentRecordRequest" message="impl:disablePaymentRecordRequest">
2844
+ </wsdl:input>
2845
+ <wsdl:output name="disablePaymentRecordResponse" message="impl:disablePaymentRecordResponse">
2846
+ </wsdl:output>
2847
+ </wsdl:operation>
2848
+ <wsdl:operation name="verifyEnrollment">
2849
+ <wsdl:input name="verifyEnrollmentRequest" message="impl:verifyEnrollmentRequest">
2850
+ </wsdl:input>
2851
+ <wsdl:output name="verifyEnrollmentResponse" message="impl:verifyEnrollmentResponse">
2852
+ </wsdl:output>
2853
+ </wsdl:operation>
2854
+ <wsdl:operation name="verifyAuthentication">
2855
+ <wsdl:input name="verifyAuthenticationRequest" message="impl:verifyAuthenticationRequest">
2856
+ </wsdl:input>
2857
+ <wsdl:output name="verifyAuthenticationResponse" message="impl:verifyAuthenticationResponse">
2858
+ </wsdl:output>
2859
+ </wsdl:operation>
2860
+ <wsdl:operation name="createMerchant">
2861
+ <wsdl:input name="createMerchantRequest" message="impl:createMerchantRequest">
2862
+ </wsdl:input>
2863
+ <wsdl:output name="createMerchantResponse" message="impl:createMerchantResponse">
2864
+ </wsdl:output>
2865
+ </wsdl:operation>
2866
+ <wsdl:operation name="doScoringCheque">
2867
+ <wsdl:input name="doScoringChequeRequest" message="impl:doScoringChequeRequest">
2868
+ </wsdl:input>
2869
+ <wsdl:output name="doScoringChequeResponse" message="impl:doScoringChequeResponse">
2870
+ </wsdl:output>
2871
+ </wsdl:operation>
2872
+ <wsdl:operation name="getEncryptionKey">
2873
+ <wsdl:input name="getEncryptionKeyRequest" message="impl:getEncryptionKeyRequest">
2874
+ </wsdl:input>
2875
+ <wsdl:output name="getEncryptionKeyResponse" message="impl:getEncryptionKeyResponse">
2876
+ </wsdl:output>
2877
+ </wsdl:operation>
2878
+ <wsdl:operation name="getMerchantSettings">
2879
+ <wsdl:input name="getMerchantSettingsRequest" message="impl:getMerchantSettingsRequest">
2880
+ </wsdl:input>
2881
+ <wsdl:output name="getMerchantSettingsResponse" message="impl:getMerchantSettingsResponse">
2882
+ </wsdl:output>
2883
+ </wsdl:operation>
2884
+ <wsdl:operation name="getBalance">
2885
+ <wsdl:input name="getBalanceRequest" message="impl:getBalanceRequest">
2886
+ </wsdl:input>
2887
+ <wsdl:output name="getBalanceResponse" message="impl:getBalanceResponse">
2888
+ </wsdl:output>
2889
+ </wsdl:operation>
2890
+ <wsdl:operation name="getToken">
2891
+ <wsdl:input message="impl:getTokenRequest">
2892
+ </wsdl:input>
2893
+ <wsdl:output message="impl:getTokenResponse">
2894
+ </wsdl:output>
2895
+ </wsdl:operation>
2896
+ <wsdl:operation name="unBlock">
2897
+ <wsdl:input name="unBlockRequest" message="impl:unBlockRequest">
2898
+ </wsdl:input>
2899
+ <wsdl:output name="unBlockResponse" message="impl:unBlockResponse">
2900
+ </wsdl:output>
2901
+ </wsdl:operation>
2902
+ </wsdl:portType>
2903
+ <wsdl:binding name="DirectPaymentAPISoapBinding" type="impl:DirectPaymentAPI">
2904
+ <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
2905
+ <wsdl:operation name="doAuthorization">
2906
+ <wsdlsoap:operation soapAction="doAuthorization"/>
2907
+ <wsdl:input>
2908
+ <wsdlsoap:body use="literal"/>
2909
+ </wsdl:input>
2910
+ <wsdl:output>
2911
+ <wsdlsoap:body use="literal"/>
2912
+ </wsdl:output>
2913
+ </wsdl:operation>
2914
+ <wsdl:operation name="doCapture">
2915
+ <wsdlsoap:operation soapAction="doCapture"/>
2916
+ <wsdl:input>
2917
+ <wsdlsoap:body use="literal"/>
2918
+ </wsdl:input>
2919
+ <wsdl:output>
2920
+ <wsdlsoap:body use="literal"/>
2921
+ </wsdl:output>
2922
+ </wsdl:operation>
2923
+ <wsdl:operation name="doReAuthorization">
2924
+ <wsdlsoap:operation soapAction="doReAuthorization"/>
2925
+ <wsdl:input>
2926
+ <wsdlsoap:body use="literal"/>
2927
+ </wsdl:input>
2928
+ <wsdl:output>
2929
+ <wsdlsoap:body use="literal"/>
2930
+ </wsdl:output>
2931
+ </wsdl:operation>
2932
+ <wsdl:operation name="doDebit">
2933
+ <wsdlsoap:operation soapAction="doDebit"/>
2934
+ <wsdl:input>
2935
+ <wsdlsoap:body use="literal"/>
2936
+ </wsdl:input>
2937
+ <wsdl:output>
2938
+ <wsdlsoap:body use="literal"/>
2939
+ </wsdl:output>
2940
+ </wsdl:operation>
2941
+ <wsdl:operation name="doRefund">
2942
+ <wsdlsoap:operation soapAction="doRefund"/>
2943
+ <wsdl:input>
2944
+ <wsdlsoap:body use="literal"/>
2945
+ </wsdl:input>
2946
+ <wsdl:output>
2947
+ <wsdlsoap:body use="literal"/>
2948
+ </wsdl:output>
2949
+ </wsdl:operation>
2950
+ <wsdl:operation name="doReset">
2951
+ <wsdlsoap:operation soapAction="doReset"/>
2952
+ <wsdl:input>
2953
+ <wsdlsoap:body use="literal"/>
2954
+ </wsdl:input>
2955
+ <wsdl:output>
2956
+ <wsdlsoap:body use="literal"/>
2957
+ </wsdl:output>
2958
+ </wsdl:operation>
2959
+ <wsdl:operation name="doCredit">
2960
+ <wsdlsoap:operation soapAction="doCredit"/>
2961
+ <wsdl:input>
2962
+ <wsdlsoap:body use="literal"/>
2963
+ </wsdl:input>
2964
+ <wsdl:output>
2965
+ <wsdlsoap:body use="literal"/>
2966
+ </wsdl:output>
2967
+ </wsdl:operation>
2968
+ <wsdl:operation name="createWallet">
2969
+ <wsdlsoap:operation soapAction="createWallet"/>
2970
+ <wsdl:input>
2971
+ <wsdlsoap:body use="literal"/>
2972
+ </wsdl:input>
2973
+ <wsdl:output>
2974
+ <wsdlsoap:body use="literal"/>
2975
+ </wsdl:output>
2976
+ </wsdl:operation>
2977
+ <wsdl:operation name="updateWallet">
2978
+ <wsdlsoap:operation soapAction="updateWallet"/>
2979
+ <wsdl:input>
2980
+ <wsdlsoap:body use="literal"/>
2981
+ </wsdl:input>
2982
+ <wsdl:output>
2983
+ <wsdlsoap:body use="literal"/>
2984
+ </wsdl:output>
2985
+ </wsdl:operation>
2986
+ <wsdl:operation name="getWallet">
2987
+ <wsdlsoap:operation soapAction="getWallet"/>
2988
+ <wsdl:input>
2989
+ <wsdlsoap:body use="literal"/>
2990
+ </wsdl:input>
2991
+ <wsdl:output>
2992
+ <wsdlsoap:body use="literal"/>
2993
+ </wsdl:output>
2994
+ </wsdl:operation>
2995
+ <wsdl:operation name="getCards">
2996
+ <wsdlsoap:operation soapAction="getCards"/>
2997
+ <wsdl:input>
2998
+ <wsdlsoap:body use="literal"/>
2999
+ </wsdl:input>
3000
+ <wsdl:output>
3001
+ <wsdlsoap:body use="literal"/>
3002
+ </wsdl:output>
3003
+ </wsdl:operation>
3004
+ <wsdl:operation name="disableWallet">
3005
+ <wsdlsoap:operation soapAction="disableWallet"/>
3006
+ <wsdl:input>
3007
+ <wsdlsoap:body use="literal"/>
3008
+ </wsdl:input>
3009
+ <wsdl:output>
3010
+ <wsdlsoap:body use="literal"/>
3011
+ </wsdl:output>
3012
+ </wsdl:operation>
3013
+ <wsdl:operation name="enableWallet">
3014
+ <wsdlsoap:operation soapAction="enableWallet"/>
3015
+ <wsdl:input>
3016
+ <wsdlsoap:body use="literal"/>
3017
+ </wsdl:input>
3018
+ <wsdl:output>
3019
+ <wsdlsoap:body use="literal"/>
3020
+ </wsdl:output>
3021
+ </wsdl:operation>
3022
+ <wsdl:operation name="doImmediateWalletPayment">
3023
+ <wsdlsoap:operation soapAction="doImmediateWalletPayment"/>
3024
+ <wsdl:input>
3025
+ <wsdlsoap:body use="literal"/>
3026
+ </wsdl:input>
3027
+ <wsdl:output>
3028
+ <wsdlsoap:body use="literal"/>
3029
+ </wsdl:output>
3030
+ </wsdl:operation>
3031
+ <wsdl:operation name="doScheduledWalletPayment">
3032
+ <wsdlsoap:operation soapAction="doScheduledWalletPayment"/>
3033
+ <wsdl:input>
3034
+ <wsdlsoap:body use="literal"/>
3035
+ </wsdl:input>
3036
+ <wsdl:output>
3037
+ <wsdlsoap:body use="literal"/>
3038
+ </wsdl:output>
3039
+ </wsdl:operation>
3040
+ <wsdl:operation name="doRecurrentWalletPayment">
3041
+ <wsdlsoap:operation soapAction="doRecurrentWalletPayment"/>
3042
+ <wsdl:input>
3043
+ <wsdlsoap:body use="literal"/>
3044
+ </wsdl:input>
3045
+ <wsdl:output>
3046
+ <wsdlsoap:body use="literal"/>
3047
+ </wsdl:output>
3048
+ </wsdl:operation>
3049
+ <wsdl:operation name="getPaymentRecord">
3050
+ <wsdlsoap:operation soapAction="getPaymentRecord"/>
3051
+ <wsdl:input>
3052
+ <wsdlsoap:body use="literal"/>
3053
+ </wsdl:input>
3054
+ <wsdl:output>
3055
+ <wsdlsoap:body use="literal"/>
3056
+ </wsdl:output>
3057
+ </wsdl:operation>
3058
+ <wsdl:operation name="disablePaymentRecord">
3059
+ <wsdlsoap:operation soapAction="disablePaymentRecord"/>
3060
+ <wsdl:input>
3061
+ <wsdlsoap:body use="literal"/>
3062
+ </wsdl:input>
3063
+ <wsdl:output>
3064
+ <wsdlsoap:body use="literal"/>
3065
+ </wsdl:output>
3066
+ </wsdl:operation>
3067
+ <wsdl:operation name="verifyEnrollment">
3068
+ <wsdlsoap:operation soapAction="verifyEnrollment"/>
3069
+ <wsdl:input>
3070
+ <wsdlsoap:body use="literal"/>
3071
+ </wsdl:input>
3072
+ <wsdl:output>
3073
+ <wsdlsoap:body use="literal"/>
3074
+ </wsdl:output>
3075
+ </wsdl:operation>
3076
+ <wsdl:operation name="verifyAuthentication">
3077
+ <wsdlsoap:operation soapAction="verifyAuthentication"/>
3078
+ <wsdl:input>
3079
+ <wsdlsoap:body use="literal"/>
3080
+ </wsdl:input>
3081
+ <wsdl:output>
3082
+ <wsdlsoap:body use="literal"/>
3083
+ </wsdl:output>
3084
+ </wsdl:operation>
3085
+ <wsdl:operation name="createMerchant">
3086
+ <wsdlsoap:operation soapAction="createMerchant"/>
3087
+ <wsdl:input>
3088
+ <wsdlsoap:body use="literal"/>
3089
+ </wsdl:input>
3090
+ <wsdl:output>
3091
+ <wsdlsoap:body use="literal"/>
3092
+ </wsdl:output>
3093
+ </wsdl:operation>
3094
+ <wsdl:operation name="doScoringCheque">
3095
+ <wsdlsoap:operation soapAction="doScoringCheque"/>
3096
+ <wsdl:input>
3097
+ <wsdlsoap:body use="literal"/>
3098
+ </wsdl:input>
3099
+ <wsdl:output>
3100
+ <wsdlsoap:body use="literal"/>
3101
+ </wsdl:output>
3102
+ </wsdl:operation>
3103
+ <wsdl:operation name="getEncryptionKey">
3104
+ <wsdlsoap:operation soapAction="getEncryptionKey"/>
3105
+ <wsdl:input>
3106
+ <wsdlsoap:body use="literal"/>
3107
+ </wsdl:input>
3108
+ <wsdl:output>
3109
+ <wsdlsoap:body use="literal"/>
3110
+ </wsdl:output>
3111
+ </wsdl:operation>
3112
+ <wsdl:operation name="getMerchantSettings">
3113
+ <wsdlsoap:operation soapAction="getMerchantSettings"/>
3114
+ <wsdl:input name="getMerchantSettingsRequest">
3115
+ <wsdlsoap:body use="literal"/>
3116
+ </wsdl:input>
3117
+ <wsdl:output name="getMerchantSettingsResponse">
3118
+ <wsdlsoap:body use="literal"/>
3119
+ </wsdl:output>
3120
+ </wsdl:operation>
3121
+ <wsdl:operation name="getBalance">
3122
+ <wsdlsoap:operation soapAction="getBalance"/>
3123
+ <wsdl:input>
3124
+ <wsdlsoap:body use="literal"/>
3125
+ </wsdl:input>
3126
+ <wsdl:output>
3127
+ <wsdlsoap:body use="literal"/>
3128
+ </wsdl:output>
3129
+ </wsdl:operation>
3130
+ <wsdl:operation name="getToken">
3131
+ <wsdlsoap:operation soapAction="getToken"/>
3132
+ <wsdl:input>
3133
+ <wsdlsoap:body use="literal"/>
3134
+ </wsdl:input>
3135
+ <wsdl:output>
3136
+ <wsdlsoap:body use="literal"/>
3137
+ </wsdl:output>
3138
+ </wsdl:operation>
3139
+ <wsdl:operation name="unBlock">
3140
+ <wsdlsoap:operation soapAction="unBlock"/>
3141
+ <wsdl:input>
3142
+ <wsdlsoap:body use="literal"/>
3143
+ </wsdl:input>
3144
+ <wsdl:output>
3145
+ <wsdlsoap:body use="literal"/>
3146
+ </wsdl:output>
3147
+ </wsdl:operation>
3148
+ </wsdl:binding>
3149
+ <wsdl:binding name="ExtendedAPISoapBinding" type="impl:ExtendedAPI">
3150
+ <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
3151
+ <wsdl:operation name="getTransactionDetails">
3152
+ <wsdlsoap:operation soapAction="getTransactionDetails"/>
3153
+ <wsdl:input>
3154
+ <wsdlsoap:body use="literal"/>
3155
+ </wsdl:input>
3156
+ <wsdl:output>
3157
+ <wsdlsoap:body use="literal"/>
3158
+ </wsdl:output>
3159
+ </wsdl:operation>
3160
+ <wsdl:operation name="transactionsSearch">
3161
+ <wsdlsoap:operation soapAction="transactionsSearch"/>
3162
+ <wsdl:input>
3163
+ <wsdlsoap:body use="literal"/>
3164
+ </wsdl:input>
3165
+ <wsdl:output>
3166
+ <wsdlsoap:body use="literal"/>
3167
+ </wsdl:output>
3168
+ </wsdl:operation>
3169
+ <wsdl:operation name="getAlertDetails">
3170
+ <wsdlsoap:operation soapAction="getAlertDetails"/>
3171
+ <wsdl:input>
3172
+ <wsdlsoap:body use="literal"/>
3173
+ </wsdl:input>
3174
+ <wsdl:output>
3175
+ <wsdlsoap:body use="literal"/>
3176
+ </wsdl:output>
3177
+ </wsdl:operation>
3178
+ </wsdl:binding>
3179
+ <wsdl:binding name="WebPaymentAPISoapBinding" type="impl:WebPaymentAPI">
3180
+ <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
3181
+ <wsdl:operation name="getWebPaymentDetails">
3182
+ <wsdlsoap:operation soapAction="getWebPaymentDetails"/>
3183
+ <wsdl:input>
3184
+ <wsdlsoap:body use="literal"/>
3185
+ </wsdl:input>
3186
+ <wsdl:output>
3187
+ <wsdlsoap:body use="literal"/>
3188
+ </wsdl:output>
3189
+ </wsdl:operation>
3190
+ <wsdl:operation name="doWebPayment">
3191
+ <wsdlsoap:operation soapAction="doWebPayment"/>
3192
+ <wsdl:input>
3193
+ <wsdlsoap:body use="literal"/>
3194
+ </wsdl:input>
3195
+ <wsdl:output>
3196
+ <wsdlsoap:body use="literal"/>
3197
+ </wsdl:output>
3198
+ </wsdl:operation>
3199
+ <wsdl:operation name="manageWebWallet">
3200
+ <wsdlsoap:operation soapAction="manageWebWallet"/>
3201
+ <wsdl:input>
3202
+ <wsdlsoap:body use="literal"/>
3203
+ </wsdl:input>
3204
+ <wsdl:output>
3205
+ <wsdlsoap:body use="literal"/>
3206
+ </wsdl:output>
3207
+ </wsdl:operation>
3208
+ <wsdl:operation name="createWebWallet">
3209
+ <wsdlsoap:operation soapAction="createWebWallet"/>
3210
+ <wsdl:input>
3211
+ <wsdlsoap:body use="literal"/>
3212
+ </wsdl:input>
3213
+ <wsdl:output>
3214
+ <wsdlsoap:body use="literal"/>
3215
+ </wsdl:output>
3216
+ </wsdl:operation>
3217
+ <wsdl:operation name="updateWebWallet">
3218
+ <wsdlsoap:operation soapAction="updateWebWallet"/>
3219
+ <wsdl:input>
3220
+ <wsdlsoap:body use="literal"/>
3221
+ </wsdl:input>
3222
+ <wsdl:output>
3223
+ <wsdlsoap:body use="literal"/>
3224
+ </wsdl:output>
3225
+ </wsdl:operation>
3226
+ <wsdl:operation name="getWebWallet">
3227
+ <wsdlsoap:operation soapAction="getWebWallet"/>
3228
+ <wsdl:input>
3229
+ <wsdlsoap:body use="literal"/>
3230
+ </wsdl:input>
3231
+ <wsdl:output>
3232
+ <wsdlsoap:body use="literal"/>
3233
+ </wsdl:output>
3234
+ </wsdl:operation>
3235
+ </wsdl:binding>
3236
+ <wsdl:service name="WebPaymentAPI">
3237
+ <wsdl:port name="WebPaymentAPI" binding="impl:WebPaymentAPISoapBinding">
3238
+ <wsdlsoap:address location="https://homologation.payline.com/V4/services/WebPaymentAPI"/>
3239
+ </wsdl:port>
3240
+ </wsdl:service>
3241
+ <wsdl:service name="ExtendedAPI">
3242
+ <wsdl:port name="ExtendedAPI" binding="impl:ExtendedAPISoapBinding">
3243
+ <wsdlsoap:address location="https://homologation.payline.com/V4/services/ExtendedAPI"/>
3244
+ </wsdl:port>
3245
+ </wsdl:service>
3246
+ <wsdl:service name="DirectPaymentAPI">
3247
+ <wsdl:port name="DirectPaymentAPI" binding="impl:DirectPaymentAPISoapBinding">
3248
+ <wsdlsoap:address location="https://homologation.payline.com/V4/services/DirectPaymentAPI"/>
3249
+ </wsdl:port>
3250
+ </wsdl:service>
3251
+ </wsdl:definitions>