nps_sdk 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2559 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://psp.nps.com.ar/ws" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="https://psp.nps.com.ar/ws">
3
+ <types>
4
+ <xsd:schema targetNamespace="https://psp.nps.com.ar/ws">
5
+ <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
6
+ <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
7
+ <xsd:complexType name="TaxesRequestStruct">
8
+ <xsd:all>
9
+ <xsd:element name="TypeId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
10
+ <xsd:element name="Amount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
11
+ <xsd:element name="Rate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
12
+ <xsd:element name="BaseAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
13
+ </xsd:all>
14
+ </xsd:complexType>
15
+ <xsd:complexType name="ArrayOf_TaxesRequestStruct">
16
+ <xsd:complexContent>
17
+ <xsd:restriction base="SOAP-ENC:Array">
18
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:TaxesRequestStruct[]"/>
19
+ </xsd:restriction>
20
+ </xsd:complexContent>
21
+ </xsd:complexType>
22
+ <xsd:complexType name="AmountAdditionalDetailsRequestStruct">
23
+ <xsd:all>
24
+ <xsd:element name="Tip" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
25
+ <xsd:element name="Discount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
26
+ <xsd:element name="Taxes" type="tns:ArrayOf_TaxesRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
27
+ </xsd:all>
28
+ </xsd:complexType>
29
+ <xsd:complexType name="AddressStruct">
30
+ <xsd:all>
31
+ <xsd:element name="Street" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
32
+ <xsd:element name="HouseNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
33
+ <xsd:element name="AdditionalInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
34
+ <xsd:element name="City" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
35
+ <xsd:element name="StateProvince" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
36
+ <xsd:element name="Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
37
+ <xsd:element name="ZipCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
38
+ </xsd:all>
39
+ </xsd:complexType>
40
+ <xsd:complexType name="SellerDetailsStruct">
41
+ <xsd:all>
42
+ <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
43
+ <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
44
+ <xsd:element name="Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
45
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
46
+ <xsd:element name="PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
47
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
48
+ <xsd:element name="MCC" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
49
+ <xsd:element name="ChannelCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
50
+ <xsd:element name="GeoCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
51
+ </xsd:all>
52
+ </xsd:complexType>
53
+ <xsd:complexType name="MerchantAdditionalDetailsStruct">
54
+ <xsd:all>
55
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
56
+ <xsd:element name="SellerDetails" type="tns:SellerDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
57
+ <xsd:element name="SdkInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
58
+ <xsd:element name="ShoppingCartInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
59
+ <xsd:element name="ShoppingCartPluginInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
60
+ </xsd:all>
61
+ </xsd:complexType>
62
+ <xsd:complexType name="CustomerAdditionalDetailsStruct">
63
+ <xsd:all>
64
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
65
+ <xsd:element name="AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
66
+ <xsd:element name="IPAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
67
+ <xsd:element name="AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
68
+ <xsd:element name="AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
69
+ <xsd:element name="AccountPreviousActivity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
70
+ <xsd:element name="AccountHasCredentials" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
71
+ <xsd:element name="DeviceType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
72
+ <xsd:element name="DeviceFingerPrint" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
73
+ <xsd:element name="BrowserLanguage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
74
+ <xsd:element name="HttpUserAgent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
75
+ </xsd:all>
76
+ </xsd:complexType>
77
+ <xsd:complexType name="PersonStruct">
78
+ <xsd:all>
79
+ <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
80
+ <xsd:element name="LastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
81
+ <xsd:element name="MiddleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
82
+ <xsd:element name="PhoneNumber1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
83
+ <xsd:element name="PhoneNumber2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
84
+ <xsd:element name="Gender" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
85
+ <xsd:element name="DateOfBirth" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
86
+ <xsd:element name="Nationality" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
87
+ <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
88
+ <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
89
+ </xsd:all>
90
+ </xsd:complexType>
91
+ <xsd:complexType name="BillingDetailsStruct">
92
+ <xsd:all>
93
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
94
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
95
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
96
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
97
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
98
+ </xsd:all>
99
+ </xsd:complexType>
100
+ <xsd:complexType name="ShippingDetailsStruct">
101
+ <xsd:all>
102
+ <xsd:element name="TrackingNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
103
+ <xsd:element name="Method" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
104
+ <xsd:element name="Carrier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
105
+ <xsd:element name="DeliveryDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
106
+ <xsd:element name="FreightAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
107
+ <xsd:element name="GiftMessage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
108
+ <xsd:element name="GiftWrapping" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
109
+ <xsd:element name="PrimaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
110
+ <xsd:element name="SecondaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
111
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
112
+ </xsd:all>
113
+ </xsd:complexType>
114
+ <xsd:complexType name="OrderItemStruct">
115
+ <xsd:all>
116
+ <xsd:element name="Quantity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
117
+ <xsd:element name="UnitPrice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
118
+ <xsd:element name="Description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
119
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
120
+ <xsd:element name="SkuCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
121
+ <xsd:element name="ManufacturerPartNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
122
+ <xsd:element name="Risk" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
123
+ </xsd:all>
124
+ </xsd:complexType>
125
+ <xsd:complexType name="ArrayOf_OrderItemStruct">
126
+ <xsd:complexContent>
127
+ <xsd:restriction base="SOAP-ENC:Array">
128
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:OrderItemStruct[]"/>
129
+ </xsd:restriction>
130
+ </xsd:complexContent>
131
+ </xsd:complexType>
132
+ <xsd:complexType name="OrderDetailsStruct">
133
+ <xsd:all>
134
+ <xsd:element name="OrderItems" type="tns:ArrayOf_OrderItemStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
135
+ </xsd:all>
136
+ </xsd:complexType>
137
+ <xsd:complexType name="LegStruct">
138
+ <xsd:all>
139
+ <xsd:element name="DepartureAirport" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
140
+ <xsd:element name="DepartureDatetime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
141
+ <xsd:element name="DepartureAirportTimezone" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
142
+ <xsd:element name="ArrivalAirport" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
143
+ <xsd:element name="CarrierCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
144
+ <xsd:element name="FlightNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
145
+ <xsd:element name="FareBasisCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
146
+ <xsd:element name="FareClassCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
147
+ <xsd:element name="BaseFare" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
148
+ <xsd:element name="BaseFareCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
149
+ </xsd:all>
150
+ </xsd:complexType>
151
+ <xsd:complexType name="ArrayOf_LegStruct">
152
+ <xsd:complexContent>
153
+ <xsd:restriction base="SOAP-ENC:Array">
154
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:LegStruct[]"/>
155
+ </xsd:restriction>
156
+ </xsd:complexContent>
157
+ </xsd:complexType>
158
+ <xsd:complexType name="PassengerStruct">
159
+ <xsd:all>
160
+ <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
161
+ <xsd:element name="LastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
162
+ <xsd:element name="MiddleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
163
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
164
+ <xsd:element name="DateOfBirth" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
165
+ <xsd:element name="Nationality" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
166
+ <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
167
+ <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
168
+ <xsd:element name="IDCountry" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
169
+ <xsd:element name="LoyaltyNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
170
+ <xsd:element name="LoyaltyTier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
171
+ </xsd:all>
172
+ </xsd:complexType>
173
+ <xsd:complexType name="ArrayOf_PassengerStruct">
174
+ <xsd:complexContent>
175
+ <xsd:restriction base="SOAP-ENC:Array">
176
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PassengerStruct[]"/>
177
+ </xsd:restriction>
178
+ </xsd:complexContent>
179
+ </xsd:complexType>
180
+ <xsd:complexType name="AirlineDetailsStruct">
181
+ <xsd:all>
182
+ <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
183
+ <xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
184
+ <xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
185
+ <xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
186
+ </xsd:all>
187
+ </xsd:complexType>
188
+ <xsd:complexType name="VaultReference2pStruct">
189
+ <xsd:all>
190
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
191
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
192
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
193
+ </xsd:all>
194
+ </xsd:complexType>
195
+ <xsd:complexType name="RequerimientoStruct_PayOnLine_2p">
196
+ <xsd:all>
197
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
198
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
199
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
200
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
201
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
202
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
203
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
204
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
205
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
206
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
207
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
208
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
209
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
210
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
211
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
212
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
213
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
214
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
215
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
216
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
217
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
218
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
219
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
220
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
221
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
222
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
223
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
224
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
225
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
226
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
227
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
228
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
229
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
230
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
231
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
232
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
233
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
234
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
235
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
236
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
237
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
238
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
239
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
240
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
241
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
242
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
243
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
244
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
245
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
246
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
247
+ </xsd:all>
248
+ </xsd:complexType>
249
+ <xsd:complexType name="TaxesResponseStruct">
250
+ <xsd:all>
251
+ <xsd:element name="TypeId" type="xsd:string" nillable="false"/>
252
+ <xsd:element name="TypeDescription" type="xsd:string" nillable="false"/>
253
+ <xsd:element name="Amount" type="xsd:string" nillable="false"/>
254
+ <xsd:element name="Rate" type="xsd:string" nillable="false"/>
255
+ <xsd:element name="BaseAmount" type="xsd:string" nillable="false"/>
256
+ <xsd:element name="AppliedAmount" type="xsd:string" nillable="false"/>
257
+ <xsd:element name="Remarks" type="xsd:string" nillable="false"/>
258
+ </xsd:all>
259
+ </xsd:complexType>
260
+ <xsd:complexType name="ArrayOf_TaxesResponseStruct">
261
+ <xsd:complexContent>
262
+ <xsd:restriction base="SOAP-ENC:Array">
263
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:TaxesResponseStruct[]"/>
264
+ </xsd:restriction>
265
+ </xsd:complexContent>
266
+ </xsd:complexType>
267
+ <xsd:complexType name="AmountAdditionalDetailsResponseStruct">
268
+ <xsd:all>
269
+ <xsd:element name="Tip" type="xsd:string" nillable="false"/>
270
+ <xsd:element name="Discount" type="xsd:string" nillable="false"/>
271
+ <xsd:element name="Taxes" type="tns:ArrayOf_TaxesResponseStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
272
+ </xsd:all>
273
+ </xsd:complexType>
274
+ <xsd:complexType name="FraudScreeningResultStruct">
275
+ <xsd:all>
276
+ <xsd:element name="ResultCode" type="xsd:string" nillable="false"/>
277
+ <xsd:element name="ResultDescription" type="xsd:string" nillable="false"/>
278
+ <xsd:element name="AdditionalInfo" type="xsd:string" nillable="false"/>
279
+ </xsd:all>
280
+ </xsd:complexType>
281
+ <xsd:complexType name="VerificationServicesResultStruct">
282
+ <xsd:all>
283
+ <xsd:element name="ResultCodeCardSecurityCode" type="xsd:string" nillable="false"/>
284
+ <xsd:element name="ResultCodeBillingAddress" type="xsd:string" nillable="false"/>
285
+ <xsd:element name="ResultCodeBillingAddressZipCode" type="xsd:string" nillable="false"/>
286
+ <xsd:element name="ResultCodeBillingPersonIDType" type="xsd:string" nillable="false"/>
287
+ <xsd:element name="ResultCodeBillingPersonIDNumber" type="xsd:string" nillable="false"/>
288
+ <xsd:element name="ResultCodeBillingPersonDateOfBirth" type="xsd:string" nillable="false"/>
289
+ <xsd:element name="ResultCodeBillingPersonName" type="xsd:string" nillable="false"/>
290
+ <xsd:element name="ResultCodeBillingPersonPhoneNumber1" type="xsd:string" nillable="false"/>
291
+ <xsd:element name="ResultCodeCustomerEmailAddress" type="xsd:string" nillable="false"/>
292
+ </xsd:all>
293
+ </xsd:complexType>
294
+ <xsd:complexType name="RespuestaStruct_PayOnLine_2p">
295
+ <xsd:all>
296
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
297
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
298
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
299
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
300
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
301
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
302
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
303
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
304
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
305
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
306
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
307
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false"/>
308
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
309
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
310
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
311
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
312
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
313
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
314
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
315
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
316
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
317
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
318
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
319
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
320
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
321
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
322
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
323
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
324
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
325
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
326
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
327
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
328
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
329
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
330
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
331
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
332
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
333
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
334
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
335
+ </xsd:all>
336
+ </xsd:complexType>
337
+ <xsd:complexType name="RequerimientoStruct_Authorize_2p">
338
+ <xsd:all>
339
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
340
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
341
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
342
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
343
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
344
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
345
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
346
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
347
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
348
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
349
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
350
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
351
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
352
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
353
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
354
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
355
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
356
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
357
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
358
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
359
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
360
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
361
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
362
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
363
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
364
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
365
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
366
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
367
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
368
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
369
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
370
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
371
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
372
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
373
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
374
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
375
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
376
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
377
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
378
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
379
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
380
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
381
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
382
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
383
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
384
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
385
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
386
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
387
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
388
+ </xsd:all>
389
+ </xsd:complexType>
390
+ <xsd:complexType name="RespuestaStruct_Authorize_2p">
391
+ <xsd:all>
392
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
393
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
394
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
395
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
396
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
397
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
398
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
399
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
400
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
401
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
402
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
403
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false"/>
404
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
405
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
406
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
407
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
408
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
409
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
410
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
411
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
412
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
413
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
414
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
415
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
416
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
417
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
418
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
419
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
420
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
421
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
422
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
423
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
424
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
425
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
426
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
427
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
428
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
429
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
430
+ </xsd:all>
431
+ </xsd:complexType>
432
+ <xsd:complexType name="RequerimientoStruct_BankPayment_2p">
433
+ <xsd:all>
434
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
435
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
436
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
437
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
438
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
439
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
440
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
441
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
442
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
443
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
444
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
445
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
446
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
447
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
448
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
449
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
450
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
451
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
452
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
453
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
454
+ <xsd:element name="psp_CustomerBankId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
455
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
456
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
457
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
458
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
459
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
460
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
461
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
462
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
463
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
464
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
465
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
466
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
467
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
468
+ </xsd:all>
469
+ </xsd:complexType>
470
+ <xsd:complexType name="RespuestaStruct_BankPayment_2p_BillingDetails">
471
+ <xsd:all>
472
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
473
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
474
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
475
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
476
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
477
+ </xsd:all>
478
+ </xsd:complexType>
479
+ <xsd:complexType name="RespuestaStruct_BankPayment_2p">
480
+ <xsd:all>
481
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
482
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
483
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
484
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
485
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
486
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
487
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
488
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
489
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false"/>
490
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false"/>
491
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
492
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
493
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
494
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false"/>
495
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false"/>
496
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false"/>
497
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false"/>
498
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false"/>
499
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false"/>
500
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false"/>
501
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false"/>
502
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false"/>
503
+ <xsd:element name="psp_CustomerBankId" type="xsd:string" nillable="false"/>
504
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
505
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
506
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
507
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
508
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
509
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
510
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_BankPayment_2p_BillingDetails" nillable="false"/>
511
+ </xsd:all>
512
+ </xsd:complexType>
513
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p_Transactions">
514
+ <xsd:all>
515
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
516
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
517
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
518
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
519
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
520
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
521
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
522
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
523
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
524
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
525
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
526
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
527
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
528
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
529
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
530
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
531
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
532
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
533
+ </xsd:all>
534
+ </xsd:complexType>
535
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions">
536
+ <xsd:complexContent>
537
+ <xsd:restriction base="SOAP-ENC:Array">
538
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitPayOnLine_2p_Transactions[]"/>
539
+ </xsd:restriction>
540
+ </xsd:complexContent>
541
+ </xsd:complexType>
542
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p">
543
+ <xsd:all>
544
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
545
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
546
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
547
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
548
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
549
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
550
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
551
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
552
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
553
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
554
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
555
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
556
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
557
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
558
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
559
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
560
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
561
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
562
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
563
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
564
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
565
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
566
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
567
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
568
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
569
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
570
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
571
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
572
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
573
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions" nillable="false" minOccurs="1" maxOccurs="1"/>
574
+ </xsd:all>
575
+ </xsd:complexType>
576
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p_Transactions">
577
+ <xsd:all>
578
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
579
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
580
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
581
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
582
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
583
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
584
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
585
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
586
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
587
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
588
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
589
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
590
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
591
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
592
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
593
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
594
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
595
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
596
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
597
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
598
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
599
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
600
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
601
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
602
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
603
+ </xsd:all>
604
+ </xsd:complexType>
605
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions">
606
+ <xsd:complexContent>
607
+ <xsd:restriction base="SOAP-ENC:Array">
608
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitPayOnLine_2p_Transactions[]"/>
609
+ </xsd:restriction>
610
+ </xsd:complexContent>
611
+ </xsd:complexType>
612
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p">
613
+ <xsd:all>
614
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
615
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
616
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
617
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
618
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
619
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
620
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
621
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
622
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
623
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
624
+ </xsd:all>
625
+ </xsd:complexType>
626
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_2p_Transactions">
627
+ <xsd:all>
628
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
629
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
630
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
631
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
632
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
633
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
634
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
635
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
636
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
637
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
638
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
639
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
640
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
641
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
642
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
643
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
644
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
645
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
646
+ </xsd:all>
647
+ </xsd:complexType>
648
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions">
649
+ <xsd:complexContent>
650
+ <xsd:restriction base="SOAP-ENC:Array">
651
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitAuthorize_2p_Transactions[]"/>
652
+ </xsd:restriction>
653
+ </xsd:complexContent>
654
+ </xsd:complexType>
655
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_2p">
656
+ <xsd:all>
657
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
658
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
659
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
660
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
661
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
662
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
663
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
664
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
665
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
666
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
667
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
668
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
669
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
670
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
671
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
672
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
673
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
675
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
676
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
677
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
678
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
679
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
680
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
681
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
682
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
683
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
684
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
685
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
686
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions" nillable="false" minOccurs="1" maxOccurs="1"/>
687
+ </xsd:all>
688
+ </xsd:complexType>
689
+ <xsd:complexType name="RespuestaStruct_SplitAuthorize_2p">
690
+ <xsd:all>
691
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
692
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
693
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
694
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
695
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
696
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
697
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
698
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
699
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
700
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
701
+ </xsd:all>
702
+ </xsd:complexType>
703
+ <xsd:complexType name="RequerimientoStruct_PayOnLine_3p">
704
+ <xsd:all>
705
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
706
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
707
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
708
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
709
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
710
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
711
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
712
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
713
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
714
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
715
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
716
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
717
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
718
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
719
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
720
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
721
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
722
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
723
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
724
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
725
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
726
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
727
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
728
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
729
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
730
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
731
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
732
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
733
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
734
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
735
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
736
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
737
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
738
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
739
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
740
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
741
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
742
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
743
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
744
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
745
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
746
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
747
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
748
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
749
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
750
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
751
+ </xsd:all>
752
+ </xsd:complexType>
753
+ <xsd:complexType name="RespuestaStruct_PayOnLine_3p">
754
+ <xsd:all>
755
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
756
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
757
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
758
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
759
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false"/>
760
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false"/>
761
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
762
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
763
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
764
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
765
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
766
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
767
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
768
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
769
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
770
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
771
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
772
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
773
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
774
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
775
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
776
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
777
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
778
+ </xsd:all>
779
+ </xsd:complexType>
780
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_3p_Transactions">
781
+ <xsd:all>
782
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
783
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
784
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
785
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
786
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
787
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
788
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
789
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
790
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
791
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
792
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
793
+ </xsd:all>
794
+ </xsd:complexType>
795
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_3p_Transactions">
796
+ <xsd:complexContent>
797
+ <xsd:restriction base="SOAP-ENC:Array">
798
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitPayOnLine_3p_Transactions[]"/>
799
+ </xsd:restriction>
800
+ </xsd:complexContent>
801
+ </xsd:complexType>
802
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_3p">
803
+ <xsd:all>
804
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
805
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
806
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
807
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
808
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
809
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
810
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
811
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
812
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
813
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
814
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
815
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
816
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
817
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
818
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
819
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
820
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
821
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
822
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
823
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
824
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
825
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
826
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
827
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
828
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
829
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
830
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
831
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
832
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
833
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
834
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
835
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
836
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
837
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
838
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
839
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
840
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
841
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
842
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
843
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
844
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitPayOnLine_3p_Transactions" nillable="false" minOccurs="1" maxOccurs="1"/>
845
+ </xsd:all>
846
+ </xsd:complexType>
847
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p_Transactions">
848
+ <xsd:all>
849
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
850
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
851
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
852
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
853
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
854
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
855
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
856
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
857
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
858
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
859
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
860
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
861
+ </xsd:all>
862
+ </xsd:complexType>
863
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions">
864
+ <xsd:complexContent>
865
+ <xsd:restriction base="SOAP-ENC:Array">
866
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitPayOnLine_3p_Transactions[]"/>
867
+ </xsd:restriction>
868
+ </xsd:complexContent>
869
+ </xsd:complexType>
870
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p">
871
+ <xsd:all>
872
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
873
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
874
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
875
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
876
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false"/>
877
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false"/>
878
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
879
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
880
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
881
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
882
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
883
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
884
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
885
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
886
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
887
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
888
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
889
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
890
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false"/>
891
+ </xsd:all>
892
+ </xsd:complexType>
893
+ <xsd:complexType name="RequerimientoStruct_Authorize_3p">
894
+ <xsd:all>
895
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
896
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
897
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
898
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
899
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
900
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
901
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
902
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
903
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
904
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
905
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
906
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
907
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
908
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
909
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
910
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
911
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
912
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
913
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
914
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
915
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
916
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
917
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
918
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
919
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
920
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
921
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
922
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
923
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
924
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
925
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
926
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
927
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
928
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
929
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
930
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
931
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
932
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
933
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
934
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
935
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
936
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
937
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
938
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
939
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
940
+ </xsd:all>
941
+ </xsd:complexType>
942
+ <xsd:complexType name="RespuestaStruct_Authorize_3p">
943
+ <xsd:all>
944
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
945
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
946
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
947
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
948
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false"/>
949
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false"/>
950
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
951
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
952
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
953
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
954
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
955
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
956
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
957
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
958
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
959
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
960
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
961
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
962
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
963
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
964
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
965
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
966
+ </xsd:all>
967
+ </xsd:complexType>
968
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_3p_Transactions">
969
+ <xsd:all>
970
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
971
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
972
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
973
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
974
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
975
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
976
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
977
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
978
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
979
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
980
+ </xsd:all>
981
+ </xsd:complexType>
982
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_3p_Transactions">
983
+ <xsd:complexContent>
984
+ <xsd:restriction base="SOAP-ENC:Array">
985
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitAuthorize_3p_Transactions[]"/>
986
+ </xsd:restriction>
987
+ </xsd:complexContent>
988
+ </xsd:complexType>
989
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_3p">
990
+ <xsd:all>
991
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
992
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
993
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
994
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
995
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
996
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
997
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
998
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
999
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1000
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1001
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1002
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1003
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1004
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1005
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1006
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1007
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1008
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1009
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1010
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1011
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1012
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1013
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1014
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1015
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1016
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1017
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1018
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1019
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1020
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1021
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1022
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1023
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1024
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1025
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1026
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1027
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1028
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1029
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1030
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1031
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitAuthorize_3p_Transactions" nillable="false" minOccurs="1" maxOccurs="1"/>
1032
+ </xsd:all>
1033
+ </xsd:complexType>
1034
+ <xsd:complexType name="RespuestaStruct_SplitAuthorize_3p_Transactions">
1035
+ <xsd:all>
1036
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1037
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1038
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1039
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1040
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1041
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1042
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1043
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
1044
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
1045
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
1046
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
1047
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1048
+ </xsd:all>
1049
+ </xsd:complexType>
1050
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions">
1051
+ <xsd:complexContent>
1052
+ <xsd:restriction base="SOAP-ENC:Array">
1053
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitAuthorize_3p_Transactions[]"/>
1054
+ </xsd:restriction>
1055
+ </xsd:complexContent>
1056
+ </xsd:complexType>
1057
+ <xsd:complexType name="RespuestaStruct_SplitAuthorize_3p">
1058
+ <xsd:all>
1059
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1060
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1061
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1062
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1063
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false"/>
1064
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false"/>
1065
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1066
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1067
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1068
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1069
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1070
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1071
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1072
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1073
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1074
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1075
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1076
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1077
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false"/>
1078
+ </xsd:all>
1079
+ </xsd:complexType>
1080
+ <xsd:complexType name="RequerimientoStruct_BankPayment_3p">
1081
+ <xsd:all>
1082
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1083
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1084
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1085
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1086
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1087
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1088
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1089
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1090
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1091
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1092
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1093
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1094
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1095
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1096
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1097
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1098
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1099
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1100
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1101
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1102
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1103
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1104
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1105
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1106
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1107
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1108
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1109
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1110
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1111
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1112
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1113
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1114
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1115
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1116
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1117
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1118
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1119
+ </xsd:all>
1120
+ </xsd:complexType>
1121
+ <xsd:complexType name="RespuestaStruct_BankPayment_3p">
1122
+ <xsd:all>
1123
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1124
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1125
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1126
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1127
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false"/>
1128
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false"/>
1129
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1130
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1131
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1132
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1133
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false"/>
1134
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false"/>
1135
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1136
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1137
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1138
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false"/>
1139
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false"/>
1140
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false"/>
1141
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false"/>
1142
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false"/>
1143
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false"/>
1144
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false"/>
1145
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false"/>
1146
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false"/>
1147
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1148
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1149
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1150
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1151
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1152
+ </xsd:all>
1153
+ </xsd:complexType>
1154
+ <xsd:complexType name="RequerimientoStruct_CashPayment_3p">
1155
+ <xsd:all>
1156
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1157
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1158
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1159
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1160
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1161
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1162
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1163
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1164
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1165
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1166
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1167
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1168
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1169
+ <xsd:element name="psp_FirstExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1170
+ <xsd:element name="psp_DaysUntilSecondExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1171
+ <xsd:element name="psp_SurchargeAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1172
+ <xsd:element name="psp_DaysAvailableToPay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1173
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1174
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1175
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1176
+ <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1177
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1178
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1179
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1180
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1181
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1182
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1183
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1184
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1185
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1186
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1187
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1188
+ </xsd:all>
1189
+ </xsd:complexType>
1190
+ <xsd:complexType name="RespuestaStruct_CashPayment_3p">
1191
+ <xsd:all>
1192
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1193
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1194
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1195
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1196
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false"/>
1197
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false"/>
1198
+ <xsd:element name="psp_BarCode" type="xsd:string" nillable="false"/>
1199
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1200
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1201
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1202
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1203
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1204
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1205
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1206
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1207
+ <xsd:element name="psp_FirstExpDate" type="xsd:string" nillable="false"/>
1208
+ <xsd:element name="psp_DaysUntilSecondExpDate" type="xsd:string" nillable="false"/>
1209
+ <xsd:element name="psp_SurchargeAmount" type="xsd:string" nillable="false"/>
1210
+ <xsd:element name="psp_DaysAvailableToPay" type="xsd:string" nillable="false"/>
1211
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1212
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1213
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1214
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1215
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1216
+ </xsd:all>
1217
+ </xsd:complexType>
1218
+ <xsd:complexType name="RequerimientoStruct_Capture">
1219
+ <xsd:all>
1220
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1221
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1222
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1223
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1224
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1225
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1226
+ <xsd:element name="psp_AmountToCapture" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1227
+ <xsd:element name="psp_UserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1228
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1229
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1230
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1231
+ </xsd:all>
1232
+ </xsd:complexType>
1233
+ <xsd:complexType name="RespuestaStruct_Capture">
1234
+ <xsd:all>
1235
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1236
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1237
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1238
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1239
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false"/>
1240
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1241
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1242
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1243
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1244
+ <xsd:element name="psp_CapturedAmount" type="xsd:string" nillable="false"/>
1245
+ <xsd:element name="psp_AuthorizedAmount_Orig" type="xsd:string" nillable="false"/>
1246
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
1247
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
1248
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
1249
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
1250
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1251
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
1252
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
1253
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
1254
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
1255
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
1256
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1257
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1258
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
1259
+ </xsd:all>
1260
+ </xsd:complexType>
1261
+ <xsd:complexType name="RequerimientoStruct_Refund">
1262
+ <xsd:all>
1263
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1264
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1265
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1266
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1267
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1268
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1269
+ <xsd:element name="psp_AmountToRefund" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1270
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1271
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1272
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1273
+ <xsd:element name="psp_UserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1274
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1275
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1276
+ </xsd:all>
1277
+ </xsd:complexType>
1278
+ <xsd:complexType name="RespuestaStruct_Refund">
1279
+ <xsd:all>
1280
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1281
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1282
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1283
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1284
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false"/>
1285
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1286
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1287
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1288
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1289
+ <xsd:element name="psp_RefundedAmount" type="xsd:string" nillable="false"/>
1290
+ <xsd:element name="psp_CapturedAmount_Orig" type="xsd:string" nillable="false"/>
1291
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
1292
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
1293
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
1294
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
1295
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1296
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
1297
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
1298
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
1299
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
1300
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
1301
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1302
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1303
+ </xsd:all>
1304
+ </xsd:complexType>
1305
+ <xsd:complexType name="RequerimientoStruct_GetInstallmentsOptions">
1306
+ <xsd:all>
1307
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1308
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1309
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1310
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1311
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1312
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1313
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1314
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1315
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1316
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1317
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1318
+ </xsd:all>
1319
+ </xsd:complexType>
1320
+ <xsd:complexType name="InstallmentsOptionsStruct">
1321
+ <xsd:all>
1322
+ <xsd:element name="NumPayments" type="xsd:string" nillable="false"/>
1323
+ <xsd:element name="InstallmentAmount" type="xsd:string" nillable="false"/>
1324
+ <xsd:element name="InterestRate" type="xsd:string" nillable="false"/>
1325
+ </xsd:all>
1326
+ </xsd:complexType>
1327
+ <xsd:complexType name="ArrayOf_InstallmentsOptionsStruct">
1328
+ <xsd:complexContent>
1329
+ <xsd:restriction base="SOAP-ENC:Array">
1330
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InstallmentsOptionsStruct[]"/>
1331
+ </xsd:restriction>
1332
+ </xsd:complexContent>
1333
+ </xsd:complexType>
1334
+ <xsd:complexType name="RespuestaStruct_GetInstallmentsOptions">
1335
+ <xsd:all>
1336
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1337
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1338
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1339
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1340
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1341
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1342
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1343
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1344
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
1345
+ <xsd:element name="psp_InstallmentsOptions" type="tns:ArrayOf_InstallmentsOptionsStruct" nillable="false"/>
1346
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1347
+ </xsd:all>
1348
+ </xsd:complexType>
1349
+ <xsd:complexType name="CardInputDetailsStruct">
1350
+ <xsd:all>
1351
+ <xsd:element name="Number" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1352
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1353
+ <xsd:element name="SecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1354
+ <xsd:element name="HolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1355
+ </xsd:all>
1356
+ </xsd:complexType>
1357
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethodToken">
1358
+ <xsd:all>
1359
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1360
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1361
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1362
+ <xsd:element name="psp_CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1363
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1364
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1365
+ </xsd:all>
1366
+ </xsd:complexType>
1367
+ <xsd:complexType name="CardOutputDetailsStruct">
1368
+ <xsd:all>
1369
+ <xsd:element name="Number" type="xsd:string" nillable="true"/>
1370
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false"/>
1371
+ <xsd:element name="ExpirationYear" type="xsd:string" nillable="false"/>
1372
+ <xsd:element name="ExpirationMonth" type="xsd:string" nillable="false"/>
1373
+ <xsd:element name="HolderName" type="xsd:string" nillable="true"/>
1374
+ <xsd:element name="IIN" type="xsd:string" nillable="false"/>
1375
+ <xsd:element name="Last4" type="xsd:string" nillable="false"/>
1376
+ <xsd:element name="MaskedNumber" type="xsd:string" nillable="false"/>
1377
+ <xsd:element name="MaskedNumberAlternative" type="xsd:string" nillable="false"/>
1378
+ </xsd:all>
1379
+ </xsd:complexType>
1380
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethodToken">
1381
+ <xsd:all>
1382
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1383
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1384
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1385
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1386
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
1387
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1388
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1389
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false"/>
1390
+ <xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
1391
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1392
+ <xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
1393
+ </xsd:all>
1394
+ </xsd:complexType>
1395
+ <xsd:complexType name="RequerimientoStruct_RetrievePaymentMethodToken">
1396
+ <xsd:all>
1397
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1398
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1399
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1400
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1401
+ </xsd:all>
1402
+ </xsd:complexType>
1403
+ <xsd:complexType name="RespuestaStruct_RetrievePaymentMethodToken">
1404
+ <xsd:all>
1405
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1406
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1407
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1408
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1409
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
1410
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1411
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1412
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false"/>
1413
+ <xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
1414
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1415
+ <xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
1416
+ </xsd:all>
1417
+ </xsd:complexType>
1418
+ <xsd:complexType name="RequerimientoStruct_CreateClientSession">
1419
+ <xsd:all>
1420
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1421
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1422
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1423
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1424
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1425
+ </xsd:all>
1426
+ </xsd:complexType>
1427
+ <xsd:complexType name="RespuestaStruct_CreateClientSession">
1428
+ <xsd:all>
1429
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1430
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1431
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1432
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1433
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false"/>
1434
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1435
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1436
+ </xsd:all>
1437
+ </xsd:complexType>
1438
+ <xsd:complexType name="PaymentMethodInputDetailsStruct">
1439
+ <xsd:all>
1440
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1441
+ <xsd:element name="Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1442
+ <xsd:element name="CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1443
+ <xsd:element name="BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1444
+ </xsd:all>
1445
+ </xsd:complexType>
1446
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethod">
1447
+ <xsd:all>
1448
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1449
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1450
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodInputDetailsStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1451
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1452
+ <xsd:element name="psp_SetAsCustomerDefault" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1453
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1454
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1455
+ </xsd:all>
1456
+ </xsd:complexType>
1457
+ <xsd:complexType name="PaymentMethodOutputDetailsStruct">
1458
+ <xsd:all>
1459
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false"/>
1460
+ <xsd:element name="Product" type="xsd:string" nillable="false"/>
1461
+ <xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1462
+ <xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
1463
+ <xsd:element name="BillingDetails" type="tns:BillingDetailsStruct" nillable="false"/>
1464
+ <xsd:element name="CreatedAt" type="xsd:string" nillable="false"/>
1465
+ <xsd:element name="UpdatedAt" type="xsd:string" nillable="false"/>
1466
+ </xsd:all>
1467
+ </xsd:complexType>
1468
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethod">
1469
+ <xsd:all>
1470
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1471
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1472
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1473
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1474
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1475
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1476
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1477
+ </xsd:all>
1478
+ </xsd:complexType>
1479
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethodFromPayment">
1480
+ <xsd:all>
1481
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1482
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1483
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1484
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1485
+ <xsd:element name="psp_SetAsCustomerDefault" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1486
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1487
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1488
+ </xsd:all>
1489
+ </xsd:complexType>
1490
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethodFromPayment">
1491
+ <xsd:all>
1492
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1493
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1494
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1495
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1496
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1497
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1498
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1499
+ </xsd:all>
1500
+ </xsd:complexType>
1501
+ <xsd:complexType name="RequerimientoStruct_RetrievePaymentMethod">
1502
+ <xsd:all>
1503
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1504
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1505
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1506
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1507
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1508
+ </xsd:all>
1509
+ </xsd:complexType>
1510
+ <xsd:complexType name="RespuestaStruct_RetrievePaymentMethod">
1511
+ <xsd:all>
1512
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1513
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1514
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1515
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1516
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1517
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1518
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1519
+ </xsd:all>
1520
+ </xsd:complexType>
1521
+ <xsd:complexType name="CardInputUpdateDetailsStruct">
1522
+ <xsd:all>
1523
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1524
+ <xsd:element name="HolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1525
+ </xsd:all>
1526
+ </xsd:complexType>
1527
+ <xsd:complexType name="RequerimientoStruct_UpdatePaymentMethod">
1528
+ <xsd:all>
1529
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1530
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1531
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1532
+ <xsd:element name="psp_CardInputDetails" type="tns:CardInputUpdateDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1533
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1534
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1535
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1536
+ </xsd:all>
1537
+ </xsd:complexType>
1538
+ <xsd:complexType name="RespuestaStruct_UpdatePaymentMethod">
1539
+ <xsd:all>
1540
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1541
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1542
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1543
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1544
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1545
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1546
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1547
+ </xsd:all>
1548
+ </xsd:complexType>
1549
+ <xsd:complexType name="RequerimientoStruct_DeletePaymentMethod">
1550
+ <xsd:all>
1551
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1552
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1553
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1554
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1555
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1556
+ </xsd:all>
1557
+ </xsd:complexType>
1558
+ <xsd:complexType name="RespuestaStruct_DeletePaymentMethod">
1559
+ <xsd:all>
1560
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1561
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1562
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1563
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1564
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1565
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1566
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1567
+ </xsd:all>
1568
+ </xsd:complexType>
1569
+ <xsd:complexType name="RequerimientoStruct_CreateCustomer">
1570
+ <xsd:all>
1571
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1572
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1573
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1574
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1575
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1576
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1577
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1578
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1579
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1580
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1581
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1582
+ </xsd:all>
1583
+ </xsd:complexType>
1584
+ <xsd:complexType name="PaymentMethodsOutputDetailsStruct">
1585
+ <xsd:all>
1586
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false"/>
1587
+ <xsd:element name="Product" type="xsd:string" nillable="false"/>
1588
+ <xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1589
+ <xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
1590
+ <xsd:element name="BillingDetails" type="tns:BillingDetailsStruct" nillable="false"/>
1591
+ <xsd:element name="CreatedAt" type="xsd:string" nillable="false"/>
1592
+ <xsd:element name="UpdatedAt" type="xsd:string" nillable="false"/>
1593
+ </xsd:all>
1594
+ </xsd:complexType>
1595
+ <xsd:complexType name="ArrayOf_PaymentMethodsOutputDetailsStruct">
1596
+ <xsd:complexContent>
1597
+ <xsd:restriction base="SOAP-ENC:Array">
1598
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PaymentMethodsOutputDetailsStruct[]"/>
1599
+ </xsd:restriction>
1600
+ </xsd:complexContent>
1601
+ </xsd:complexType>
1602
+ <xsd:complexType name="RespuestaStruct_CreateCustomer">
1603
+ <xsd:all>
1604
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1605
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1606
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1607
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1608
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1609
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1610
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1611
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1612
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1613
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1614
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1615
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1616
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1617
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1618
+ </xsd:all>
1619
+ </xsd:complexType>
1620
+ <xsd:complexType name="RequerimientoStruct_RetrieveCustomer">
1621
+ <xsd:all>
1622
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1623
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1624
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1625
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1626
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1627
+ </xsd:all>
1628
+ </xsd:complexType>
1629
+ <xsd:complexType name="RespuestaStruct_RetrieveCustomer">
1630
+ <xsd:all>
1631
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1632
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1633
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1634
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1635
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1636
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1637
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1638
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1639
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1640
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1641
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1642
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1643
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1644
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1645
+ </xsd:all>
1646
+ </xsd:complexType>
1647
+ <xsd:complexType name="RequerimientoStruct_UpdateCustomer">
1648
+ <xsd:all>
1649
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1650
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1651
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1652
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1653
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1654
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1655
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1656
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1657
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1658
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1659
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1660
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1661
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1662
+ </xsd:all>
1663
+ </xsd:complexType>
1664
+ <xsd:complexType name="RespuestaStruct_UpdateCustomer">
1665
+ <xsd:all>
1666
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1667
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1668
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1669
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1670
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1671
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1672
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1673
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1674
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1675
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1676
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1677
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1678
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1679
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1680
+ </xsd:all>
1681
+ </xsd:complexType>
1682
+ <xsd:complexType name="RequerimientoStruct_DeleteCustomer">
1683
+ <xsd:all>
1684
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1685
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1686
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1687
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1688
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1689
+ </xsd:all>
1690
+ </xsd:complexType>
1691
+ <xsd:complexType name="RespuestaStruct_DeleteCustomer">
1692
+ <xsd:all>
1693
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1694
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1695
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1696
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1697
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1698
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1699
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1700
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1701
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1702
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1703
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1704
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1705
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1706
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1707
+ </xsd:all>
1708
+ </xsd:complexType>
1709
+ <xsd:complexType name="RequerimientoStruct_SimpleQueryTx">
1710
+ <xsd:all>
1711
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1712
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1713
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1714
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1715
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1716
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1717
+ </xsd:all>
1718
+ </xsd:complexType>
1719
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails">
1720
+ <xsd:all>
1721
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1722
+ <xsd:element name="SellerDetails" type="tns:SellerDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1723
+ <xsd:element name="SdkInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1724
+ <xsd:element name="ShoppingCartInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1725
+ <xsd:element name="ShoppingCartPluginInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1726
+ </xsd:all>
1727
+ </xsd:complexType>
1728
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails">
1729
+ <xsd:all>
1730
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1731
+ <xsd:element name="AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1732
+ <xsd:element name="IPAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1733
+ <xsd:element name="AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1734
+ <xsd:element name="AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1735
+ <xsd:element name="AccountPreviousActivity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1736
+ <xsd:element name="AccountHasCredentials" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1737
+ <xsd:element name="DeviceType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1738
+ <xsd:element name="DeviceFingerPrint" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1739
+ <xsd:element name="BrowserLanguage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1740
+ <xsd:element name="HttpUserAgent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1741
+ </xsd:all>
1742
+ </xsd:complexType>
1743
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_BillingDetails">
1744
+ <xsd:all>
1745
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1746
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1747
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1748
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1749
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1750
+ </xsd:all>
1751
+ </xsd:complexType>
1752
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_ShippingDetails">
1753
+ <xsd:all>
1754
+ <xsd:element name="TrackingNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1755
+ <xsd:element name="Method" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1756
+ <xsd:element name="Carrier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1757
+ <xsd:element name="DeliveryDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1758
+ <xsd:element name="FreightAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1759
+ <xsd:element name="GiftMessage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1760
+ <xsd:element name="GiftWrapping" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1761
+ <xsd:element name="PrimaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1762
+ <xsd:element name="SecondaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1763
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1764
+ </xsd:all>
1765
+ </xsd:complexType>
1766
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_OrderDetails">
1767
+ <xsd:all>
1768
+ <xsd:element name="OrderItems" type="tns:ArrayOf_OrderItemStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1769
+ </xsd:all>
1770
+ </xsd:complexType>
1771
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_AirlineDetails">
1772
+ <xsd:all>
1773
+ <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1774
+ <xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1775
+ <xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1776
+ <xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1777
+ </xsd:all>
1778
+ </xsd:complexType>
1779
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_Transactions">
1780
+ <xsd:all>
1781
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1782
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1783
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1784
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1785
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1786
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false"/>
1787
+ <xsd:element name="psp_Operation" type="xsd:string" nillable="false"/>
1788
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1789
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1790
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1791
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1792
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
1793
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
1794
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
1795
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1796
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1797
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1798
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
1799
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
1800
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
1801
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
1802
+ <xsd:element name="psp_CardNumber_FSD" type="xsd:string" nillable="false"/>
1803
+ <xsd:element name="psp_CardNumber_LFD" type="xsd:string" nillable="false"/>
1804
+ <xsd:element name="psp_CardMask" type="xsd:string" nillable="false"/>
1805
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false"/>
1806
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1807
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1808
+ <xsd:element name="psp_CustomerIpAddress" type="xsd:string" nillable="false"/>
1809
+ <xsd:element name="psp_CustomerHttpUserAgent" type="xsd:string" nillable="false"/>
1810
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1811
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
1812
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
1813
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
1814
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
1815
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
1816
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1817
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false"/>
1818
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
1819
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
1820
+ <xsd:element name="psp_VisaArg_VBV_Secured" type="xsd:string" nillable="false"/>
1821
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false"/>
1822
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false"/>
1823
+ <xsd:element name="psp_3dSecure_Eci" type="xsd:string" nillable="false"/>
1824
+ <xsd:element name="psp_3dSecure_EciMsg" type="xsd:string" nillable="false"/>
1825
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false"/>
1826
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
1827
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
1828
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
1829
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1830
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
1831
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
1832
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
1833
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails" nillable="false"/>
1834
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false"/>
1835
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_SimpleQueryTx_BillingDetails" nillable="false"/>
1836
+ <xsd:element name="psp_ShippingDetails" type="tns:RespuestaStruct_SimpleQueryTx_ShippingDetails" nillable="false"/>
1837
+ <xsd:element name="psp_OrderDetails" type="tns:RespuestaStruct_SimpleQueryTx_OrderDetails" nillable="false"/>
1838
+ <xsd:element name="psp_AirlineDetails" type="tns:RespuestaStruct_SimpleQueryTx_AirlineDetails" nillable="false"/>
1839
+ </xsd:all>
1840
+ </xsd:complexType>
1841
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx">
1842
+ <xsd:all>
1843
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1844
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1845
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1846
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1847
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false"/>
1848
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false"/>
1849
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1850
+ <xsd:element name="psp_Transaction" type="tns:RespuestaStruct_SimpleQueryTx_Transactions" nillable="false"/>
1851
+ </xsd:all>
1852
+ </xsd:complexType>
1853
+ <xsd:complexType name="RequerimientoStruct_QueryCardNumber">
1854
+ <xsd:all>
1855
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1856
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1857
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1858
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1859
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1860
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1861
+ </xsd:all>
1862
+ </xsd:complexType>
1863
+ <xsd:complexType name="RespuestaStruct_QueryCardNumber">
1864
+ <xsd:all>
1865
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1866
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1867
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1868
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1869
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false"/>
1870
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false"/>
1871
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1872
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
1873
+ </xsd:all>
1874
+ </xsd:complexType>
1875
+ <xsd:complexType name="RequerimientoStruct_QueryCardDetails">
1876
+ <xsd:all>
1877
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1878
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1879
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1880
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1881
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1882
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1883
+ <xsd:element name="psp_CardOutputDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false"/>
1884
+ </xsd:all>
1885
+ </xsd:complexType>
1886
+ <xsd:complexType name="RespuestaStruct_QueryCardDetails">
1887
+ <xsd:all>
1888
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1889
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1890
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1891
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1892
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false"/>
1893
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false"/>
1894
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1895
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1896
+ </xsd:all>
1897
+ </xsd:complexType>
1898
+ <xsd:complexType name="RequerimientoStruct_QueryTxs">
1899
+ <xsd:all>
1900
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1901
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1902
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1903
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1904
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1905
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1906
+ </xsd:all>
1907
+ </xsd:complexType>
1908
+ <xsd:complexType name="RespuestaStruct_QueryTxs_Transactions">
1909
+ <xsd:all>
1910
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1911
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1912
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1913
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
1914
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1915
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false"/>
1916
+ <xsd:element name="psp_Operation" type="xsd:string" nillable="false"/>
1917
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
1918
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
1919
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1920
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1921
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
1922
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
1923
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
1924
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1925
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1926
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1927
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
1928
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
1929
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
1930
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
1931
+ <xsd:element name="psp_CardNumber_FSD" type="xsd:string" nillable="false"/>
1932
+ <xsd:element name="psp_CardNumber_LFD" type="xsd:string" nillable="false"/>
1933
+ <xsd:element name="psp_CardMask" type="xsd:string" nillable="false"/>
1934
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false"/>
1935
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1936
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1937
+ <xsd:element name="psp_CustomerHttpUserAgent" type="xsd:string" nillable="false"/>
1938
+ <xsd:element name="psp_CustomerIpAddress" type="xsd:string" nillable="false"/>
1939
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1940
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
1941
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
1942
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
1943
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
1944
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
1945
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1946
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false"/>
1947
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
1948
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
1949
+ <xsd:element name="psp_VisaArg_VBV_Secured" type="xsd:string" nillable="false"/>
1950
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false"/>
1951
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false"/>
1952
+ <xsd:element name="psp_3dSecure_Eci" type="xsd:string" nillable="false"/>
1953
+ <xsd:element name="psp_3dSecure_EciMsg" type="xsd:string" nillable="false"/>
1954
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false"/>
1955
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
1956
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
1957
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
1958
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1959
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
1960
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
1961
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
1962
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails" nillable="false"/>
1963
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false"/>
1964
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_SimpleQueryTx_BillingDetails" nillable="false"/>
1965
+ <xsd:element name="psp_ShippingDetails" type="tns:RespuestaStruct_SimpleQueryTx_ShippingDetails" nillable="false"/>
1966
+ <xsd:element name="psp_OrderDetails" type="tns:RespuestaStruct_SimpleQueryTx_OrderDetails" nillable="false"/>
1967
+ <xsd:element name="psp_AirlineDetails" type="tns:RespuestaStruct_SimpleQueryTx_AirlineDetails" nillable="false"/>
1968
+ </xsd:all>
1969
+ </xsd:complexType>
1970
+ <xsd:complexType name="ArrayOf_RespuestaStruct_QueryTxs_Transactions">
1971
+ <xsd:complexContent>
1972
+ <xsd:restriction base="SOAP-ENC:Array">
1973
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_QueryTxs_Transactions[]"/>
1974
+ </xsd:restriction>
1975
+ </xsd:complexContent>
1976
+ </xsd:complexType>
1977
+ <xsd:complexType name="RespuestaStruct_QueryTxs">
1978
+ <xsd:all>
1979
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1980
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1981
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1982
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1983
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false"/>
1984
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false"/>
1985
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1986
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_QueryTxs_Transactions" nillable="false"/>
1987
+ </xsd:all>
1988
+ </xsd:complexType>
1989
+ <xsd:complexType name="RequerimientoStruct_GetIINDetails">
1990
+ <xsd:all>
1991
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1992
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1993
+ <xsd:element name="psp_IIN" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1994
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1995
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1996
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1997
+ </xsd:all>
1998
+ </xsd:complexType>
1999
+ <xsd:complexType name="RespuestaStruct_GetIINDetails">
2000
+ <xsd:all>
2001
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
2002
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
2003
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
2004
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
2005
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
2006
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
2007
+ <xsd:element name="psp_FinancialInstitution" type="xsd:string" nillable="false"/>
2008
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
2009
+ </xsd:all>
2010
+ </xsd:complexType>
2011
+ <xsd:complexType name="RequerimientoStruct_ChangeSecretKey">
2012
+ <xsd:all>
2013
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2014
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2015
+ <xsd:element name="psp_NewSecretKey" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2016
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2017
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2018
+ </xsd:all>
2019
+ </xsd:complexType>
2020
+ <xsd:complexType name="RespuestaStruct_ChangeSecretKey">
2021
+ <xsd:all>
2022
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
2023
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
2024
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
2025
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
2026
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
2027
+ </xsd:all>
2028
+ </xsd:complexType>
2029
+ <xsd:complexType name="RequerimientoStruct_FraudScreening">
2030
+ <xsd:all>
2031
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2032
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2033
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2034
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2035
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2036
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2037
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2038
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2039
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2040
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2041
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2042
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2043
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2044
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2045
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2046
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2047
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2048
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2049
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2050
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
2051
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
2052
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
2053
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
2054
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
2055
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
2056
+ </xsd:all>
2057
+ </xsd:complexType>
2058
+ <xsd:complexType name="RespuestaStruct_FraudScreening">
2059
+ <xsd:all>
2060
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
2061
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
2062
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
2063
+ <xsd:element name="psp_Result" type="tns:FraudScreeningResultStruct" nillable="false"/>
2064
+ <xsd:element name="psp_OrderId" type="xsd:string" nillable="false"/>
2065
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
2066
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
2067
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
2068
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
2069
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
2070
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
2071
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
2072
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false"/>
2073
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
2074
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
2075
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
2076
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
2077
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
2078
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
2079
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
2080
+ </xsd:all>
2081
+ </xsd:complexType>
2082
+ <xsd:complexType name="RequerimientoStruct_NotifyFraudScreeningReview">
2083
+ <xsd:all>
2084
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2085
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2086
+ <xsd:element name="psp_Criteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2087
+ <xsd:element name="psp_CriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2088
+ <xsd:element name="psp_ReviewResult" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2089
+ <xsd:element name="psp_UserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2090
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
2091
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
2092
+ </xsd:all>
2093
+ </xsd:complexType>
2094
+ <xsd:complexType name="RespuestaStruct_NotifyFraudScreeningReview">
2095
+ <xsd:all>
2096
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
2097
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
2098
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
2099
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
2100
+ <xsd:element name="psp_Criteria" type="xsd:string" nillable="false"/>
2101
+ <xsd:element name="psp_CriteriaId" type="xsd:string" nillable="false"/>
2102
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
2103
+ </xsd:all>
2104
+ </xsd:complexType>
2105
+ </xsd:schema>
2106
+ </types>
2107
+ <message name="PayOnLine_2pRequest">
2108
+ <part name="Requerimiento" type="tns:RequerimientoStruct_PayOnLine_2p" /></message>
2109
+ <message name="PayOnLine_2pResponse">
2110
+ <part name="Respuesta" type="tns:RespuestaStruct_PayOnLine_2p" /></message>
2111
+ <message name="Authorize_2pRequest">
2112
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Authorize_2p" /></message>
2113
+ <message name="Authorize_2pResponse">
2114
+ <part name="Respuesta" type="tns:RespuestaStruct_Authorize_2p" /></message>
2115
+ <message name="BankPayment_2pRequest">
2116
+ <part name="Requerimiento" type="tns:RequerimientoStruct_BankPayment_2p" /></message>
2117
+ <message name="BankPayment_2pResponse">
2118
+ <part name="Respuesta" type="tns:RespuestaStruct_BankPayment_2p" /></message>
2119
+ <message name="SplitPayOnLine_2pRequest">
2120
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitPayOnLine_2p" /></message>
2121
+ <message name="SplitPayOnLine_2pResponse">
2122
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitPayOnLine_2p" /></message>
2123
+ <message name="SplitAuthorize_2pRequest">
2124
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitAuthorize_2p" /></message>
2125
+ <message name="SplitAuthorize_2pResponse">
2126
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitAuthorize_2p" /></message>
2127
+ <message name="PayOnLine_3pRequest">
2128
+ <part name="Requerimiento" type="tns:RequerimientoStruct_PayOnLine_3p" /></message>
2129
+ <message name="PayOnLine_3pResponse">
2130
+ <part name="Respuesta" type="tns:RespuestaStruct_PayOnLine_3p" /></message>
2131
+ <message name="SplitPayOnLine_3pRequest">
2132
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitPayOnLine_3p" /></message>
2133
+ <message name="SplitPayOnLine_3pResponse">
2134
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitPayOnLine_3p" /></message>
2135
+ <message name="Authorize_3pRequest">
2136
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Authorize_3p" /></message>
2137
+ <message name="Authorize_3pResponse">
2138
+ <part name="Respuesta" type="tns:RespuestaStruct_Authorize_3p" /></message>
2139
+ <message name="SplitAuthorize_3pRequest">
2140
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitAuthorize_3p" /></message>
2141
+ <message name="SplitAuthorize_3pResponse">
2142
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitAuthorize_3p" /></message>
2143
+ <message name="BankPayment_3pRequest">
2144
+ <part name="Requerimiento" type="tns:RequerimientoStruct_BankPayment_3p" /></message>
2145
+ <message name="BankPayment_3pResponse">
2146
+ <part name="Respuesta" type="tns:RespuestaStruct_BankPayment_3p" /></message>
2147
+ <message name="CashPayment_3pRequest">
2148
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CashPayment_3p" /></message>
2149
+ <message name="CashPayment_3pResponse">
2150
+ <part name="Respuesta" type="tns:RespuestaStruct_CashPayment_3p" /></message>
2151
+ <message name="CaptureRequest">
2152
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Capture" /></message>
2153
+ <message name="CaptureResponse">
2154
+ <part name="Respuesta" type="tns:RespuestaStruct_Capture" /></message>
2155
+ <message name="RefundRequest">
2156
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Refund" /></message>
2157
+ <message name="RefundResponse">
2158
+ <part name="Respuesta" type="tns:RespuestaStruct_Refund" /></message>
2159
+ <message name="GetInstallmentsOptionsRequest">
2160
+ <part name="Requerimiento" type="tns:RequerimientoStruct_GetInstallmentsOptions" /></message>
2161
+ <message name="GetInstallmentsOptionsResponse">
2162
+ <part name="Respuesta" type="tns:RespuestaStruct_GetInstallmentsOptions" /></message>
2163
+ <message name="CreatePaymentMethodTokenRequest">
2164
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethodToken" /></message>
2165
+ <message name="CreatePaymentMethodTokenResponse">
2166
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethodToken" /></message>
2167
+ <message name="RetrievePaymentMethodTokenRequest">
2168
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RetrievePaymentMethodToken" /></message>
2169
+ <message name="RetrievePaymentMethodTokenResponse">
2170
+ <part name="Respuesta" type="tns:RespuestaStruct_RetrievePaymentMethodToken" /></message>
2171
+ <message name="CreateClientSessionRequest">
2172
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreateClientSession" /></message>
2173
+ <message name="CreateClientSessionResponse">
2174
+ <part name="Respuesta" type="tns:RespuestaStruct_CreateClientSession" /></message>
2175
+ <message name="CreatePaymentMethodRequest">
2176
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethod" /></message>
2177
+ <message name="CreatePaymentMethodResponse">
2178
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethod" /></message>
2179
+ <message name="CreatePaymentMethodFromPaymentRequest">
2180
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethodFromPayment" /></message>
2181
+ <message name="CreatePaymentMethodFromPaymentResponse">
2182
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethodFromPayment" /></message>
2183
+ <message name="RetrievePaymentMethodRequest">
2184
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RetrievePaymentMethod" /></message>
2185
+ <message name="RetrievePaymentMethodResponse">
2186
+ <part name="Respuesta" type="tns:RespuestaStruct_RetrievePaymentMethod" /></message>
2187
+ <message name="UpdatePaymentMethodRequest">
2188
+ <part name="Requerimiento" type="tns:RequerimientoStruct_UpdatePaymentMethod" /></message>
2189
+ <message name="UpdatePaymentMethodResponse">
2190
+ <part name="Respuesta" type="tns:RespuestaStruct_UpdatePaymentMethod" /></message>
2191
+ <message name="DeletePaymentMethodRequest">
2192
+ <part name="Requerimiento" type="tns:RequerimientoStruct_DeletePaymentMethod" /></message>
2193
+ <message name="DeletePaymentMethodResponse">
2194
+ <part name="Respuesta" type="tns:RespuestaStruct_DeletePaymentMethod" /></message>
2195
+ <message name="CreateCustomerRequest">
2196
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreateCustomer" /></message>
2197
+ <message name="CreateCustomerResponse">
2198
+ <part name="Respuesta" type="tns:RespuestaStruct_CreateCustomer" /></message>
2199
+ <message name="RetrieveCustomerRequest">
2200
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RetrieveCustomer" /></message>
2201
+ <message name="RetrieveCustomerResponse">
2202
+ <part name="Respuesta" type="tns:RespuestaStruct_RetrieveCustomer" /></message>
2203
+ <message name="UpdateCustomerRequest">
2204
+ <part name="Requerimiento" type="tns:RequerimientoStruct_UpdateCustomer" /></message>
2205
+ <message name="UpdateCustomerResponse">
2206
+ <part name="Respuesta" type="tns:RespuestaStruct_UpdateCustomer" /></message>
2207
+ <message name="DeleteCustomerRequest">
2208
+ <part name="Requerimiento" type="tns:RequerimientoStruct_DeleteCustomer" /></message>
2209
+ <message name="DeleteCustomerResponse">
2210
+ <part name="Respuesta" type="tns:RespuestaStruct_DeleteCustomer" /></message>
2211
+ <message name="SimpleQueryTxRequest">
2212
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SimpleQueryTx" /></message>
2213
+ <message name="SimpleQueryTxResponse">
2214
+ <part name="Respuesta" type="tns:RespuestaStruct_SimpleQueryTx" /></message>
2215
+ <message name="QueryCardNumberRequest">
2216
+ <part name="Requerimiento" type="tns:RequerimientoStruct_QueryCardNumber" /></message>
2217
+ <message name="QueryCardNumberResponse">
2218
+ <part name="Respuesta" type="tns:RespuestaStruct_QueryCardNumber" /></message>
2219
+ <message name="QueryCardDetailsRequest">
2220
+ <part name="Requerimiento" type="tns:RequerimientoStruct_QueryCardDetails" /></message>
2221
+ <message name="QueryCardDetailsResponse">
2222
+ <part name="Respuesta" type="tns:RespuestaStruct_QueryCardDetails" /></message>
2223
+ <message name="QueryTxsRequest">
2224
+ <part name="Requerimiento" type="tns:RequerimientoStruct_QueryTxs" /></message>
2225
+ <message name="QueryTxsResponse">
2226
+ <part name="Respuesta" type="tns:RespuestaStruct_QueryTxs" /></message>
2227
+ <message name="GetIINDetailsRequest">
2228
+ <part name="Requerimiento" type="tns:RequerimientoStruct_GetIINDetails" /></message>
2229
+ <message name="GetIINDetailsResponse">
2230
+ <part name="Respuesta" type="tns:RespuestaStruct_GetIINDetails" /></message>
2231
+ <message name="ChangeSecretKeyRequest">
2232
+ <part name="Requerimiento" type="tns:RequerimientoStruct_ChangeSecretKey" /></message>
2233
+ <message name="ChangeSecretKeyResponse">
2234
+ <part name="Respuesta" type="tns:RespuestaStruct_ChangeSecretKey" /></message>
2235
+ <message name="FraudScreeningRequest">
2236
+ <part name="Requerimiento" type="tns:RequerimientoStruct_FraudScreening" /></message>
2237
+ <message name="FraudScreeningResponse">
2238
+ <part name="Respuesta" type="tns:RespuestaStruct_FraudScreening" /></message>
2239
+ <message name="NotifyFraudScreeningReviewRequest">
2240
+ <part name="Requerimiento" type="tns:RequerimientoStruct_NotifyFraudScreeningReview" /></message>
2241
+ <message name="NotifyFraudScreeningReviewResponse">
2242
+ <part name="Respuesta" type="tns:RespuestaStruct_NotifyFraudScreeningReview" /></message>
2243
+ <portType name="PaymentServicePlatformPortType">
2244
+ <operation name="PayOnLine_2p">
2245
+ <input message="tns:PayOnLine_2pRequest"/>
2246
+ <output message="tns:PayOnLine_2pResponse"/>
2247
+ </operation>
2248
+ <operation name="Authorize_2p">
2249
+ <input message="tns:Authorize_2pRequest"/>
2250
+ <output message="tns:Authorize_2pResponse"/>
2251
+ </operation>
2252
+ <operation name="BankPayment_2p">
2253
+ <input message="tns:BankPayment_2pRequest"/>
2254
+ <output message="tns:BankPayment_2pResponse"/>
2255
+ </operation>
2256
+ <operation name="SplitPayOnLine_2p">
2257
+ <input message="tns:SplitPayOnLine_2pRequest"/>
2258
+ <output message="tns:SplitPayOnLine_2pResponse"/>
2259
+ </operation>
2260
+ <operation name="SplitAuthorize_2p">
2261
+ <input message="tns:SplitAuthorize_2pRequest"/>
2262
+ <output message="tns:SplitAuthorize_2pResponse"/>
2263
+ </operation>
2264
+ <operation name="PayOnLine_3p">
2265
+ <input message="tns:PayOnLine_3pRequest"/>
2266
+ <output message="tns:PayOnLine_3pResponse"/>
2267
+ </operation>
2268
+ <operation name="SplitPayOnLine_3p">
2269
+ <input message="tns:SplitPayOnLine_3pRequest"/>
2270
+ <output message="tns:SplitPayOnLine_3pResponse"/>
2271
+ </operation>
2272
+ <operation name="Authorize_3p">
2273
+ <input message="tns:Authorize_3pRequest"/>
2274
+ <output message="tns:Authorize_3pResponse"/>
2275
+ </operation>
2276
+ <operation name="SplitAuthorize_3p">
2277
+ <input message="tns:SplitAuthorize_3pRequest"/>
2278
+ <output message="tns:SplitAuthorize_3pResponse"/>
2279
+ </operation>
2280
+ <operation name="BankPayment_3p">
2281
+ <input message="tns:BankPayment_3pRequest"/>
2282
+ <output message="tns:BankPayment_3pResponse"/>
2283
+ </operation>
2284
+ <operation name="CashPayment_3p">
2285
+ <input message="tns:CashPayment_3pRequest"/>
2286
+ <output message="tns:CashPayment_3pResponse"/>
2287
+ </operation>
2288
+ <operation name="Capture">
2289
+ <input message="tns:CaptureRequest"/>
2290
+ <output message="tns:CaptureResponse"/>
2291
+ </operation>
2292
+ <operation name="Refund">
2293
+ <input message="tns:RefundRequest"/>
2294
+ <output message="tns:RefundResponse"/>
2295
+ </operation>
2296
+ <operation name="GetInstallmentsOptions">
2297
+ <input message="tns:GetInstallmentsOptionsRequest"/>
2298
+ <output message="tns:GetInstallmentsOptionsResponse"/>
2299
+ </operation>
2300
+ <operation name="CreatePaymentMethodToken">
2301
+ <input message="tns:CreatePaymentMethodTokenRequest"/>
2302
+ <output message="tns:CreatePaymentMethodTokenResponse"/>
2303
+ </operation>
2304
+ <operation name="RetrievePaymentMethodToken">
2305
+ <input message="tns:RetrievePaymentMethodTokenRequest"/>
2306
+ <output message="tns:RetrievePaymentMethodTokenResponse"/>
2307
+ </operation>
2308
+ <operation name="CreateClientSession">
2309
+ <input message="tns:CreateClientSessionRequest"/>
2310
+ <output message="tns:CreateClientSessionResponse"/>
2311
+ </operation>
2312
+ <operation name="CreatePaymentMethod">
2313
+ <input message="tns:CreatePaymentMethodRequest"/>
2314
+ <output message="tns:CreatePaymentMethodResponse"/>
2315
+ </operation>
2316
+ <operation name="CreatePaymentMethodFromPayment">
2317
+ <input message="tns:CreatePaymentMethodFromPaymentRequest"/>
2318
+ <output message="tns:CreatePaymentMethodFromPaymentResponse"/>
2319
+ </operation>
2320
+ <operation name="RetrievePaymentMethod">
2321
+ <input message="tns:RetrievePaymentMethodRequest"/>
2322
+ <output message="tns:RetrievePaymentMethodResponse"/>
2323
+ </operation>
2324
+ <operation name="UpdatePaymentMethod">
2325
+ <input message="tns:UpdatePaymentMethodRequest"/>
2326
+ <output message="tns:UpdatePaymentMethodResponse"/>
2327
+ </operation>
2328
+ <operation name="DeletePaymentMethod">
2329
+ <input message="tns:DeletePaymentMethodRequest"/>
2330
+ <output message="tns:DeletePaymentMethodResponse"/>
2331
+ </operation>
2332
+ <operation name="CreateCustomer">
2333
+ <input message="tns:CreateCustomerRequest"/>
2334
+ <output message="tns:CreateCustomerResponse"/>
2335
+ </operation>
2336
+ <operation name="RetrieveCustomer">
2337
+ <input message="tns:RetrieveCustomerRequest"/>
2338
+ <output message="tns:RetrieveCustomerResponse"/>
2339
+ </operation>
2340
+ <operation name="UpdateCustomer">
2341
+ <input message="tns:UpdateCustomerRequest"/>
2342
+ <output message="tns:UpdateCustomerResponse"/>
2343
+ </operation>
2344
+ <operation name="DeleteCustomer">
2345
+ <input message="tns:DeleteCustomerRequest"/>
2346
+ <output message="tns:DeleteCustomerResponse"/>
2347
+ </operation>
2348
+ <operation name="SimpleQueryTx">
2349
+ <input message="tns:SimpleQueryTxRequest"/>
2350
+ <output message="tns:SimpleQueryTxResponse"/>
2351
+ </operation>
2352
+ <operation name="QueryCardNumber">
2353
+ <input message="tns:QueryCardNumberRequest"/>
2354
+ <output message="tns:QueryCardNumberResponse"/>
2355
+ </operation>
2356
+ <operation name="QueryCardDetails">
2357
+ <input message="tns:QueryCardDetailsRequest"/>
2358
+ <output message="tns:QueryCardDetailsResponse"/>
2359
+ </operation>
2360
+ <operation name="QueryTxs">
2361
+ <input message="tns:QueryTxsRequest"/>
2362
+ <output message="tns:QueryTxsResponse"/>
2363
+ </operation>
2364
+ <operation name="GetIINDetails">
2365
+ <input message="tns:GetIINDetailsRequest"/>
2366
+ <output message="tns:GetIINDetailsResponse"/>
2367
+ </operation>
2368
+ <operation name="ChangeSecretKey">
2369
+ <input message="tns:ChangeSecretKeyRequest"/>
2370
+ <output message="tns:ChangeSecretKeyResponse"/>
2371
+ </operation>
2372
+ <operation name="FraudScreening">
2373
+ <input message="tns:FraudScreeningRequest"/>
2374
+ <output message="tns:FraudScreeningResponse"/>
2375
+ </operation>
2376
+ <operation name="NotifyFraudScreeningReview">
2377
+ <input message="tns:NotifyFraudScreeningReviewRequest"/>
2378
+ <output message="tns:NotifyFraudScreeningReviewResponse"/>
2379
+ </operation>
2380
+ </portType>
2381
+ <binding name="PaymentServicePlatformBinding" type="tns:PaymentServicePlatformPortType">
2382
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
2383
+ <operation name="PayOnLine_2p">
2384
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/PayOnLine_2p" style="rpc"/>
2385
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2386
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2387
+ </operation>
2388
+ <operation name="Authorize_2p">
2389
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/Authorize_2p" style="rpc"/>
2390
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2391
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2392
+ </operation>
2393
+ <operation name="BankPayment_2p">
2394
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/BankPayment_2p" style="rpc"/>
2395
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2396
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2397
+ </operation>
2398
+ <operation name="SplitPayOnLine_2p">
2399
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/SplitPayOnLine_2p" style="rpc"/>
2400
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2401
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2402
+ </operation>
2403
+ <operation name="SplitAuthorize_2p">
2404
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/SplitAuthorize_2p" style="rpc"/>
2405
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2406
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2407
+ </operation>
2408
+ <operation name="PayOnLine_3p">
2409
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/PayOnLine_3p" style="rpc"/>
2410
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2411
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2412
+ </operation>
2413
+ <operation name="SplitPayOnLine_3p">
2414
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/SplitPayOnLine_3p" style="rpc"/>
2415
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2416
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2417
+ </operation>
2418
+ <operation name="Authorize_3p">
2419
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/Authorize_3p" style="rpc"/>
2420
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2421
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2422
+ </operation>
2423
+ <operation name="SplitAuthorize_3p">
2424
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/SplitAuthorize_3p" style="rpc"/>
2425
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2426
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2427
+ </operation>
2428
+ <operation name="BankPayment_3p">
2429
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/BankPayment_3p" style="rpc"/>
2430
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2431
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2432
+ </operation>
2433
+ <operation name="CashPayment_3p">
2434
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/CashPayment_3p" style="rpc"/>
2435
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2436
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2437
+ </operation>
2438
+ <operation name="Capture">
2439
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/Capture" style="rpc"/>
2440
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2441
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2442
+ </operation>
2443
+ <operation name="Refund">
2444
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/Refund" style="rpc"/>
2445
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2446
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2447
+ </operation>
2448
+ <operation name="GetInstallmentsOptions">
2449
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/GetInstallmentsOptions" style="rpc"/>
2450
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2451
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2452
+ </operation>
2453
+ <operation name="CreatePaymentMethodToken">
2454
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/CreatePaymentMethodToken" style="rpc"/>
2455
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2456
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2457
+ </operation>
2458
+ <operation name="RetrievePaymentMethodToken">
2459
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/RetrievePaymentMethodToken" style="rpc"/>
2460
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2461
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2462
+ </operation>
2463
+ <operation name="CreateClientSession">
2464
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/CreateClientSession" style="rpc"/>
2465
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2466
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2467
+ </operation>
2468
+ <operation name="CreatePaymentMethod">
2469
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/CreatePaymentMethod" style="rpc"/>
2470
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2471
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2472
+ </operation>
2473
+ <operation name="CreatePaymentMethodFromPayment">
2474
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/CreatePaymentMethodFromPayment" style="rpc"/>
2475
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2476
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2477
+ </operation>
2478
+ <operation name="RetrievePaymentMethod">
2479
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/RetrievePaymentMethod" style="rpc"/>
2480
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2481
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2482
+ </operation>
2483
+ <operation name="UpdatePaymentMethod">
2484
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/UpdatePaymentMethod" style="rpc"/>
2485
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2486
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2487
+ </operation>
2488
+ <operation name="DeletePaymentMethod">
2489
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/DeletePaymentMethod" style="rpc"/>
2490
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2491
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2492
+ </operation>
2493
+ <operation name="CreateCustomer">
2494
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/CreateCustomer" style="rpc"/>
2495
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2496
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2497
+ </operation>
2498
+ <operation name="RetrieveCustomer">
2499
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/RetrieveCustomer" style="rpc"/>
2500
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2501
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2502
+ </operation>
2503
+ <operation name="UpdateCustomer">
2504
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/UpdateCustomer" style="rpc"/>
2505
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2506
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2507
+ </operation>
2508
+ <operation name="DeleteCustomer">
2509
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/DeleteCustomer" style="rpc"/>
2510
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2511
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2512
+ </operation>
2513
+ <operation name="SimpleQueryTx">
2514
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/SimpleQueryTx" style="rpc"/>
2515
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2516
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2517
+ </operation>
2518
+ <operation name="QueryCardNumber">
2519
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/QueryCardNumber" style="rpc"/>
2520
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2521
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2522
+ </operation>
2523
+ <operation name="QueryCardDetails">
2524
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/QueryCardDetails" style="rpc"/>
2525
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2526
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2527
+ </operation>
2528
+ <operation name="QueryTxs">
2529
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/QueryTxs" style="rpc"/>
2530
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2531
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2532
+ </operation>
2533
+ <operation name="GetIINDetails">
2534
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/GetIINDetails" style="rpc"/>
2535
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2536
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2537
+ </operation>
2538
+ <operation name="ChangeSecretKey">
2539
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/ChangeSecretKey" style="rpc"/>
2540
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2541
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2542
+ </operation>
2543
+ <operation name="FraudScreening">
2544
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/FraudScreening" style="rpc"/>
2545
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2546
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2547
+ </operation>
2548
+ <operation name="NotifyFraudScreeningReview">
2549
+ <soap:operation soapAction="https://psp.nps.com.ar/ws.php/NotifyFraudScreeningReview" style="rpc"/>
2550
+ <input><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2551
+ <output><soap:body use="encoded" namespace="https://psp.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2552
+ </operation>
2553
+ </binding>
2554
+ <service name="PaymentServicePlatform">
2555
+ <port name="PaymentServicePlatformPort" binding="tns:PaymentServicePlatformBinding">
2556
+ <soap:address location="https://psp.nps.com.ar:443/ws.php"/>
2557
+ </port>
2558
+ </service>
2559
+ </definitions>