prismpay 0.0.0
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.
- data/README.md +4 -0
- data/lib/TransactionService.xml +2128 -0
- data/lib/prism_credit_response.rb +119 -0
- data/lib/prismpay.rb +352 -0
- data/lib/prismpay_am.rb +50 -0
- data/spec/prism_credit_response_spec.rb +4 -0
- data/spec/prism_credit_response_spec.rb~ +4 -0
- data/spec/prismpay_response_spec.rb~ +2 -0
- data/spec/prismpay_spec.rb +345 -0
- data/spec/prismpay_spec.rb~ +2 -0
- metadata +81 -0
data/README.md
ADDED
|
@@ -0,0 +1,2128 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2
|
+
<wsdl:definitions targetNamespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://trans.myprismpay.com/MPWeb/services/TransactionService" xmlns:intf="https://trans.myprismpay.com/MPWeb/services/TransactionService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:MPTransProcess" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
3
|
+
<!--WSDL created by Apache Axis version: 1.4
|
|
4
|
+
Built on Apr 22, 2006 (06:55:48 PDT)-->
|
|
5
|
+
<wsdl:types>
|
|
6
|
+
<schema targetNamespace="urn:MPTransProcess" xmlns="http://www.w3.org/2001/XMLSchema">
|
|
7
|
+
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
8
|
+
<complexType name="address">
|
|
9
|
+
<sequence>
|
|
10
|
+
<element name="addr1" nillable="true" type="xsd:string"/>
|
|
11
|
+
<element name="addr2" nillable="true" type="xsd:string"/>
|
|
12
|
+
<element name="addr3" nillable="true" type="xsd:string"/>
|
|
13
|
+
<element name="city" nillable="true" type="xsd:string"/>
|
|
14
|
+
<element name="state" nillable="true" type="xsd:string"/>
|
|
15
|
+
<element name="zip" nillable="true" type="xsd:string"/>
|
|
16
|
+
<element name="country" nillable="true" type="xsd:string"/>
|
|
17
|
+
</sequence>
|
|
18
|
+
</complexType>
|
|
19
|
+
<complexType name="customEmail">
|
|
20
|
+
<sequence>
|
|
21
|
+
<element name="emailto" nillable="true" type="xsd:string"/>
|
|
22
|
+
<element name="emailfrom" nillable="true" type="xsd:string"/>
|
|
23
|
+
<element name="emailsubject" nillable="true" type="xsd:string"/>
|
|
24
|
+
<element name="emailtext" nillable="true" type="xsd:string"/>
|
|
25
|
+
</sequence>
|
|
26
|
+
</complexType>
|
|
27
|
+
<complexType name="Recur">
|
|
28
|
+
<sequence>
|
|
29
|
+
<element name="create" type="xsd:int"/>
|
|
30
|
+
<element name="billingcycle" type="xsd:int"/>
|
|
31
|
+
<element name="billingmax" type="xsd:int"/>
|
|
32
|
+
<element name="start" type="xsd:int"/>
|
|
33
|
+
<element name="amount" type="xsd:float"/>
|
|
34
|
+
</sequence>
|
|
35
|
+
</complexType>
|
|
36
|
+
<complexType name="HotelLodging">
|
|
37
|
+
<sequence>
|
|
38
|
+
<element name="chargetypeamx" nillable="true" type="xsd:string"/>
|
|
39
|
+
<element name="roomrateamt" nillable="true" type="xsd:string"/>
|
|
40
|
+
<element name="checkindate" nillable="true" type="xsd:string"/>
|
|
41
|
+
<element name="checkoutdate" nillable="true" type="xsd:string"/>
|
|
42
|
+
<element name="purchaseid" nillable="true" type="xsd:string"/>
|
|
43
|
+
<element name="pproperty" nillable="true" type="xsd:string"/>
|
|
44
|
+
<element name="extracharges" nillable="true" type="xsd:string"/>
|
|
45
|
+
</sequence>
|
|
46
|
+
</complexType>
|
|
47
|
+
<complexType name="AutoRental">
|
|
48
|
+
<sequence>
|
|
49
|
+
<element name="rentalagreementnum" nillable="true" type="xsd:string"/>
|
|
50
|
+
<element name="rentalrate" nillable="true" type="xsd:string"/>
|
|
51
|
+
<element name="noshoworprogind" nillable="true" type="xsd:string"/>
|
|
52
|
+
<element name="extracharges" nillable="true" type="xsd:string"/>
|
|
53
|
+
<element name="rentaldate" nillable="true" type="xsd:string"/>
|
|
54
|
+
<element name="rentalreturndate" nillable="true" type="xsd:string"/>
|
|
55
|
+
<element name="rentername" nillable="true" type="xsd:string"/>
|
|
56
|
+
<element name="rentalreturncity" nillable="true" type="xsd:string"/>
|
|
57
|
+
<element name="rentalreturnstatecountry" nillable="true" type="xsd:string"/>
|
|
58
|
+
<element name="rentalreturnlocationid" nillable="true" type="xsd:string"/>
|
|
59
|
+
</sequence>
|
|
60
|
+
</complexType>
|
|
61
|
+
<complexType name="CustomFields">
|
|
62
|
+
<sequence>
|
|
63
|
+
<element name="custom1" nillable="true" type="xsd:string"/>
|
|
64
|
+
<element name="custom2" nillable="true" type="xsd:string"/>
|
|
65
|
+
<element name="custom3" nillable="true" type="xsd:string"/>
|
|
66
|
+
<element name="custom4" nillable="true" type="xsd:string"/>
|
|
67
|
+
<element name="custom5" nillable="true" type="xsd:string"/>
|
|
68
|
+
<element name="custom6" nillable="true" type="xsd:string"/>
|
|
69
|
+
</sequence>
|
|
70
|
+
</complexType>
|
|
71
|
+
<complexType name="AutoRepair">
|
|
72
|
+
<sequence>
|
|
73
|
+
<element name="vin" nillable="true" type="xsd:string"/>
|
|
74
|
+
<element name="odometer" nillable="true" type="xsd:string"/>
|
|
75
|
+
<element name="workorder" nillable="true" type="xsd:string"/>
|
|
76
|
+
<element name="unit" nillable="true" type="xsd:string"/>
|
|
77
|
+
<element name="repaircode" nillable="true" type="xsd:string"/>
|
|
78
|
+
</sequence>
|
|
79
|
+
</complexType>
|
|
80
|
+
<complexType name="FSA">
|
|
81
|
+
<sequence>
|
|
82
|
+
<element name="healthcareflag" type="xsd:int"/>
|
|
83
|
+
<element name="rxamount" type="xsd:float"/>
|
|
84
|
+
</sequence>
|
|
85
|
+
</complexType>
|
|
86
|
+
<complexType name="PurchaseCardLevel2">
|
|
87
|
+
<sequence>
|
|
88
|
+
<element name="pocustomerrefid" nillable="true" type="xsd:string"/>
|
|
89
|
+
<element name="taxamount" type="xsd:float"/>
|
|
90
|
+
<element name="taxexempt" type="xsd:int"/>
|
|
91
|
+
</sequence>
|
|
92
|
+
</complexType>
|
|
93
|
+
<complexType name="Restaurant">
|
|
94
|
+
<sequence>
|
|
95
|
+
<element name="gratuityamount" type="xsd:float"/>
|
|
96
|
+
</sequence>
|
|
97
|
+
</complexType>
|
|
98
|
+
<complexType name="CreditCardInfo">
|
|
99
|
+
<sequence>
|
|
100
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
101
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
102
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
103
|
+
<element name="ccname" nillable="true" type="xsd:string"/>
|
|
104
|
+
<element name="swipedata" nillable="true" type="xsd:string"/>
|
|
105
|
+
<element name="cardpresent" type="xsd:int"/>
|
|
106
|
+
<element name="cardreaderpresent" type="xsd:int"/>
|
|
107
|
+
<element name="voiceauth" nillable="true" type="xsd:string"/>
|
|
108
|
+
<element name="track1" nillable="true" type="xsd:string"/>
|
|
109
|
+
<element name="track2" nillable="true" type="xsd:string"/>
|
|
110
|
+
<element name="ccnum" nillable="true" type="xsd:string"/>
|
|
111
|
+
<element name="cctype" nillable="true" type="xsd:string"/>
|
|
112
|
+
<element name="expmon" type="xsd:int"/>
|
|
113
|
+
<element name="expyear" type="xsd:int"/>
|
|
114
|
+
<element name="cvv2" type="xsd:int"/>
|
|
115
|
+
<element name="cvv2_cid" nillable="true" type="xsd:string"/>
|
|
116
|
+
<element name="amount" type="xsd:float"/>
|
|
117
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
118
|
+
<element name="companyname" nillable="true" type="xsd:string"/>
|
|
119
|
+
<element name="billaddress" nillable="true" type="tns1:address"/>
|
|
120
|
+
<element name="shipaddress" nillable="true" type="tns1:address"/>
|
|
121
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
122
|
+
<element name="dlnum" nillable="true" type="xsd:string"/>
|
|
123
|
+
<element name="ssnum" nillable="true" type="xsd:string"/>
|
|
124
|
+
<element name="phone" nillable="true" type="xsd:string"/>
|
|
125
|
+
<element name="dobday" nillable="true" type="xsd:string"/>
|
|
126
|
+
<element name="dobmonth" nillable="true" type="xsd:string"/>
|
|
127
|
+
<element name="dobyear" nillable="true" type="xsd:string"/>
|
|
128
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
129
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
130
|
+
<element name="recurring" nillable="true" type="tns1:Recur"/>
|
|
131
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
132
|
+
<element name="accttype" type="xsd:int"/>
|
|
133
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
134
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
135
|
+
<element name="industrycode" nillable="true" type="xsd:string"/>
|
|
136
|
+
<element name="dynamicdescriptor" nillable="true" type="xsd:string"/>
|
|
137
|
+
<element name="profileactiontype" type="xsd:int"/>
|
|
138
|
+
<element name="manualrecurring" type="xsd:int"/>
|
|
139
|
+
<element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
|
|
140
|
+
<element name="autorental" nillable="true" type="tns1:AutoRental"/>
|
|
141
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
142
|
+
<element name="autorepair" nillable="true" type="tns1:AutoRepair"/>
|
|
143
|
+
<element name="fsa" nillable="true" type="tns1:FSA"/>
|
|
144
|
+
<element name="purchasecardlevel2" nillable="true" type="tns1:PurchaseCardLevel2"/>
|
|
145
|
+
<element name="restaurant" nillable="true" type="tns1:Restaurant"/>
|
|
146
|
+
<element name="otp" nillable="true" type="xsd:string"/>
|
|
147
|
+
<element name="deviceid" nillable="true" type="xsd:string"/>
|
|
148
|
+
</sequence>
|
|
149
|
+
</complexType>
|
|
150
|
+
<complexType name="ProcessResult">
|
|
151
|
+
<sequence>
|
|
152
|
+
<element name="status" nillable="true" type="xsd:string"/>
|
|
153
|
+
<element name="result" nillable="true" type="xsd:string"/>
|
|
154
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
155
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
156
|
+
<element name="refcode" nillable="true" type="xsd:string"/>
|
|
157
|
+
<element name="authcode" nillable="true" type="xsd:string"/>
|
|
158
|
+
<element name="total" type="xsd:float"/>
|
|
159
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
160
|
+
<element name="transdate" nillable="true" type="xsd:dateTime"/>
|
|
161
|
+
<element name="paytype" nillable="true" type="xsd:string"/>
|
|
162
|
+
<element name="duplicate" type="xsd:int"/>
|
|
163
|
+
</sequence>
|
|
164
|
+
</complexType>
|
|
165
|
+
<complexType name="VoidCreditPost">
|
|
166
|
+
<sequence>
|
|
167
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
168
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
169
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
170
|
+
<element name="amount" type="xsd:float"/>
|
|
171
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
172
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
173
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
174
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
175
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
176
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
177
|
+
<element name="purchasecardlevel2" nillable="true" type="tns1:PurchaseCardLevel2"/>
|
|
178
|
+
<element name="restaurant" nillable="true" type="tns1:Restaurant"/>
|
|
179
|
+
</sequence>
|
|
180
|
+
</complexType>
|
|
181
|
+
<complexType name="ACHInfo">
|
|
182
|
+
<sequence>
|
|
183
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
184
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
185
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
186
|
+
<element name="firstname" nillable="true" type="xsd:string"/>
|
|
187
|
+
<element name="lastname" nillable="true" type="xsd:string"/>
|
|
188
|
+
<element name="ckname" nillable="true" type="xsd:string"/>
|
|
189
|
+
<element name="ckaba" nillable="true" type="xsd:string"/>
|
|
190
|
+
<element name="ckacct" nillable="true" type="xsd:string"/>
|
|
191
|
+
<element name="ckno" nillable="true" type="xsd:string"/>
|
|
192
|
+
<element name="cktype" nillable="true" type="xsd:string"/>
|
|
193
|
+
<element name="amount" type="xsd:float"/>
|
|
194
|
+
<element name="ckmicrdata" nillable="true" type="xsd:string"/>
|
|
195
|
+
<element name="ckterminalcity" nillable="true" type="xsd:string"/>
|
|
196
|
+
<element name="ckterminalstate" nillable="true" type="xsd:string"/>
|
|
197
|
+
<element name="ckaccttype" nillable="true" type="xsd:string"/>
|
|
198
|
+
<element name="ckimagefront" nillable="true" type="xsd:string"/>
|
|
199
|
+
<element name="ckimageback" nillable="true" type="xsd:string"/>
|
|
200
|
+
<element name="ckimagetype" nillable="true" type="xsd:string"/>
|
|
201
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
202
|
+
<element name="ckaccttypedesc" nillable="true" type="xsd:string"/>
|
|
203
|
+
<element name="verificationflag" nillable="true" type="xsd:string"/>
|
|
204
|
+
<element name="companyname" nillable="true" type="xsd:string"/>
|
|
205
|
+
<element name="billaddress" nillable="true" type="tns1:address"/>
|
|
206
|
+
<element name="shipaddress" nillable="true" type="tns1:address"/>
|
|
207
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
208
|
+
<element name="dlnum" nillable="true" type="xsd:string"/>
|
|
209
|
+
<element name="ssnum" nillable="true" type="xsd:string"/>
|
|
210
|
+
<element name="phone" nillable="true" type="xsd:string"/>
|
|
211
|
+
<element name="dobday" nillable="true" type="xsd:string"/>
|
|
212
|
+
<element name="dobmonth" nillable="true" type="xsd:string"/>
|
|
213
|
+
<element name="dobyear" nillable="true" type="xsd:string"/>
|
|
214
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
215
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
216
|
+
<element name="recurring" nillable="true" type="tns1:Recur"/>
|
|
217
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
218
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
219
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
220
|
+
<element name="industrycode" nillable="true" type="xsd:string"/>
|
|
221
|
+
<element name="profileactiontype" type="xsd:int"/>
|
|
222
|
+
<element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
|
|
223
|
+
<element name="autorental" nillable="true" type="tns1:AutoRental"/>
|
|
224
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
225
|
+
</sequence>
|
|
226
|
+
</complexType>
|
|
227
|
+
<complexType name="ACHCheck21Info">
|
|
228
|
+
<sequence>
|
|
229
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
230
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
231
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
232
|
+
<element name="ckname" nillable="true" type="xsd:string"/>
|
|
233
|
+
<element name="firstname" nillable="true" type="xsd:string"/>
|
|
234
|
+
<element name="lastname" nillable="true" type="xsd:string"/>
|
|
235
|
+
<element name="ckaba" nillable="true" type="xsd:string"/>
|
|
236
|
+
<element name="ckacct" nillable="true" type="xsd:string"/>
|
|
237
|
+
<element name="ckno" nillable="true" type="xsd:string"/>
|
|
238
|
+
<element name="cktype" nillable="true" type="xsd:string"/>
|
|
239
|
+
<element name="amount" type="xsd:float"/>
|
|
240
|
+
<element name="ckmicrdata" nillable="true" type="xsd:string"/>
|
|
241
|
+
<element name="ckterminalcity" nillable="true" type="xsd:string"/>
|
|
242
|
+
<element name="ckterminalstate" nillable="true" type="xsd:string"/>
|
|
243
|
+
<element name="ckaccttype" nillable="true" type="xsd:string"/>
|
|
244
|
+
<element name="ckimagefront" nillable="true" type="xsd:string"/>
|
|
245
|
+
<element name="ckimageback" nillable="true" type="xsd:string"/>
|
|
246
|
+
<element name="ckimagetype" nillable="true" type="xsd:string"/>
|
|
247
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
248
|
+
<element name="companyname" nillable="true" type="xsd:string"/>
|
|
249
|
+
<element name="billaddress" nillable="true" type="tns1:address"/>
|
|
250
|
+
<element name="shipaddress" nillable="true" type="tns1:address"/>
|
|
251
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
252
|
+
<element name="dlnum" nillable="true" type="xsd:string"/>
|
|
253
|
+
<element name="ssnum" nillable="true" type="xsd:string"/>
|
|
254
|
+
<element name="phone" nillable="true" type="xsd:string"/>
|
|
255
|
+
<element name="dobday" nillable="true" type="xsd:string"/>
|
|
256
|
+
<element name="dobmonth" nillable="true" type="xsd:string"/>
|
|
257
|
+
<element name="dobyear" nillable="true" type="xsd:string"/>
|
|
258
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
259
|
+
<element name="memoline1" nillable="true" type="xsd:string"/>
|
|
260
|
+
<element name="memoline2" nillable="true" type="xsd:string"/>
|
|
261
|
+
<element name="memoline3" nillable="true" type="xsd:string"/>
|
|
262
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
263
|
+
<element name="recurring" nillable="true" type="tns1:Recur"/>
|
|
264
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
265
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
266
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
267
|
+
<element name="industrycode" nillable="true" type="xsd:string"/>
|
|
268
|
+
<element name="billstreet" nillable="true" type="xsd:string"/>
|
|
269
|
+
<element name="housenumber" nillable="true" type="xsd:string"/>
|
|
270
|
+
<element name="zip4" nillable="true" type="xsd:string"/>
|
|
271
|
+
<element name="riskmodifier" nillable="true" type="xsd:string"/>
|
|
272
|
+
<element name="authenticationmodifier" nillable="true" type="xsd:string"/>
|
|
273
|
+
<element name="insurancemodifier" nillable="true" type="xsd:string"/>
|
|
274
|
+
<element name="profileactiontype" type="xsd:int"/>
|
|
275
|
+
<element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
|
|
276
|
+
<element name="autorental" nillable="true" type="tns1:AutoRental"/>
|
|
277
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
278
|
+
</sequence>
|
|
279
|
+
</complexType>
|
|
280
|
+
<complexType name="DebitInfo">
|
|
281
|
+
<sequence>
|
|
282
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
283
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
284
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
285
|
+
<element name="ccname" nillable="true" type="xsd:string"/>
|
|
286
|
+
<element name="swipedata" nillable="true" type="xsd:string"/>
|
|
287
|
+
<element name="cardpresent" type="xsd:int"/>
|
|
288
|
+
<element name="cardreaderpresent" type="xsd:int"/>
|
|
289
|
+
<element name="customerid" nillable="true" type="xsd:string"/>
|
|
290
|
+
<element name="cashbackamount" type="xsd:float"/>
|
|
291
|
+
<element name="amount" type="xsd:float"/>
|
|
292
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
293
|
+
<element name="companyname" nillable="true" type="xsd:string"/>
|
|
294
|
+
<element name="billaddress" nillable="true" type="tns1:address"/>
|
|
295
|
+
<element name="shipaddress" nillable="true" type="tns1:address"/>
|
|
296
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
297
|
+
<element name="dlnum" nillable="true" type="xsd:string"/>
|
|
298
|
+
<element name="ssnum" nillable="true" type="xsd:string"/>
|
|
299
|
+
<element name="phone" nillable="true" type="xsd:string"/>
|
|
300
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
301
|
+
<element name="dobday" nillable="true" type="xsd:string"/>
|
|
302
|
+
<element name="dobmonth" nillable="true" type="xsd:string"/>
|
|
303
|
+
<element name="dobyear" nillable="true" type="xsd:string"/>
|
|
304
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
305
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
306
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
307
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
308
|
+
<element name="industrycode" nillable="true" type="xsd:string"/>
|
|
309
|
+
<element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
|
|
310
|
+
<element name="autorental" nillable="true" type="tns1:AutoRental"/>
|
|
311
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
312
|
+
</sequence>
|
|
313
|
+
</complexType>
|
|
314
|
+
<complexType name="DebitReturn">
|
|
315
|
+
<sequence>
|
|
316
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
317
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
318
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
319
|
+
<element name="amount" type="xsd:float"/>
|
|
320
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
321
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
322
|
+
<element name="swipedata" nillable="true" type="xsd:string"/>
|
|
323
|
+
<element name="customerid" nillable="true" type="xsd:string"/>
|
|
324
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
325
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
326
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
327
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
328
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
329
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
330
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
331
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
332
|
+
</sequence>
|
|
333
|
+
</complexType>
|
|
334
|
+
<complexType name="ProcessProfileResult">
|
|
335
|
+
<sequence>
|
|
336
|
+
<element name="status" nillable="true" type="xsd:string"/>
|
|
337
|
+
<element name="result" nillable="true" type="xsd:string"/>
|
|
338
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
339
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
340
|
+
<element name="refcode" nillable="true" type="xsd:string"/>
|
|
341
|
+
<element name="authcode" nillable="true" type="xsd:string"/>
|
|
342
|
+
<element name="total" type="xsd:float"/>
|
|
343
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
344
|
+
<element name="transdate" nillable="true" type="xsd:dateTime"/>
|
|
345
|
+
<element name="paytype" nillable="true" type="xsd:string"/>
|
|
346
|
+
<element name="duplicate" type="xsd:int"/>
|
|
347
|
+
<element name="userprofileid" nillable="true" type="xsd:string"/>
|
|
348
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
349
|
+
<element name="ccnum_decrypt" nillable="true" type="xsd:string"/>
|
|
350
|
+
<element name="expdate_decrypt" nillable="true" type="xsd:string"/>
|
|
351
|
+
<element name="billaddr1" nillable="true" type="xsd:string"/>
|
|
352
|
+
<element name="billaddr2" nillable="true" type="xsd:string"/>
|
|
353
|
+
<element name="billcity" nillable="true" type="xsd:string"/>
|
|
354
|
+
<element name="billstate" nillable="true" type="xsd:string"/>
|
|
355
|
+
<element name="billzip" nillable="true" type="xsd:string"/>
|
|
356
|
+
</sequence>
|
|
357
|
+
</complexType>
|
|
358
|
+
<complexType name="ProfileRetrieve">
|
|
359
|
+
<sequence>
|
|
360
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
361
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
362
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
363
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
364
|
+
<element name="userprofileid" nillable="true" type="xsd:string"/>
|
|
365
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
366
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
367
|
+
</sequence>
|
|
368
|
+
</complexType>
|
|
369
|
+
<complexType name="ProfileDelete">
|
|
370
|
+
<sequence>
|
|
371
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
372
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
373
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
374
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
375
|
+
<element name="userprofileid" nillable="true" type="xsd:string"/>
|
|
376
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
377
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
378
|
+
</sequence>
|
|
379
|
+
</complexType>
|
|
380
|
+
<complexType name="ProfileSale">
|
|
381
|
+
<sequence>
|
|
382
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
383
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
384
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
385
|
+
<element name="amount" type="xsd:float"/>
|
|
386
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
387
|
+
<element name="userprofileid" nillable="true" type="xsd:string"/>
|
|
388
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
389
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
390
|
+
<element name="authonly" type="xsd:int"/>
|
|
391
|
+
<element name="cvv2" type="xsd:int"/>
|
|
392
|
+
<element name="cvv2_cid" nillable="true" type="xsd:string"/>
|
|
393
|
+
<element name="swipedata" nillable="true" type="xsd:string"/>
|
|
394
|
+
<element name="voiceauth" nillable="true" type="xsd:string"/>
|
|
395
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
396
|
+
<element name="manualrecurring" type="xsd:int"/>
|
|
397
|
+
<element name="recurring" nillable="true" type="tns1:Recur"/>
|
|
398
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
399
|
+
<element name="industrycode" nillable="true" type="xsd:string"/>
|
|
400
|
+
<element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
|
|
401
|
+
<element name="autorental" nillable="true" type="tns1:AutoRental"/>
|
|
402
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
403
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
404
|
+
<element name="fsa" nillable="true" type="tns1:FSA"/>
|
|
405
|
+
<element name="purchasecardlevel2" nillable="true" type="tns1:PurchaseCardLevel2"/>
|
|
406
|
+
<element name="otp" nillable="true" type="xsd:string"/>
|
|
407
|
+
<element name="deviceid" nillable="true" type="xsd:string"/>
|
|
408
|
+
</sequence>
|
|
409
|
+
</complexType>
|
|
410
|
+
<complexType name="ProfileUpdate">
|
|
411
|
+
<sequence>
|
|
412
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
413
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
414
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
415
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
416
|
+
<element name="userprofileid" nillable="true" type="xsd:string"/>
|
|
417
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
418
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
419
|
+
<element name="ckname" nillable="true" type="xsd:string"/>
|
|
420
|
+
<element name="ckaba" nillable="true" type="xsd:string"/>
|
|
421
|
+
<element name="ckacct" nillable="true" type="xsd:string"/>
|
|
422
|
+
<element name="ckno" nillable="true" type="xsd:string"/>
|
|
423
|
+
<element name="cktype" nillable="true" type="xsd:string"/>
|
|
424
|
+
<element name="ckaccttype" nillable="true" type="xsd:string"/>
|
|
425
|
+
<element name="ccname" nillable="true" type="xsd:string"/>
|
|
426
|
+
<element name="swipedata" nillable="true" type="xsd:string"/>
|
|
427
|
+
<element name="cardpresent" type="xsd:int"/>
|
|
428
|
+
<element name="cardreaderpresent" type="xsd:int"/>
|
|
429
|
+
<element name="track1" nillable="true" type="xsd:string"/>
|
|
430
|
+
<element name="track2" nillable="true" type="xsd:string"/>
|
|
431
|
+
<element name="ccnum" nillable="true" type="xsd:string"/>
|
|
432
|
+
<element name="cctype" nillable="true" type="xsd:string"/>
|
|
433
|
+
<element name="expmon" type="xsd:int"/>
|
|
434
|
+
<element name="expyear" type="xsd:int"/>
|
|
435
|
+
<element name="cvv2" type="xsd:int"/>
|
|
436
|
+
<element name="cvv2_cid" nillable="true" type="xsd:string"/>
|
|
437
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
438
|
+
<element name="companyname" nillable="true" type="xsd:string"/>
|
|
439
|
+
<element name="billaddress" nillable="true" type="tns1:address"/>
|
|
440
|
+
<element name="shipaddress" nillable="true" type="tns1:address"/>
|
|
441
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
442
|
+
<element name="dlnum" nillable="true" type="xsd:string"/>
|
|
443
|
+
<element name="ssnum" nillable="true" type="xsd:string"/>
|
|
444
|
+
<element name="phone" nillable="true" type="xsd:string"/>
|
|
445
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
446
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
447
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
448
|
+
</sequence>
|
|
449
|
+
</complexType>
|
|
450
|
+
<complexType name="ProfileCredit">
|
|
451
|
+
<sequence>
|
|
452
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
453
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
454
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
455
|
+
<element name="amount" type="xsd:float"/>
|
|
456
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
457
|
+
<element name="userprofileid" nillable="true" type="xsd:string"/>
|
|
458
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
459
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
460
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
461
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
462
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
463
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
464
|
+
</sequence>
|
|
465
|
+
</complexType>
|
|
466
|
+
<complexType name="VoidCreditCheck21">
|
|
467
|
+
<sequence>
|
|
468
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
469
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
470
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
471
|
+
<element name="amount" type="xsd:float"/>
|
|
472
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
473
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
474
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
475
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
476
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
477
|
+
<element name="senddate" nillable="true" type="xsd:string"/>
|
|
478
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
479
|
+
</sequence>
|
|
480
|
+
</complexType>
|
|
481
|
+
<complexType name="TransRetrieve">
|
|
482
|
+
<sequence>
|
|
483
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
484
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
485
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
486
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
487
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
488
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
489
|
+
</sequence>
|
|
490
|
+
</complexType>
|
|
491
|
+
<complexType name="RecurRetrieve">
|
|
492
|
+
<sequence>
|
|
493
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
494
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
495
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
496
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
497
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
498
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
499
|
+
</sequence>
|
|
500
|
+
</complexType>
|
|
501
|
+
<complexType name="ProcessRecurRetrieveResult">
|
|
502
|
+
<sequence>
|
|
503
|
+
<element name="status" nillable="true" type="xsd:string"/>
|
|
504
|
+
<element name="result" nillable="true" type="xsd:string"/>
|
|
505
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
506
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
507
|
+
<element name="refcode" nillable="true" type="xsd:string"/>
|
|
508
|
+
<element name="authcode" nillable="true" type="xsd:string"/>
|
|
509
|
+
<element name="total" type="xsd:float"/>
|
|
510
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
511
|
+
<element name="transdate" nillable="true" type="xsd:dateTime"/>
|
|
512
|
+
<element name="paytype" nillable="true" type="xsd:string"/>
|
|
513
|
+
<element name="duplicate" type="xsd:int"/>
|
|
514
|
+
<element name="recurbillingamount" nillable="true" type="xsd:string"/>
|
|
515
|
+
<element name="recurnextbillingdate" nillable="true" type="xsd:string"/>
|
|
516
|
+
<element name="recurbillingcycle" nillable="true" type="xsd:string"/>
|
|
517
|
+
<element name="recurbillingmax" nillable="true" type="xsd:string"/>
|
|
518
|
+
<element name="recurcanceldate" nillable="true" type="xsd:string"/>
|
|
519
|
+
<element name="recurlastattempted" nillable="true" type="xsd:string"/>
|
|
520
|
+
<element name="recurbillingstatus" nillable="true" type="xsd:string"/>
|
|
521
|
+
<element name="recurtotalaccept" nillable="true" type="xsd:string"/>
|
|
522
|
+
</sequence>
|
|
523
|
+
</complexType>
|
|
524
|
+
<complexType name="C21ICLInfo">
|
|
525
|
+
<sequence>
|
|
526
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
527
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
528
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
529
|
+
<element name="ckname" nillable="true" type="xsd:string"/>
|
|
530
|
+
<element name="firstname" nillable="true" type="xsd:string"/>
|
|
531
|
+
<element name="lastname" nillable="true" type="xsd:string"/>
|
|
532
|
+
<element name="ckaba" nillable="true" type="xsd:string"/>
|
|
533
|
+
<element name="ckacct" nillable="true" type="xsd:string"/>
|
|
534
|
+
<element name="ckno" nillable="true" type="xsd:string"/>
|
|
535
|
+
<element name="cktype" nillable="true" type="xsd:string"/>
|
|
536
|
+
<element name="amount" type="xsd:float"/>
|
|
537
|
+
<element name="ckmicrdata" nillable="true" type="xsd:string"/>
|
|
538
|
+
<element name="ckterminalcity" nillable="true" type="xsd:string"/>
|
|
539
|
+
<element name="ckterminalstate" nillable="true" type="xsd:string"/>
|
|
540
|
+
<element name="ckaccttype" nillable="true" type="xsd:string"/>
|
|
541
|
+
<element name="ckimagefront" nillable="true" type="xsd:string"/>
|
|
542
|
+
<element name="ckimageback" nillable="true" type="xsd:string"/>
|
|
543
|
+
<element name="ckimagetype" nillable="true" type="xsd:string"/>
|
|
544
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
545
|
+
<element name="companyname" nillable="true" type="xsd:string"/>
|
|
546
|
+
<element name="billaddress" nillable="true" type="tns1:address"/>
|
|
547
|
+
<element name="shipaddress" nillable="true" type="tns1:address"/>
|
|
548
|
+
<element name="email" nillable="true" type="xsd:string"/>
|
|
549
|
+
<element name="dlnum" nillable="true" type="xsd:string"/>
|
|
550
|
+
<element name="ssnum" nillable="true" type="xsd:string"/>
|
|
551
|
+
<element name="phone" nillable="true" type="xsd:string"/>
|
|
552
|
+
<element name="memo" nillable="true" type="xsd:string"/>
|
|
553
|
+
<element name="dobday" nillable="true" type="xsd:string"/>
|
|
554
|
+
<element name="dobmonth" nillable="true" type="xsd:string"/>
|
|
555
|
+
<element name="dobyear" nillable="true" type="xsd:string"/>
|
|
556
|
+
<element name="memoline1" nillable="true" type="xsd:string"/>
|
|
557
|
+
<element name="memoline2" nillable="true" type="xsd:string"/>
|
|
558
|
+
<element name="memoline3" nillable="true" type="xsd:string"/>
|
|
559
|
+
<element name="customizedemail" nillable="true" type="tns1:customEmail"/>
|
|
560
|
+
<element name="recurring" nillable="true" type="tns1:Recur"/>
|
|
561
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
562
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
563
|
+
<element name="currencycode" nillable="true" type="xsd:string"/>
|
|
564
|
+
<element name="industrycode" nillable="true" type="xsd:string"/>
|
|
565
|
+
<element name="billstreet" nillable="true" type="xsd:string"/>
|
|
566
|
+
<element name="housenumber" nillable="true" type="xsd:string"/>
|
|
567
|
+
<element name="zip4" nillable="true" type="xsd:string"/>
|
|
568
|
+
<element name="riskmodifier" nillable="true" type="xsd:string"/>
|
|
569
|
+
<element name="authenticationmodifier" nillable="true" type="xsd:string"/>
|
|
570
|
+
<element name="insurancemodifier" nillable="true" type="xsd:string"/>
|
|
571
|
+
<element name="profileactiontype" type="xsd:int"/>
|
|
572
|
+
<element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
|
|
573
|
+
<element name="autorental" nillable="true" type="tns1:AutoRental"/>
|
|
574
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
575
|
+
</sequence>
|
|
576
|
+
</complexType>
|
|
577
|
+
<complexType name="VoidCreditC21ICL">
|
|
578
|
+
<sequence>
|
|
579
|
+
<element name="acctid" nillable="true" type="xsd:string"/>
|
|
580
|
+
<element name="accountkey" nillable="true" type="xsd:string"/>
|
|
581
|
+
<element name="subid" nillable="true" type="xsd:string"/>
|
|
582
|
+
<element name="amount" type="xsd:float"/>
|
|
583
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
584
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
585
|
+
<element name="ipaddress" nillable="true" type="xsd:string"/>
|
|
586
|
+
<element name="merchantpin" nillable="true" type="xsd:string"/>
|
|
587
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
588
|
+
<element name="senddate" nillable="true" type="xsd:string"/>
|
|
589
|
+
<element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
|
|
590
|
+
</sequence>
|
|
591
|
+
</complexType>
|
|
592
|
+
<complexType name="ProcessResults">
|
|
593
|
+
<sequence>
|
|
594
|
+
<element name="status" nillable="true" type="xsd:string"/>
|
|
595
|
+
<element name="result" nillable="true" type="xsd:string"/>
|
|
596
|
+
<element name="historyid" nillable="true" type="xsd:string"/>
|
|
597
|
+
<element name="orderid" nillable="true" type="xsd:string"/>
|
|
598
|
+
<element name="refcode" nillable="true" type="xsd:string"/>
|
|
599
|
+
<element name="authcode" nillable="true" type="xsd:string"/>
|
|
600
|
+
<element name="total" type="xsd:float"/>
|
|
601
|
+
<element name="merchantordernumber" nillable="true" type="xsd:string"/>
|
|
602
|
+
<element name="transdate" nillable="true" type="xsd:dateTime"/>
|
|
603
|
+
<element name="paytype" nillable="true" type="xsd:string"/>
|
|
604
|
+
<element name="duplicate" type="xsd:int"/>
|
|
605
|
+
<element name="avsresult" nillable="true" type="xsd:string"/>
|
|
606
|
+
<element name="cvv2result" nillable="true" type="xsd:string"/>
|
|
607
|
+
<element name="batchnumber" nillable="true" type="xsd:string"/>
|
|
608
|
+
<element name="last4digits" nillable="true" type="xsd:string"/>
|
|
609
|
+
<element name="actioncode" nillable="true" type="xsd:string"/>
|
|
610
|
+
<element name="recurbillingamount" nillable="true" type="xsd:string"/>
|
|
611
|
+
<element name="recurnextbillingdate" nillable="true" type="xsd:string"/>
|
|
612
|
+
<element name="recurbillingcycle" nillable="true" type="xsd:string"/>
|
|
613
|
+
<element name="recurbillingmax" nillable="true" type="xsd:string"/>
|
|
614
|
+
<element name="recurcanceldate" nillable="true" type="xsd:string"/>
|
|
615
|
+
<element name="recurlastattempted" nillable="true" type="xsd:string"/>
|
|
616
|
+
<element name="recurbillingstatus" nillable="true" type="xsd:string"/>
|
|
617
|
+
<element name="recurtotalaccept" nillable="true" type="xsd:string"/>
|
|
618
|
+
<element name="achrcode" nillable="true" type="xsd:string"/>
|
|
619
|
+
<element name="transactiontype" nillable="true" type="xsd:string"/>
|
|
620
|
+
<element name="additionaldata" nillable="true" type="xsd:string"/>
|
|
621
|
+
</sequence>
|
|
622
|
+
</complexType>
|
|
623
|
+
</schema>
|
|
624
|
+
</wsdl:types>
|
|
625
|
+
|
|
626
|
+
<wsdl:message name="processDebitReturnsRequest">
|
|
627
|
+
|
|
628
|
+
<wsdl:part name="debitreturn" type="tns1:DebitReturn"/>
|
|
629
|
+
|
|
630
|
+
</wsdl:message>
|
|
631
|
+
|
|
632
|
+
<wsdl:message name="processProfileCreditRequest">
|
|
633
|
+
|
|
634
|
+
<wsdl:part name="miscprocess" type="tns1:ProfileCredit"/>
|
|
635
|
+
|
|
636
|
+
</wsdl:message>
|
|
637
|
+
|
|
638
|
+
<wsdl:message name="processC21ICLVoidRequest">
|
|
639
|
+
|
|
640
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditC21ICL"/>
|
|
641
|
+
|
|
642
|
+
</wsdl:message>
|
|
643
|
+
|
|
644
|
+
<wsdl:message name="processACHVerificationRequest">
|
|
645
|
+
|
|
646
|
+
<wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
|
|
647
|
+
|
|
648
|
+
</wsdl:message>
|
|
649
|
+
|
|
650
|
+
<wsdl:message name="processExtACHConsumerDisbursementResponse">
|
|
651
|
+
|
|
652
|
+
<wsdl:part name="processExtACHConsumerDisbursementReturn" type="tns1:ProcessResult"/>
|
|
653
|
+
|
|
654
|
+
</wsdl:message>
|
|
655
|
+
|
|
656
|
+
<wsdl:message name="processCCCreditsRequest">
|
|
657
|
+
|
|
658
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
659
|
+
|
|
660
|
+
</wsdl:message>
|
|
661
|
+
|
|
662
|
+
<wsdl:message name="processCCProfileAddResponse">
|
|
663
|
+
|
|
664
|
+
<wsdl:part name="processCCProfileAddReturn" type="tns1:ProcessProfileResult"/>
|
|
665
|
+
|
|
666
|
+
</wsdl:message>
|
|
667
|
+
|
|
668
|
+
<wsdl:message name="processProfileUpdateRequest">
|
|
669
|
+
|
|
670
|
+
<wsdl:part name="miscprocess" type="tns1:ProfileUpdate"/>
|
|
671
|
+
|
|
672
|
+
</wsdl:message>
|
|
673
|
+
|
|
674
|
+
<wsdl:message name="processProfileCreditResponse">
|
|
675
|
+
|
|
676
|
+
<wsdl:part name="processProfileCreditReturn" type="tns1:ProcessProfileResult"/>
|
|
677
|
+
|
|
678
|
+
</wsdl:message>
|
|
679
|
+
|
|
680
|
+
<wsdl:message name="processACHSaleResponse">
|
|
681
|
+
|
|
682
|
+
<wsdl:part name="processACHSaleReturn" type="tns1:ProcessResult"/>
|
|
683
|
+
|
|
684
|
+
</wsdl:message>
|
|
685
|
+
|
|
686
|
+
<wsdl:message name="processC21ICLCreditResponse">
|
|
687
|
+
|
|
688
|
+
<wsdl:part name="processC21ICLCreditReturn" type="tns1:ProcessResult"/>
|
|
689
|
+
|
|
690
|
+
</wsdl:message>
|
|
691
|
+
|
|
692
|
+
<wsdl:message name="processC21RCCCreditResponse">
|
|
693
|
+
|
|
694
|
+
<wsdl:part name="processC21RCCCreditReturn" type="tns1:ProcessResult"/>
|
|
695
|
+
|
|
696
|
+
</wsdl:message>
|
|
697
|
+
|
|
698
|
+
<wsdl:message name="processC21ICLCreditRequest">
|
|
699
|
+
|
|
700
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditC21ICL"/>
|
|
701
|
+
|
|
702
|
+
</wsdl:message>
|
|
703
|
+
|
|
704
|
+
<wsdl:message name="processCCSalesResponse">
|
|
705
|
+
|
|
706
|
+
<wsdl:part name="processCCSalesReturn" type="tns1:ProcessResults"/>
|
|
707
|
+
|
|
708
|
+
</wsdl:message>
|
|
709
|
+
|
|
710
|
+
<wsdl:message name="processProfileDeleteResponse">
|
|
711
|
+
|
|
712
|
+
<wsdl:part name="processProfileDeleteReturn" type="tns1:ProcessProfileResult"/>
|
|
713
|
+
|
|
714
|
+
</wsdl:message>
|
|
715
|
+
|
|
716
|
+
<wsdl:message name="processTransRetrieveRequest">
|
|
717
|
+
|
|
718
|
+
<wsdl:part name="miscprocess" type="tns1:TransRetrieve"/>
|
|
719
|
+
|
|
720
|
+
</wsdl:message>
|
|
721
|
+
|
|
722
|
+
<wsdl:message name="processCKProfileAddRequest">
|
|
723
|
+
|
|
724
|
+
<wsdl:part name="achinfo" type="tns1:ACHInfo"/>
|
|
725
|
+
|
|
726
|
+
</wsdl:message>
|
|
727
|
+
|
|
728
|
+
<wsdl:message name="processDebitSalesRequest">
|
|
729
|
+
|
|
730
|
+
<wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
|
|
731
|
+
|
|
732
|
+
</wsdl:message>
|
|
733
|
+
|
|
734
|
+
<wsdl:message name="processDebitSaleResponse">
|
|
735
|
+
|
|
736
|
+
<wsdl:part name="processDebitSaleReturn" type="tns1:ProcessResult"/>
|
|
737
|
+
|
|
738
|
+
</wsdl:message>
|
|
739
|
+
|
|
740
|
+
<wsdl:message name="processCCCreditsResponse">
|
|
741
|
+
|
|
742
|
+
<wsdl:part name="processCCCreditsReturn" type="tns1:ProcessResults"/>
|
|
743
|
+
|
|
744
|
+
</wsdl:message>
|
|
745
|
+
|
|
746
|
+
<wsdl:message name="processExtACHConsumerDisbursementRequest">
|
|
747
|
+
|
|
748
|
+
<wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
|
|
749
|
+
|
|
750
|
+
</wsdl:message>
|
|
751
|
+
|
|
752
|
+
<wsdl:message name="processCreditRequest">
|
|
753
|
+
|
|
754
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
755
|
+
|
|
756
|
+
</wsdl:message>
|
|
757
|
+
|
|
758
|
+
<wsdl:message name="processDebitReturnsResponse">
|
|
759
|
+
|
|
760
|
+
<wsdl:part name="processDebitReturnsReturn" type="tns1:ProcessResults"/>
|
|
761
|
+
|
|
762
|
+
</wsdl:message>
|
|
763
|
+
|
|
764
|
+
<wsdl:message name="processCCProfileAddRequest">
|
|
765
|
+
|
|
766
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
767
|
+
|
|
768
|
+
</wsdl:message>
|
|
769
|
+
|
|
770
|
+
<wsdl:message name="processCCAuthRequest">
|
|
771
|
+
|
|
772
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
773
|
+
|
|
774
|
+
</wsdl:message>
|
|
775
|
+
|
|
776
|
+
<wsdl:message name="processExtACHCreditRequest">
|
|
777
|
+
|
|
778
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
779
|
+
|
|
780
|
+
</wsdl:message>
|
|
781
|
+
|
|
782
|
+
<wsdl:message name="processCCAuthsResponse">
|
|
783
|
+
|
|
784
|
+
<wsdl:part name="processCCAuthsReturn" type="tns1:ProcessResults"/>
|
|
785
|
+
|
|
786
|
+
</wsdl:message>
|
|
787
|
+
|
|
788
|
+
<wsdl:message name="processC21RCCSaleResponse">
|
|
789
|
+
|
|
790
|
+
<wsdl:part name="processC21RCCSaleReturn" type="tns1:ProcessResult"/>
|
|
791
|
+
|
|
792
|
+
</wsdl:message>
|
|
793
|
+
|
|
794
|
+
<wsdl:message name="processCCSaleResponse">
|
|
795
|
+
|
|
796
|
+
<wsdl:part name="processCCSaleReturn" type="tns1:ProcessResult"/>
|
|
797
|
+
|
|
798
|
+
</wsdl:message>
|
|
799
|
+
|
|
800
|
+
<wsdl:message name="processC21RCCCreditRequest">
|
|
801
|
+
|
|
802
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
803
|
+
|
|
804
|
+
</wsdl:message>
|
|
805
|
+
|
|
806
|
+
<wsdl:message name="processACHCreditResponse">
|
|
807
|
+
|
|
808
|
+
<wsdl:part name="processACHCreditReturn" type="tns1:ProcessResult"/>
|
|
809
|
+
|
|
810
|
+
</wsdl:message>
|
|
811
|
+
|
|
812
|
+
<wsdl:message name="processExtACHVoidRequest">
|
|
813
|
+
|
|
814
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
815
|
+
|
|
816
|
+
</wsdl:message>
|
|
817
|
+
|
|
818
|
+
<wsdl:message name="processCCVoidResponse">
|
|
819
|
+
|
|
820
|
+
<wsdl:part name="processCCVoidReturn" type="tns1:ProcessResult"/>
|
|
821
|
+
|
|
822
|
+
</wsdl:message>
|
|
823
|
+
|
|
824
|
+
<wsdl:message name="processCCAuthsRequest">
|
|
825
|
+
|
|
826
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
827
|
+
|
|
828
|
+
</wsdl:message>
|
|
829
|
+
|
|
830
|
+
<wsdl:message name="processC21RCCSaleRequest">
|
|
831
|
+
|
|
832
|
+
<wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
|
|
833
|
+
|
|
834
|
+
</wsdl:message>
|
|
835
|
+
|
|
836
|
+
<wsdl:message name="processCCAuthenticationRequest">
|
|
837
|
+
|
|
838
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
839
|
+
|
|
840
|
+
</wsdl:message>
|
|
841
|
+
|
|
842
|
+
<wsdl:message name="processCCCreditRequest">
|
|
843
|
+
|
|
844
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
845
|
+
|
|
846
|
+
</wsdl:message>
|
|
847
|
+
|
|
848
|
+
<wsdl:message name="processProfileRetrieveResponse">
|
|
849
|
+
|
|
850
|
+
<wsdl:part name="processProfileRetrieveReturn" type="tns1:ProcessProfileResult"/>
|
|
851
|
+
|
|
852
|
+
</wsdl:message>
|
|
853
|
+
|
|
854
|
+
<wsdl:message name="processExtACHVoidResponse">
|
|
855
|
+
|
|
856
|
+
<wsdl:part name="processExtACHVoidReturn" type="tns1:ProcessResult"/>
|
|
857
|
+
|
|
858
|
+
</wsdl:message>
|
|
859
|
+
|
|
860
|
+
<wsdl:message name="processTransRetrieveResponse">
|
|
861
|
+
|
|
862
|
+
<wsdl:part name="processTransRetrieveReturn" type="tns1:ProcessResult"/>
|
|
863
|
+
|
|
864
|
+
</wsdl:message>
|
|
865
|
+
|
|
866
|
+
<wsdl:message name="processCKProfileAddResponse">
|
|
867
|
+
|
|
868
|
+
<wsdl:part name="processCKProfileAddReturn" type="tns1:ProcessProfileResult"/>
|
|
869
|
+
|
|
870
|
+
</wsdl:message>
|
|
871
|
+
|
|
872
|
+
<wsdl:message name="processDebitSalesResponse">
|
|
873
|
+
|
|
874
|
+
<wsdl:part name="processDebitSalesReturn" type="tns1:ProcessResults"/>
|
|
875
|
+
|
|
876
|
+
</wsdl:message>
|
|
877
|
+
|
|
878
|
+
<wsdl:message name="processProfileSaleResponse">
|
|
879
|
+
|
|
880
|
+
<wsdl:part name="processProfileSaleReturn" type="tns1:ProcessProfileResult"/>
|
|
881
|
+
|
|
882
|
+
</wsdl:message>
|
|
883
|
+
|
|
884
|
+
<wsdl:message name="processCCPostRequest">
|
|
885
|
+
|
|
886
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
887
|
+
|
|
888
|
+
</wsdl:message>
|
|
889
|
+
|
|
890
|
+
<wsdl:message name="processC21RCCVoidRequest">
|
|
891
|
+
|
|
892
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
893
|
+
|
|
894
|
+
</wsdl:message>
|
|
895
|
+
|
|
896
|
+
<wsdl:message name="processCCPostResponse">
|
|
897
|
+
|
|
898
|
+
<wsdl:part name="processCCPostReturn" type="tns1:ProcessResult"/>
|
|
899
|
+
|
|
900
|
+
</wsdl:message>
|
|
901
|
+
|
|
902
|
+
<wsdl:message name="processProfileDeleteRequest">
|
|
903
|
+
|
|
904
|
+
<wsdl:part name="miscprocess" type="tns1:ProfileDelete"/>
|
|
905
|
+
|
|
906
|
+
</wsdl:message>
|
|
907
|
+
|
|
908
|
+
<wsdl:message name="processCheck21VoidResponse">
|
|
909
|
+
|
|
910
|
+
<wsdl:part name="processCheck21VoidReturn" type="tns1:ProcessResult"/>
|
|
911
|
+
|
|
912
|
+
</wsdl:message>
|
|
913
|
+
|
|
914
|
+
<wsdl:message name="processC21ICLVoidResponse">
|
|
915
|
+
|
|
916
|
+
<wsdl:part name="processC21ICLVoidReturn" type="tns1:ProcessResult"/>
|
|
917
|
+
|
|
918
|
+
</wsdl:message>
|
|
919
|
+
|
|
920
|
+
<wsdl:message name="processCCSalesRequest">
|
|
921
|
+
|
|
922
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
923
|
+
|
|
924
|
+
</wsdl:message>
|
|
925
|
+
|
|
926
|
+
<wsdl:message name="processCCVoidRequest">
|
|
927
|
+
|
|
928
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
|
|
929
|
+
|
|
930
|
+
</wsdl:message>
|
|
931
|
+
|
|
932
|
+
<wsdl:message name="processProfileUpdateResponse">
|
|
933
|
+
|
|
934
|
+
<wsdl:part name="processProfileUpdateReturn" type="tns1:ProcessProfileResult"/>
|
|
935
|
+
|
|
936
|
+
</wsdl:message>
|
|
937
|
+
|
|
938
|
+
<wsdl:message name="processExtACHSaleResponse">
|
|
939
|
+
|
|
940
|
+
<wsdl:part name="processExtACHSaleReturn" type="tns1:ProcessResult"/>
|
|
941
|
+
|
|
942
|
+
</wsdl:message>
|
|
943
|
+
|
|
944
|
+
<wsdl:message name="processCCCreditResponse">
|
|
945
|
+
|
|
946
|
+
<wsdl:part name="processCCCreditReturn" type="tns1:ProcessResult"/>
|
|
947
|
+
|
|
948
|
+
</wsdl:message>
|
|
949
|
+
|
|
950
|
+
<wsdl:message name="processProfileSaleRequest">
|
|
951
|
+
|
|
952
|
+
<wsdl:part name="miscprocess" type="tns1:ProfileSale"/>
|
|
953
|
+
|
|
954
|
+
</wsdl:message>
|
|
955
|
+
|
|
956
|
+
<wsdl:message name="processC21RCCVoidResponse">
|
|
957
|
+
|
|
958
|
+
<wsdl:part name="processC21RCCVoidReturn" type="tns1:ProcessResult"/>
|
|
959
|
+
|
|
960
|
+
</wsdl:message>
|
|
961
|
+
|
|
962
|
+
<wsdl:message name="processACHCreditRequest">
|
|
963
|
+
|
|
964
|
+
<wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
|
|
965
|
+
|
|
966
|
+
</wsdl:message>
|
|
967
|
+
|
|
968
|
+
<wsdl:message name="processDebitSaleRequest">
|
|
969
|
+
|
|
970
|
+
<wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
|
|
971
|
+
|
|
972
|
+
</wsdl:message>
|
|
973
|
+
|
|
974
|
+
<wsdl:message name="processExtACHCreditResponse">
|
|
975
|
+
|
|
976
|
+
<wsdl:part name="processExtACHCreditReturn" type="tns1:ProcessResult"/>
|
|
977
|
+
|
|
978
|
+
</wsdl:message>
|
|
979
|
+
|
|
980
|
+
<wsdl:message name="processRecurRetrieveResponse">
|
|
981
|
+
|
|
982
|
+
<wsdl:part name="processRecurRetrieveReturn" type="tns1:ProcessRecurRetrieveResult"/>
|
|
983
|
+
|
|
984
|
+
</wsdl:message>
|
|
985
|
+
|
|
986
|
+
<wsdl:message name="processRecurRetrieveRequest">
|
|
987
|
+
|
|
988
|
+
<wsdl:part name="miscprocess" type="tns1:RecurRetrieve"/>
|
|
989
|
+
|
|
990
|
+
</wsdl:message>
|
|
991
|
+
|
|
992
|
+
<wsdl:message name="processCheck21CreditResponse">
|
|
993
|
+
|
|
994
|
+
<wsdl:part name="processCheck21CreditReturn" type="tns1:ProcessResult"/>
|
|
995
|
+
|
|
996
|
+
</wsdl:message>
|
|
997
|
+
|
|
998
|
+
<wsdl:message name="processCCAuthResponse">
|
|
999
|
+
|
|
1000
|
+
<wsdl:part name="processCCAuthReturn" type="tns1:ProcessResult"/>
|
|
1001
|
+
|
|
1002
|
+
</wsdl:message>
|
|
1003
|
+
|
|
1004
|
+
<wsdl:message name="processACHCheck21Request">
|
|
1005
|
+
|
|
1006
|
+
<wsdl:part name="ckinfo" type="tns1:ACHCheck21Info"/>
|
|
1007
|
+
|
|
1008
|
+
</wsdl:message>
|
|
1009
|
+
|
|
1010
|
+
<wsdl:message name="processCCAuthenticationResponse">
|
|
1011
|
+
|
|
1012
|
+
<wsdl:part name="processCCAuthenticationReturn" type="tns1:ProcessResult"/>
|
|
1013
|
+
|
|
1014
|
+
</wsdl:message>
|
|
1015
|
+
|
|
1016
|
+
<wsdl:message name="processProfileRetrieveRequest">
|
|
1017
|
+
|
|
1018
|
+
<wsdl:part name="miscprocess" type="tns1:ProfileRetrieve"/>
|
|
1019
|
+
|
|
1020
|
+
</wsdl:message>
|
|
1021
|
+
|
|
1022
|
+
<wsdl:message name="processExtACHSaleRequest">
|
|
1023
|
+
|
|
1024
|
+
<wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
|
|
1025
|
+
|
|
1026
|
+
</wsdl:message>
|
|
1027
|
+
|
|
1028
|
+
<wsdl:message name="processC21ICLSaleRequest">
|
|
1029
|
+
|
|
1030
|
+
<wsdl:part name="ckinfo" type="tns1:C21ICLInfo"/>
|
|
1031
|
+
|
|
1032
|
+
</wsdl:message>
|
|
1033
|
+
|
|
1034
|
+
<wsdl:message name="processACHVerificationResponse">
|
|
1035
|
+
|
|
1036
|
+
<wsdl:part name="processACHVerificationReturn" type="tns1:ProcessResult"/>
|
|
1037
|
+
|
|
1038
|
+
</wsdl:message>
|
|
1039
|
+
|
|
1040
|
+
<wsdl:message name="processCreditResponse">
|
|
1041
|
+
|
|
1042
|
+
<wsdl:part name="processCreditReturn" type="tns1:ProcessResult"/>
|
|
1043
|
+
|
|
1044
|
+
</wsdl:message>
|
|
1045
|
+
|
|
1046
|
+
<wsdl:message name="processACHSaleRequest">
|
|
1047
|
+
|
|
1048
|
+
<wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
|
|
1049
|
+
|
|
1050
|
+
</wsdl:message>
|
|
1051
|
+
|
|
1052
|
+
<wsdl:message name="processDebitReturnRequest">
|
|
1053
|
+
|
|
1054
|
+
<wsdl:part name="debitreturn" type="tns1:DebitReturn"/>
|
|
1055
|
+
|
|
1056
|
+
</wsdl:message>
|
|
1057
|
+
|
|
1058
|
+
<wsdl:message name="processCheck21VoidRequest">
|
|
1059
|
+
|
|
1060
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditCheck21"/>
|
|
1061
|
+
|
|
1062
|
+
</wsdl:message>
|
|
1063
|
+
|
|
1064
|
+
<wsdl:message name="processDebitReturnResponse">
|
|
1065
|
+
|
|
1066
|
+
<wsdl:part name="processDebitReturnReturn" type="tns1:ProcessResult"/>
|
|
1067
|
+
|
|
1068
|
+
</wsdl:message>
|
|
1069
|
+
|
|
1070
|
+
<wsdl:message name="processACHCheck21Response">
|
|
1071
|
+
|
|
1072
|
+
<wsdl:part name="processACHCheck21Return" type="tns1:ProcessResult"/>
|
|
1073
|
+
|
|
1074
|
+
</wsdl:message>
|
|
1075
|
+
|
|
1076
|
+
<wsdl:message name="processCCSaleRequest">
|
|
1077
|
+
|
|
1078
|
+
<wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
|
|
1079
|
+
|
|
1080
|
+
</wsdl:message>
|
|
1081
|
+
|
|
1082
|
+
<wsdl:message name="processCheck21CreditRequest">
|
|
1083
|
+
|
|
1084
|
+
<wsdl:part name="miscprocess" type="tns1:VoidCreditCheck21"/>
|
|
1085
|
+
|
|
1086
|
+
</wsdl:message>
|
|
1087
|
+
|
|
1088
|
+
<wsdl:message name="processC21ICLSaleResponse">
|
|
1089
|
+
|
|
1090
|
+
<wsdl:part name="processC21ICLSaleReturn" type="tns1:ProcessResult"/>
|
|
1091
|
+
|
|
1092
|
+
</wsdl:message>
|
|
1093
|
+
|
|
1094
|
+
<wsdl:portType name="TransactionSOAPBindingImpl">
|
|
1095
|
+
|
|
1096
|
+
<wsdl:operation name="processCCSale" parameterOrder="ccinfo">
|
|
1097
|
+
|
|
1098
|
+
<wsdl:input message="impl:processCCSaleRequest" name="processCCSaleRequest"/>
|
|
1099
|
+
|
|
1100
|
+
<wsdl:output message="impl:processCCSaleResponse" name="processCCSaleResponse"/>
|
|
1101
|
+
|
|
1102
|
+
</wsdl:operation>
|
|
1103
|
+
|
|
1104
|
+
<wsdl:operation name="processCCAuth" parameterOrder="ccinfo">
|
|
1105
|
+
|
|
1106
|
+
<wsdl:input message="impl:processCCAuthRequest" name="processCCAuthRequest"/>
|
|
1107
|
+
|
|
1108
|
+
<wsdl:output message="impl:processCCAuthResponse" name="processCCAuthResponse"/>
|
|
1109
|
+
|
|
1110
|
+
</wsdl:operation>
|
|
1111
|
+
|
|
1112
|
+
<wsdl:operation name="processCCVoid" parameterOrder="miscprocess">
|
|
1113
|
+
|
|
1114
|
+
<wsdl:input message="impl:processCCVoidRequest" name="processCCVoidRequest"/>
|
|
1115
|
+
|
|
1116
|
+
<wsdl:output message="impl:processCCVoidResponse" name="processCCVoidResponse"/>
|
|
1117
|
+
|
|
1118
|
+
</wsdl:operation>
|
|
1119
|
+
|
|
1120
|
+
<wsdl:operation name="processCCPost" parameterOrder="miscprocess">
|
|
1121
|
+
|
|
1122
|
+
<wsdl:input message="impl:processCCPostRequest" name="processCCPostRequest"/>
|
|
1123
|
+
|
|
1124
|
+
<wsdl:output message="impl:processCCPostResponse" name="processCCPostResponse"/>
|
|
1125
|
+
|
|
1126
|
+
</wsdl:operation>
|
|
1127
|
+
|
|
1128
|
+
<wsdl:operation name="processACHSale" parameterOrder="ckinfo">
|
|
1129
|
+
|
|
1130
|
+
<wsdl:input message="impl:processACHSaleRequest" name="processACHSaleRequest"/>
|
|
1131
|
+
|
|
1132
|
+
<wsdl:output message="impl:processACHSaleResponse" name="processACHSaleResponse"/>
|
|
1133
|
+
|
|
1134
|
+
</wsdl:operation>
|
|
1135
|
+
|
|
1136
|
+
<wsdl:operation name="processACHVerification" parameterOrder="ckinfo">
|
|
1137
|
+
|
|
1138
|
+
<wsdl:input message="impl:processACHVerificationRequest" name="processACHVerificationRequest"/>
|
|
1139
|
+
|
|
1140
|
+
<wsdl:output message="impl:processACHVerificationResponse" name="processACHVerificationResponse"/>
|
|
1141
|
+
|
|
1142
|
+
</wsdl:operation>
|
|
1143
|
+
|
|
1144
|
+
<wsdl:operation name="processACHCheck21" parameterOrder="ckinfo">
|
|
1145
|
+
|
|
1146
|
+
<wsdl:input message="impl:processACHCheck21Request" name="processACHCheck21Request"/>
|
|
1147
|
+
|
|
1148
|
+
<wsdl:output message="impl:processACHCheck21Response" name="processACHCheck21Response"/>
|
|
1149
|
+
|
|
1150
|
+
</wsdl:operation>
|
|
1151
|
+
|
|
1152
|
+
<wsdl:operation name="processCCCredit" parameterOrder="ccinfo">
|
|
1153
|
+
|
|
1154
|
+
<wsdl:input message="impl:processCCCreditRequest" name="processCCCreditRequest"/>
|
|
1155
|
+
|
|
1156
|
+
<wsdl:output message="impl:processCCCreditResponse" name="processCCCreditResponse"/>
|
|
1157
|
+
|
|
1158
|
+
</wsdl:operation>
|
|
1159
|
+
|
|
1160
|
+
<wsdl:operation name="processACHCredit" parameterOrder="ckinfo">
|
|
1161
|
+
|
|
1162
|
+
<wsdl:input message="impl:processACHCreditRequest" name="processACHCreditRequest"/>
|
|
1163
|
+
|
|
1164
|
+
<wsdl:output message="impl:processACHCreditResponse" name="processACHCreditResponse"/>
|
|
1165
|
+
|
|
1166
|
+
</wsdl:operation>
|
|
1167
|
+
|
|
1168
|
+
<wsdl:operation name="processCredit" parameterOrder="miscprocess">
|
|
1169
|
+
|
|
1170
|
+
<wsdl:input message="impl:processCreditRequest" name="processCreditRequest"/>
|
|
1171
|
+
|
|
1172
|
+
<wsdl:output message="impl:processCreditResponse" name="processCreditResponse"/>
|
|
1173
|
+
|
|
1174
|
+
</wsdl:operation>
|
|
1175
|
+
|
|
1176
|
+
<wsdl:operation name="processDebitSale" parameterOrder="debitinfo">
|
|
1177
|
+
|
|
1178
|
+
<wsdl:input message="impl:processDebitSaleRequest" name="processDebitSaleRequest"/>
|
|
1179
|
+
|
|
1180
|
+
<wsdl:output message="impl:processDebitSaleResponse" name="processDebitSaleResponse"/>
|
|
1181
|
+
|
|
1182
|
+
</wsdl:operation>
|
|
1183
|
+
|
|
1184
|
+
<wsdl:operation name="processDebitReturn" parameterOrder="debitreturn">
|
|
1185
|
+
|
|
1186
|
+
<wsdl:input message="impl:processDebitReturnRequest" name="processDebitReturnRequest"/>
|
|
1187
|
+
|
|
1188
|
+
<wsdl:output message="impl:processDebitReturnResponse" name="processDebitReturnResponse"/>
|
|
1189
|
+
|
|
1190
|
+
</wsdl:operation>
|
|
1191
|
+
|
|
1192
|
+
<wsdl:operation name="processCCProfileAdd" parameterOrder="ccinfo">
|
|
1193
|
+
|
|
1194
|
+
<wsdl:input message="impl:processCCProfileAddRequest" name="processCCProfileAddRequest"/>
|
|
1195
|
+
|
|
1196
|
+
<wsdl:output message="impl:processCCProfileAddResponse" name="processCCProfileAddResponse"/>
|
|
1197
|
+
|
|
1198
|
+
</wsdl:operation>
|
|
1199
|
+
|
|
1200
|
+
<wsdl:operation name="processCKProfileAdd" parameterOrder="achinfo">
|
|
1201
|
+
|
|
1202
|
+
<wsdl:input message="impl:processCKProfileAddRequest" name="processCKProfileAddRequest"/>
|
|
1203
|
+
|
|
1204
|
+
<wsdl:output message="impl:processCKProfileAddResponse" name="processCKProfileAddResponse"/>
|
|
1205
|
+
|
|
1206
|
+
</wsdl:operation>
|
|
1207
|
+
|
|
1208
|
+
<wsdl:operation name="processProfileRetrieve" parameterOrder="miscprocess">
|
|
1209
|
+
|
|
1210
|
+
<wsdl:input message="impl:processProfileRetrieveRequest" name="processProfileRetrieveRequest"/>
|
|
1211
|
+
|
|
1212
|
+
<wsdl:output message="impl:processProfileRetrieveResponse" name="processProfileRetrieveResponse"/>
|
|
1213
|
+
|
|
1214
|
+
</wsdl:operation>
|
|
1215
|
+
|
|
1216
|
+
<wsdl:operation name="processProfileDelete" parameterOrder="miscprocess">
|
|
1217
|
+
|
|
1218
|
+
<wsdl:input message="impl:processProfileDeleteRequest" name="processProfileDeleteRequest"/>
|
|
1219
|
+
|
|
1220
|
+
<wsdl:output message="impl:processProfileDeleteResponse" name="processProfileDeleteResponse"/>
|
|
1221
|
+
|
|
1222
|
+
</wsdl:operation>
|
|
1223
|
+
|
|
1224
|
+
<wsdl:operation name="processProfileSale" parameterOrder="miscprocess">
|
|
1225
|
+
|
|
1226
|
+
<wsdl:input message="impl:processProfileSaleRequest" name="processProfileSaleRequest"/>
|
|
1227
|
+
|
|
1228
|
+
<wsdl:output message="impl:processProfileSaleResponse" name="processProfileSaleResponse"/>
|
|
1229
|
+
|
|
1230
|
+
</wsdl:operation>
|
|
1231
|
+
|
|
1232
|
+
<wsdl:operation name="processProfileUpdate" parameterOrder="miscprocess">
|
|
1233
|
+
|
|
1234
|
+
<wsdl:input message="impl:processProfileUpdateRequest" name="processProfileUpdateRequest"/>
|
|
1235
|
+
|
|
1236
|
+
<wsdl:output message="impl:processProfileUpdateResponse" name="processProfileUpdateResponse"/>
|
|
1237
|
+
|
|
1238
|
+
</wsdl:operation>
|
|
1239
|
+
|
|
1240
|
+
<wsdl:operation name="processProfileCredit" parameterOrder="miscprocess">
|
|
1241
|
+
|
|
1242
|
+
<wsdl:input message="impl:processProfileCreditRequest" name="processProfileCreditRequest"/>
|
|
1243
|
+
|
|
1244
|
+
<wsdl:output message="impl:processProfileCreditResponse" name="processProfileCreditResponse"/>
|
|
1245
|
+
|
|
1246
|
+
</wsdl:operation>
|
|
1247
|
+
|
|
1248
|
+
<wsdl:operation name="processCheck21Void" parameterOrder="miscprocess">
|
|
1249
|
+
|
|
1250
|
+
<wsdl:input message="impl:processCheck21VoidRequest" name="processCheck21VoidRequest"/>
|
|
1251
|
+
|
|
1252
|
+
<wsdl:output message="impl:processCheck21VoidResponse" name="processCheck21VoidResponse"/>
|
|
1253
|
+
|
|
1254
|
+
</wsdl:operation>
|
|
1255
|
+
|
|
1256
|
+
<wsdl:operation name="processCheck21Credit" parameterOrder="miscprocess">
|
|
1257
|
+
|
|
1258
|
+
<wsdl:input message="impl:processCheck21CreditRequest" name="processCheck21CreditRequest"/>
|
|
1259
|
+
|
|
1260
|
+
<wsdl:output message="impl:processCheck21CreditResponse" name="processCheck21CreditResponse"/>
|
|
1261
|
+
|
|
1262
|
+
</wsdl:operation>
|
|
1263
|
+
|
|
1264
|
+
<wsdl:operation name="processExtACHVoid" parameterOrder="miscprocess">
|
|
1265
|
+
|
|
1266
|
+
<wsdl:input message="impl:processExtACHVoidRequest" name="processExtACHVoidRequest"/>
|
|
1267
|
+
|
|
1268
|
+
<wsdl:output message="impl:processExtACHVoidResponse" name="processExtACHVoidResponse"/>
|
|
1269
|
+
|
|
1270
|
+
</wsdl:operation>
|
|
1271
|
+
|
|
1272
|
+
<wsdl:operation name="processExtACHCredit" parameterOrder="miscprocess">
|
|
1273
|
+
|
|
1274
|
+
<wsdl:input message="impl:processExtACHCreditRequest" name="processExtACHCreditRequest"/>
|
|
1275
|
+
|
|
1276
|
+
<wsdl:output message="impl:processExtACHCreditResponse" name="processExtACHCreditResponse"/>
|
|
1277
|
+
|
|
1278
|
+
</wsdl:operation>
|
|
1279
|
+
|
|
1280
|
+
<wsdl:operation name="processExtACHSale" parameterOrder="ckinfo">
|
|
1281
|
+
|
|
1282
|
+
<wsdl:input message="impl:processExtACHSaleRequest" name="processExtACHSaleRequest"/>
|
|
1283
|
+
|
|
1284
|
+
<wsdl:output message="impl:processExtACHSaleResponse" name="processExtACHSaleResponse"/>
|
|
1285
|
+
|
|
1286
|
+
</wsdl:operation>
|
|
1287
|
+
|
|
1288
|
+
<wsdl:operation name="processC21RCCVoid" parameterOrder="miscprocess">
|
|
1289
|
+
|
|
1290
|
+
<wsdl:input message="impl:processC21RCCVoidRequest" name="processC21RCCVoidRequest"/>
|
|
1291
|
+
|
|
1292
|
+
<wsdl:output message="impl:processC21RCCVoidResponse" name="processC21RCCVoidResponse"/>
|
|
1293
|
+
|
|
1294
|
+
</wsdl:operation>
|
|
1295
|
+
|
|
1296
|
+
<wsdl:operation name="processC21RCCCredit" parameterOrder="miscprocess">
|
|
1297
|
+
|
|
1298
|
+
<wsdl:input message="impl:processC21RCCCreditRequest" name="processC21RCCCreditRequest"/>
|
|
1299
|
+
|
|
1300
|
+
<wsdl:output message="impl:processC21RCCCreditResponse" name="processC21RCCCreditResponse"/>
|
|
1301
|
+
|
|
1302
|
+
</wsdl:operation>
|
|
1303
|
+
|
|
1304
|
+
<wsdl:operation name="processC21RCCSale" parameterOrder="ckinfo">
|
|
1305
|
+
|
|
1306
|
+
<wsdl:input message="impl:processC21RCCSaleRequest" name="processC21RCCSaleRequest"/>
|
|
1307
|
+
|
|
1308
|
+
<wsdl:output message="impl:processC21RCCSaleResponse" name="processC21RCCSaleResponse"/>
|
|
1309
|
+
|
|
1310
|
+
</wsdl:operation>
|
|
1311
|
+
|
|
1312
|
+
<wsdl:operation name="processExtACHConsumerDisbursement" parameterOrder="ckinfo">
|
|
1313
|
+
|
|
1314
|
+
<wsdl:input message="impl:processExtACHConsumerDisbursementRequest" name="processExtACHConsumerDisbursementRequest"/>
|
|
1315
|
+
|
|
1316
|
+
<wsdl:output message="impl:processExtACHConsumerDisbursementResponse" name="processExtACHConsumerDisbursementResponse"/>
|
|
1317
|
+
|
|
1318
|
+
</wsdl:operation>
|
|
1319
|
+
|
|
1320
|
+
<wsdl:operation name="processTransRetrieve" parameterOrder="miscprocess">
|
|
1321
|
+
|
|
1322
|
+
<wsdl:input message="impl:processTransRetrieveRequest" name="processTransRetrieveRequest"/>
|
|
1323
|
+
|
|
1324
|
+
<wsdl:output message="impl:processTransRetrieveResponse" name="processTransRetrieveResponse"/>
|
|
1325
|
+
|
|
1326
|
+
</wsdl:operation>
|
|
1327
|
+
|
|
1328
|
+
<wsdl:operation name="processRecurRetrieve" parameterOrder="miscprocess">
|
|
1329
|
+
|
|
1330
|
+
<wsdl:input message="impl:processRecurRetrieveRequest" name="processRecurRetrieveRequest"/>
|
|
1331
|
+
|
|
1332
|
+
<wsdl:output message="impl:processRecurRetrieveResponse" name="processRecurRetrieveResponse"/>
|
|
1333
|
+
|
|
1334
|
+
</wsdl:operation>
|
|
1335
|
+
|
|
1336
|
+
<wsdl:operation name="processC21ICLSale" parameterOrder="ckinfo">
|
|
1337
|
+
|
|
1338
|
+
<wsdl:input message="impl:processC21ICLSaleRequest" name="processC21ICLSaleRequest"/>
|
|
1339
|
+
|
|
1340
|
+
<wsdl:output message="impl:processC21ICLSaleResponse" name="processC21ICLSaleResponse"/>
|
|
1341
|
+
|
|
1342
|
+
</wsdl:operation>
|
|
1343
|
+
|
|
1344
|
+
<wsdl:operation name="processC21ICLVoid" parameterOrder="miscprocess">
|
|
1345
|
+
|
|
1346
|
+
<wsdl:input message="impl:processC21ICLVoidRequest" name="processC21ICLVoidRequest"/>
|
|
1347
|
+
|
|
1348
|
+
<wsdl:output message="impl:processC21ICLVoidResponse" name="processC21ICLVoidResponse"/>
|
|
1349
|
+
|
|
1350
|
+
</wsdl:operation>
|
|
1351
|
+
|
|
1352
|
+
<wsdl:operation name="processC21ICLCredit" parameterOrder="miscprocess">
|
|
1353
|
+
|
|
1354
|
+
<wsdl:input message="impl:processC21ICLCreditRequest" name="processC21ICLCreditRequest"/>
|
|
1355
|
+
|
|
1356
|
+
<wsdl:output message="impl:processC21ICLCreditResponse" name="processC21ICLCreditResponse"/>
|
|
1357
|
+
|
|
1358
|
+
</wsdl:operation>
|
|
1359
|
+
|
|
1360
|
+
<wsdl:operation name="processCCAuthentication" parameterOrder="ccinfo">
|
|
1361
|
+
|
|
1362
|
+
<wsdl:input message="impl:processCCAuthenticationRequest" name="processCCAuthenticationRequest"/>
|
|
1363
|
+
|
|
1364
|
+
<wsdl:output message="impl:processCCAuthenticationResponse" name="processCCAuthenticationResponse"/>
|
|
1365
|
+
|
|
1366
|
+
</wsdl:operation>
|
|
1367
|
+
|
|
1368
|
+
<wsdl:operation name="processCCSales" parameterOrder="ccinfo">
|
|
1369
|
+
|
|
1370
|
+
<wsdl:input message="impl:processCCSalesRequest" name="processCCSalesRequest"/>
|
|
1371
|
+
|
|
1372
|
+
<wsdl:output message="impl:processCCSalesResponse" name="processCCSalesResponse"/>
|
|
1373
|
+
|
|
1374
|
+
</wsdl:operation>
|
|
1375
|
+
|
|
1376
|
+
<wsdl:operation name="processCCAuths" parameterOrder="ccinfo">
|
|
1377
|
+
|
|
1378
|
+
<wsdl:input message="impl:processCCAuthsRequest" name="processCCAuthsRequest"/>
|
|
1379
|
+
|
|
1380
|
+
<wsdl:output message="impl:processCCAuthsResponse" name="processCCAuthsResponse"/>
|
|
1381
|
+
|
|
1382
|
+
</wsdl:operation>
|
|
1383
|
+
|
|
1384
|
+
<wsdl:operation name="processCCCredits" parameterOrder="ccinfo">
|
|
1385
|
+
|
|
1386
|
+
<wsdl:input message="impl:processCCCreditsRequest" name="processCCCreditsRequest"/>
|
|
1387
|
+
|
|
1388
|
+
<wsdl:output message="impl:processCCCreditsResponse" name="processCCCreditsResponse"/>
|
|
1389
|
+
|
|
1390
|
+
</wsdl:operation>
|
|
1391
|
+
|
|
1392
|
+
<wsdl:operation name="processDebitSales" parameterOrder="debitinfo">
|
|
1393
|
+
|
|
1394
|
+
<wsdl:input message="impl:processDebitSalesRequest" name="processDebitSalesRequest"/>
|
|
1395
|
+
|
|
1396
|
+
<wsdl:output message="impl:processDebitSalesResponse" name="processDebitSalesResponse"/>
|
|
1397
|
+
|
|
1398
|
+
</wsdl:operation>
|
|
1399
|
+
|
|
1400
|
+
<wsdl:operation name="processDebitReturns" parameterOrder="debitreturn">
|
|
1401
|
+
|
|
1402
|
+
<wsdl:input message="impl:processDebitReturnsRequest" name="processDebitReturnsRequest"/>
|
|
1403
|
+
|
|
1404
|
+
<wsdl:output message="impl:processDebitReturnsResponse" name="processDebitReturnsResponse"/>
|
|
1405
|
+
|
|
1406
|
+
</wsdl:operation>
|
|
1407
|
+
|
|
1408
|
+
</wsdl:portType>
|
|
1409
|
+
|
|
1410
|
+
<wsdl:binding name="TransactionServiceSoapBinding" type="impl:TransactionSOAPBindingImpl">
|
|
1411
|
+
|
|
1412
|
+
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
1413
|
+
|
|
1414
|
+
<wsdl:operation name="processCCSale">
|
|
1415
|
+
|
|
1416
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1417
|
+
|
|
1418
|
+
<wsdl:input name="processCCSaleRequest">
|
|
1419
|
+
|
|
1420
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1421
|
+
|
|
1422
|
+
</wsdl:input>
|
|
1423
|
+
|
|
1424
|
+
<wsdl:output name="processCCSaleResponse">
|
|
1425
|
+
|
|
1426
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1427
|
+
|
|
1428
|
+
</wsdl:output>
|
|
1429
|
+
|
|
1430
|
+
</wsdl:operation>
|
|
1431
|
+
|
|
1432
|
+
<wsdl:operation name="processCCAuth">
|
|
1433
|
+
|
|
1434
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1435
|
+
|
|
1436
|
+
<wsdl:input name="processCCAuthRequest">
|
|
1437
|
+
|
|
1438
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1439
|
+
|
|
1440
|
+
</wsdl:input>
|
|
1441
|
+
|
|
1442
|
+
<wsdl:output name="processCCAuthResponse">
|
|
1443
|
+
|
|
1444
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1445
|
+
|
|
1446
|
+
</wsdl:output>
|
|
1447
|
+
|
|
1448
|
+
</wsdl:operation>
|
|
1449
|
+
|
|
1450
|
+
<wsdl:operation name="processCCVoid">
|
|
1451
|
+
|
|
1452
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1453
|
+
|
|
1454
|
+
<wsdl:input name="processCCVoidRequest">
|
|
1455
|
+
|
|
1456
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1457
|
+
|
|
1458
|
+
</wsdl:input>
|
|
1459
|
+
|
|
1460
|
+
<wsdl:output name="processCCVoidResponse">
|
|
1461
|
+
|
|
1462
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1463
|
+
|
|
1464
|
+
</wsdl:output>
|
|
1465
|
+
|
|
1466
|
+
</wsdl:operation>
|
|
1467
|
+
|
|
1468
|
+
<wsdl:operation name="processCCPost">
|
|
1469
|
+
|
|
1470
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1471
|
+
|
|
1472
|
+
<wsdl:input name="processCCPostRequest">
|
|
1473
|
+
|
|
1474
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1475
|
+
|
|
1476
|
+
</wsdl:input>
|
|
1477
|
+
|
|
1478
|
+
<wsdl:output name="processCCPostResponse">
|
|
1479
|
+
|
|
1480
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1481
|
+
|
|
1482
|
+
</wsdl:output>
|
|
1483
|
+
|
|
1484
|
+
</wsdl:operation>
|
|
1485
|
+
|
|
1486
|
+
<wsdl:operation name="processACHSale">
|
|
1487
|
+
|
|
1488
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1489
|
+
|
|
1490
|
+
<wsdl:input name="processACHSaleRequest">
|
|
1491
|
+
|
|
1492
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1493
|
+
|
|
1494
|
+
</wsdl:input>
|
|
1495
|
+
|
|
1496
|
+
<wsdl:output name="processACHSaleResponse">
|
|
1497
|
+
|
|
1498
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1499
|
+
|
|
1500
|
+
</wsdl:output>
|
|
1501
|
+
|
|
1502
|
+
</wsdl:operation>
|
|
1503
|
+
|
|
1504
|
+
<wsdl:operation name="processACHVerification">
|
|
1505
|
+
|
|
1506
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1507
|
+
|
|
1508
|
+
<wsdl:input name="processACHVerificationRequest">
|
|
1509
|
+
|
|
1510
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1511
|
+
|
|
1512
|
+
</wsdl:input>
|
|
1513
|
+
|
|
1514
|
+
<wsdl:output name="processACHVerificationResponse">
|
|
1515
|
+
|
|
1516
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1517
|
+
|
|
1518
|
+
</wsdl:output>
|
|
1519
|
+
|
|
1520
|
+
</wsdl:operation>
|
|
1521
|
+
|
|
1522
|
+
<wsdl:operation name="processACHCheck21">
|
|
1523
|
+
|
|
1524
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1525
|
+
|
|
1526
|
+
<wsdl:input name="processACHCheck21Request">
|
|
1527
|
+
|
|
1528
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1529
|
+
|
|
1530
|
+
</wsdl:input>
|
|
1531
|
+
|
|
1532
|
+
<wsdl:output name="processACHCheck21Response">
|
|
1533
|
+
|
|
1534
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1535
|
+
|
|
1536
|
+
</wsdl:output>
|
|
1537
|
+
|
|
1538
|
+
</wsdl:operation>
|
|
1539
|
+
|
|
1540
|
+
<wsdl:operation name="processCCCredit">
|
|
1541
|
+
|
|
1542
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1543
|
+
|
|
1544
|
+
<wsdl:input name="processCCCreditRequest">
|
|
1545
|
+
|
|
1546
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1547
|
+
|
|
1548
|
+
</wsdl:input>
|
|
1549
|
+
|
|
1550
|
+
<wsdl:output name="processCCCreditResponse">
|
|
1551
|
+
|
|
1552
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1553
|
+
|
|
1554
|
+
</wsdl:output>
|
|
1555
|
+
|
|
1556
|
+
</wsdl:operation>
|
|
1557
|
+
|
|
1558
|
+
<wsdl:operation name="processACHCredit">
|
|
1559
|
+
|
|
1560
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1561
|
+
|
|
1562
|
+
<wsdl:input name="processACHCreditRequest">
|
|
1563
|
+
|
|
1564
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1565
|
+
|
|
1566
|
+
</wsdl:input>
|
|
1567
|
+
|
|
1568
|
+
<wsdl:output name="processACHCreditResponse">
|
|
1569
|
+
|
|
1570
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1571
|
+
|
|
1572
|
+
</wsdl:output>
|
|
1573
|
+
|
|
1574
|
+
</wsdl:operation>
|
|
1575
|
+
|
|
1576
|
+
<wsdl:operation name="processCredit">
|
|
1577
|
+
|
|
1578
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1579
|
+
|
|
1580
|
+
<wsdl:input name="processCreditRequest">
|
|
1581
|
+
|
|
1582
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1583
|
+
|
|
1584
|
+
</wsdl:input>
|
|
1585
|
+
|
|
1586
|
+
<wsdl:output name="processCreditResponse">
|
|
1587
|
+
|
|
1588
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1589
|
+
|
|
1590
|
+
</wsdl:output>
|
|
1591
|
+
|
|
1592
|
+
</wsdl:operation>
|
|
1593
|
+
|
|
1594
|
+
<wsdl:operation name="processDebitSale">
|
|
1595
|
+
|
|
1596
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1597
|
+
|
|
1598
|
+
<wsdl:input name="processDebitSaleRequest">
|
|
1599
|
+
|
|
1600
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1601
|
+
|
|
1602
|
+
</wsdl:input>
|
|
1603
|
+
|
|
1604
|
+
<wsdl:output name="processDebitSaleResponse">
|
|
1605
|
+
|
|
1606
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1607
|
+
|
|
1608
|
+
</wsdl:output>
|
|
1609
|
+
|
|
1610
|
+
</wsdl:operation>
|
|
1611
|
+
|
|
1612
|
+
<wsdl:operation name="processDebitReturn">
|
|
1613
|
+
|
|
1614
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1615
|
+
|
|
1616
|
+
<wsdl:input name="processDebitReturnRequest">
|
|
1617
|
+
|
|
1618
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1619
|
+
|
|
1620
|
+
</wsdl:input>
|
|
1621
|
+
|
|
1622
|
+
<wsdl:output name="processDebitReturnResponse">
|
|
1623
|
+
|
|
1624
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1625
|
+
|
|
1626
|
+
</wsdl:output>
|
|
1627
|
+
|
|
1628
|
+
</wsdl:operation>
|
|
1629
|
+
|
|
1630
|
+
<wsdl:operation name="processCCProfileAdd">
|
|
1631
|
+
|
|
1632
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1633
|
+
|
|
1634
|
+
<wsdl:input name="processCCProfileAddRequest">
|
|
1635
|
+
|
|
1636
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1637
|
+
|
|
1638
|
+
</wsdl:input>
|
|
1639
|
+
|
|
1640
|
+
<wsdl:output name="processCCProfileAddResponse">
|
|
1641
|
+
|
|
1642
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1643
|
+
|
|
1644
|
+
</wsdl:output>
|
|
1645
|
+
|
|
1646
|
+
</wsdl:operation>
|
|
1647
|
+
|
|
1648
|
+
<wsdl:operation name="processCKProfileAdd">
|
|
1649
|
+
|
|
1650
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1651
|
+
|
|
1652
|
+
<wsdl:input name="processCKProfileAddRequest">
|
|
1653
|
+
|
|
1654
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1655
|
+
|
|
1656
|
+
</wsdl:input>
|
|
1657
|
+
|
|
1658
|
+
<wsdl:output name="processCKProfileAddResponse">
|
|
1659
|
+
|
|
1660
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1661
|
+
|
|
1662
|
+
</wsdl:output>
|
|
1663
|
+
|
|
1664
|
+
</wsdl:operation>
|
|
1665
|
+
|
|
1666
|
+
<wsdl:operation name="processProfileRetrieve">
|
|
1667
|
+
|
|
1668
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1669
|
+
|
|
1670
|
+
<wsdl:input name="processProfileRetrieveRequest">
|
|
1671
|
+
|
|
1672
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1673
|
+
|
|
1674
|
+
</wsdl:input>
|
|
1675
|
+
|
|
1676
|
+
<wsdl:output name="processProfileRetrieveResponse">
|
|
1677
|
+
|
|
1678
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1679
|
+
|
|
1680
|
+
</wsdl:output>
|
|
1681
|
+
|
|
1682
|
+
</wsdl:operation>
|
|
1683
|
+
|
|
1684
|
+
<wsdl:operation name="processProfileDelete">
|
|
1685
|
+
|
|
1686
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1687
|
+
|
|
1688
|
+
<wsdl:input name="processProfileDeleteRequest">
|
|
1689
|
+
|
|
1690
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1691
|
+
|
|
1692
|
+
</wsdl:input>
|
|
1693
|
+
|
|
1694
|
+
<wsdl:output name="processProfileDeleteResponse">
|
|
1695
|
+
|
|
1696
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1697
|
+
|
|
1698
|
+
</wsdl:output>
|
|
1699
|
+
|
|
1700
|
+
</wsdl:operation>
|
|
1701
|
+
|
|
1702
|
+
<wsdl:operation name="processProfileSale">
|
|
1703
|
+
|
|
1704
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1705
|
+
|
|
1706
|
+
<wsdl:input name="processProfileSaleRequest">
|
|
1707
|
+
|
|
1708
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1709
|
+
|
|
1710
|
+
</wsdl:input>
|
|
1711
|
+
|
|
1712
|
+
<wsdl:output name="processProfileSaleResponse">
|
|
1713
|
+
|
|
1714
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1715
|
+
|
|
1716
|
+
</wsdl:output>
|
|
1717
|
+
|
|
1718
|
+
</wsdl:operation>
|
|
1719
|
+
|
|
1720
|
+
<wsdl:operation name="processProfileUpdate">
|
|
1721
|
+
|
|
1722
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1723
|
+
|
|
1724
|
+
<wsdl:input name="processProfileUpdateRequest">
|
|
1725
|
+
|
|
1726
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1727
|
+
|
|
1728
|
+
</wsdl:input>
|
|
1729
|
+
|
|
1730
|
+
<wsdl:output name="processProfileUpdateResponse">
|
|
1731
|
+
|
|
1732
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1733
|
+
|
|
1734
|
+
</wsdl:output>
|
|
1735
|
+
|
|
1736
|
+
</wsdl:operation>
|
|
1737
|
+
|
|
1738
|
+
<wsdl:operation name="processProfileCredit">
|
|
1739
|
+
|
|
1740
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1741
|
+
|
|
1742
|
+
<wsdl:input name="processProfileCreditRequest">
|
|
1743
|
+
|
|
1744
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1745
|
+
|
|
1746
|
+
</wsdl:input>
|
|
1747
|
+
|
|
1748
|
+
<wsdl:output name="processProfileCreditResponse">
|
|
1749
|
+
|
|
1750
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1751
|
+
|
|
1752
|
+
</wsdl:output>
|
|
1753
|
+
|
|
1754
|
+
</wsdl:operation>
|
|
1755
|
+
|
|
1756
|
+
<wsdl:operation name="processCheck21Void">
|
|
1757
|
+
|
|
1758
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1759
|
+
|
|
1760
|
+
<wsdl:input name="processCheck21VoidRequest">
|
|
1761
|
+
|
|
1762
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1763
|
+
|
|
1764
|
+
</wsdl:input>
|
|
1765
|
+
|
|
1766
|
+
<wsdl:output name="processCheck21VoidResponse">
|
|
1767
|
+
|
|
1768
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1769
|
+
|
|
1770
|
+
</wsdl:output>
|
|
1771
|
+
|
|
1772
|
+
</wsdl:operation>
|
|
1773
|
+
|
|
1774
|
+
<wsdl:operation name="processCheck21Credit">
|
|
1775
|
+
|
|
1776
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1777
|
+
|
|
1778
|
+
<wsdl:input name="processCheck21CreditRequest">
|
|
1779
|
+
|
|
1780
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1781
|
+
|
|
1782
|
+
</wsdl:input>
|
|
1783
|
+
|
|
1784
|
+
<wsdl:output name="processCheck21CreditResponse">
|
|
1785
|
+
|
|
1786
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1787
|
+
|
|
1788
|
+
</wsdl:output>
|
|
1789
|
+
|
|
1790
|
+
</wsdl:operation>
|
|
1791
|
+
|
|
1792
|
+
<wsdl:operation name="processExtACHVoid">
|
|
1793
|
+
|
|
1794
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1795
|
+
|
|
1796
|
+
<wsdl:input name="processExtACHVoidRequest">
|
|
1797
|
+
|
|
1798
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1799
|
+
|
|
1800
|
+
</wsdl:input>
|
|
1801
|
+
|
|
1802
|
+
<wsdl:output name="processExtACHVoidResponse">
|
|
1803
|
+
|
|
1804
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1805
|
+
|
|
1806
|
+
</wsdl:output>
|
|
1807
|
+
|
|
1808
|
+
</wsdl:operation>
|
|
1809
|
+
|
|
1810
|
+
<wsdl:operation name="processExtACHCredit">
|
|
1811
|
+
|
|
1812
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1813
|
+
|
|
1814
|
+
<wsdl:input name="processExtACHCreditRequest">
|
|
1815
|
+
|
|
1816
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1817
|
+
|
|
1818
|
+
</wsdl:input>
|
|
1819
|
+
|
|
1820
|
+
<wsdl:output name="processExtACHCreditResponse">
|
|
1821
|
+
|
|
1822
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1823
|
+
|
|
1824
|
+
</wsdl:output>
|
|
1825
|
+
|
|
1826
|
+
</wsdl:operation>
|
|
1827
|
+
|
|
1828
|
+
<wsdl:operation name="processExtACHSale">
|
|
1829
|
+
|
|
1830
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1831
|
+
|
|
1832
|
+
<wsdl:input name="processExtACHSaleRequest">
|
|
1833
|
+
|
|
1834
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1835
|
+
|
|
1836
|
+
</wsdl:input>
|
|
1837
|
+
|
|
1838
|
+
<wsdl:output name="processExtACHSaleResponse">
|
|
1839
|
+
|
|
1840
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1841
|
+
|
|
1842
|
+
</wsdl:output>
|
|
1843
|
+
|
|
1844
|
+
</wsdl:operation>
|
|
1845
|
+
|
|
1846
|
+
<wsdl:operation name="processC21RCCVoid">
|
|
1847
|
+
|
|
1848
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1849
|
+
|
|
1850
|
+
<wsdl:input name="processC21RCCVoidRequest">
|
|
1851
|
+
|
|
1852
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1853
|
+
|
|
1854
|
+
</wsdl:input>
|
|
1855
|
+
|
|
1856
|
+
<wsdl:output name="processC21RCCVoidResponse">
|
|
1857
|
+
|
|
1858
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1859
|
+
|
|
1860
|
+
</wsdl:output>
|
|
1861
|
+
|
|
1862
|
+
</wsdl:operation>
|
|
1863
|
+
|
|
1864
|
+
<wsdl:operation name="processC21RCCCredit">
|
|
1865
|
+
|
|
1866
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1867
|
+
|
|
1868
|
+
<wsdl:input name="processC21RCCCreditRequest">
|
|
1869
|
+
|
|
1870
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1871
|
+
|
|
1872
|
+
</wsdl:input>
|
|
1873
|
+
|
|
1874
|
+
<wsdl:output name="processC21RCCCreditResponse">
|
|
1875
|
+
|
|
1876
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1877
|
+
|
|
1878
|
+
</wsdl:output>
|
|
1879
|
+
|
|
1880
|
+
</wsdl:operation>
|
|
1881
|
+
|
|
1882
|
+
<wsdl:operation name="processC21RCCSale">
|
|
1883
|
+
|
|
1884
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1885
|
+
|
|
1886
|
+
<wsdl:input name="processC21RCCSaleRequest">
|
|
1887
|
+
|
|
1888
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1889
|
+
|
|
1890
|
+
</wsdl:input>
|
|
1891
|
+
|
|
1892
|
+
<wsdl:output name="processC21RCCSaleResponse">
|
|
1893
|
+
|
|
1894
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1895
|
+
|
|
1896
|
+
</wsdl:output>
|
|
1897
|
+
|
|
1898
|
+
</wsdl:operation>
|
|
1899
|
+
|
|
1900
|
+
<wsdl:operation name="processExtACHConsumerDisbursement">
|
|
1901
|
+
|
|
1902
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1903
|
+
|
|
1904
|
+
<wsdl:input name="processExtACHConsumerDisbursementRequest">
|
|
1905
|
+
|
|
1906
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1907
|
+
|
|
1908
|
+
</wsdl:input>
|
|
1909
|
+
|
|
1910
|
+
<wsdl:output name="processExtACHConsumerDisbursementResponse">
|
|
1911
|
+
|
|
1912
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1913
|
+
|
|
1914
|
+
</wsdl:output>
|
|
1915
|
+
|
|
1916
|
+
</wsdl:operation>
|
|
1917
|
+
|
|
1918
|
+
<wsdl:operation name="processTransRetrieve">
|
|
1919
|
+
|
|
1920
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1921
|
+
|
|
1922
|
+
<wsdl:input name="processTransRetrieveRequest">
|
|
1923
|
+
|
|
1924
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1925
|
+
|
|
1926
|
+
</wsdl:input>
|
|
1927
|
+
|
|
1928
|
+
<wsdl:output name="processTransRetrieveResponse">
|
|
1929
|
+
|
|
1930
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1931
|
+
|
|
1932
|
+
</wsdl:output>
|
|
1933
|
+
|
|
1934
|
+
</wsdl:operation>
|
|
1935
|
+
|
|
1936
|
+
<wsdl:operation name="processRecurRetrieve">
|
|
1937
|
+
|
|
1938
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1939
|
+
|
|
1940
|
+
<wsdl:input name="processRecurRetrieveRequest">
|
|
1941
|
+
|
|
1942
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1943
|
+
|
|
1944
|
+
</wsdl:input>
|
|
1945
|
+
|
|
1946
|
+
<wsdl:output name="processRecurRetrieveResponse">
|
|
1947
|
+
|
|
1948
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1949
|
+
|
|
1950
|
+
</wsdl:output>
|
|
1951
|
+
|
|
1952
|
+
</wsdl:operation>
|
|
1953
|
+
|
|
1954
|
+
<wsdl:operation name="processC21ICLSale">
|
|
1955
|
+
|
|
1956
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1957
|
+
|
|
1958
|
+
<wsdl:input name="processC21ICLSaleRequest">
|
|
1959
|
+
|
|
1960
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1961
|
+
|
|
1962
|
+
</wsdl:input>
|
|
1963
|
+
|
|
1964
|
+
<wsdl:output name="processC21ICLSaleResponse">
|
|
1965
|
+
|
|
1966
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1967
|
+
|
|
1968
|
+
</wsdl:output>
|
|
1969
|
+
|
|
1970
|
+
</wsdl:operation>
|
|
1971
|
+
|
|
1972
|
+
<wsdl:operation name="processC21ICLVoid">
|
|
1973
|
+
|
|
1974
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1975
|
+
|
|
1976
|
+
<wsdl:input name="processC21ICLVoidRequest">
|
|
1977
|
+
|
|
1978
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1979
|
+
|
|
1980
|
+
</wsdl:input>
|
|
1981
|
+
|
|
1982
|
+
<wsdl:output name="processC21ICLVoidResponse">
|
|
1983
|
+
|
|
1984
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
1985
|
+
|
|
1986
|
+
</wsdl:output>
|
|
1987
|
+
|
|
1988
|
+
</wsdl:operation>
|
|
1989
|
+
|
|
1990
|
+
<wsdl:operation name="processC21ICLCredit">
|
|
1991
|
+
|
|
1992
|
+
<wsdlsoap:operation soapAction=""/>
|
|
1993
|
+
|
|
1994
|
+
<wsdl:input name="processC21ICLCreditRequest">
|
|
1995
|
+
|
|
1996
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
1997
|
+
|
|
1998
|
+
</wsdl:input>
|
|
1999
|
+
|
|
2000
|
+
<wsdl:output name="processC21ICLCreditResponse">
|
|
2001
|
+
|
|
2002
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2003
|
+
|
|
2004
|
+
</wsdl:output>
|
|
2005
|
+
|
|
2006
|
+
</wsdl:operation>
|
|
2007
|
+
|
|
2008
|
+
<wsdl:operation name="processCCAuthentication">
|
|
2009
|
+
|
|
2010
|
+
<wsdlsoap:operation soapAction=""/>
|
|
2011
|
+
|
|
2012
|
+
<wsdl:input name="processCCAuthenticationRequest">
|
|
2013
|
+
|
|
2014
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
2015
|
+
|
|
2016
|
+
</wsdl:input>
|
|
2017
|
+
|
|
2018
|
+
<wsdl:output name="processCCAuthenticationResponse">
|
|
2019
|
+
|
|
2020
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2021
|
+
|
|
2022
|
+
</wsdl:output>
|
|
2023
|
+
|
|
2024
|
+
</wsdl:operation>
|
|
2025
|
+
|
|
2026
|
+
<wsdl:operation name="processCCSales">
|
|
2027
|
+
|
|
2028
|
+
<wsdlsoap:operation soapAction=""/>
|
|
2029
|
+
|
|
2030
|
+
<wsdl:input name="processCCSalesRequest">
|
|
2031
|
+
|
|
2032
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
2033
|
+
|
|
2034
|
+
</wsdl:input>
|
|
2035
|
+
|
|
2036
|
+
<wsdl:output name="processCCSalesResponse">
|
|
2037
|
+
|
|
2038
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2039
|
+
|
|
2040
|
+
</wsdl:output>
|
|
2041
|
+
|
|
2042
|
+
</wsdl:operation>
|
|
2043
|
+
|
|
2044
|
+
<wsdl:operation name="processCCAuths">
|
|
2045
|
+
|
|
2046
|
+
<wsdlsoap:operation soapAction=""/>
|
|
2047
|
+
|
|
2048
|
+
<wsdl:input name="processCCAuthsRequest">
|
|
2049
|
+
|
|
2050
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
2051
|
+
|
|
2052
|
+
</wsdl:input>
|
|
2053
|
+
|
|
2054
|
+
<wsdl:output name="processCCAuthsResponse">
|
|
2055
|
+
|
|
2056
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2057
|
+
|
|
2058
|
+
</wsdl:output>
|
|
2059
|
+
|
|
2060
|
+
</wsdl:operation>
|
|
2061
|
+
|
|
2062
|
+
<wsdl:operation name="processCCCredits">
|
|
2063
|
+
|
|
2064
|
+
<wsdlsoap:operation soapAction=""/>
|
|
2065
|
+
|
|
2066
|
+
<wsdl:input name="processCCCreditsRequest">
|
|
2067
|
+
|
|
2068
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
2069
|
+
|
|
2070
|
+
</wsdl:input>
|
|
2071
|
+
|
|
2072
|
+
<wsdl:output name="processCCCreditsResponse">
|
|
2073
|
+
|
|
2074
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2075
|
+
|
|
2076
|
+
</wsdl:output>
|
|
2077
|
+
|
|
2078
|
+
</wsdl:operation>
|
|
2079
|
+
|
|
2080
|
+
<wsdl:operation name="processDebitSales">
|
|
2081
|
+
|
|
2082
|
+
<wsdlsoap:operation soapAction=""/>
|
|
2083
|
+
|
|
2084
|
+
<wsdl:input name="processDebitSalesRequest">
|
|
2085
|
+
|
|
2086
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
2087
|
+
|
|
2088
|
+
</wsdl:input>
|
|
2089
|
+
|
|
2090
|
+
<wsdl:output name="processDebitSalesResponse">
|
|
2091
|
+
|
|
2092
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2093
|
+
|
|
2094
|
+
</wsdl:output>
|
|
2095
|
+
|
|
2096
|
+
</wsdl:operation>
|
|
2097
|
+
|
|
2098
|
+
<wsdl:operation name="processDebitReturns">
|
|
2099
|
+
|
|
2100
|
+
<wsdlsoap:operation soapAction=""/>
|
|
2101
|
+
|
|
2102
|
+
<wsdl:input name="processDebitReturnsRequest">
|
|
2103
|
+
|
|
2104
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
|
|
2105
|
+
|
|
2106
|
+
</wsdl:input>
|
|
2107
|
+
|
|
2108
|
+
<wsdl:output name="processDebitReturnsResponse">
|
|
2109
|
+
|
|
2110
|
+
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
|
|
2111
|
+
|
|
2112
|
+
</wsdl:output>
|
|
2113
|
+
|
|
2114
|
+
</wsdl:operation>
|
|
2115
|
+
|
|
2116
|
+
</wsdl:binding>
|
|
2117
|
+
|
|
2118
|
+
<wsdl:service name="TransactionSOAPBindingImplService">
|
|
2119
|
+
|
|
2120
|
+
<wsdl:port binding="impl:TransactionServiceSoapBinding" name="TransactionService">
|
|
2121
|
+
|
|
2122
|
+
<wsdlsoap:address location="https://trans.myprismpay.com/MPWeb/services/TransactionService"/>
|
|
2123
|
+
|
|
2124
|
+
</wsdl:port>
|
|
2125
|
+
|
|
2126
|
+
</wsdl:service>
|
|
2127
|
+
|
|
2128
|
+
</wsdl:definitions>
|