nps_sdk 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,7 +77,7 @@
77
77
  </xsd:complexType>
78
78
  <xsd:complexType name="PersonStruct">
79
79
  <xsd:all>
80
- <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
80
+ <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
81
81
  <xsd:element name="LastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
82
82
  <xsd:element name="MiddleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
83
83
  <xsd:element name="PhoneNumber1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -92,6 +92,7 @@
92
92
  <xsd:complexType name="BillingDetailsStruct">
93
93
  <xsd:all>
94
94
  <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
95
+ <xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
95
96
  <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
96
97
  <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
97
98
  <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -178,12 +179,41 @@
178
179
  </xsd:restriction>
179
180
  </xsd:complexContent>
180
181
  </xsd:complexType>
181
- <xsd:complexType name="AirlineDetailsStruct">
182
+ <xsd:complexType name="cc">
183
+ <xsd:all>
184
+ <xsd:element name="CarrierPrefixCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
185
+ <xsd:element name="TravelAgentCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
186
+ <xsd:element name="TravelAgentName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
187
+ <xsd:element name="Date" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
188
+ <xsd:element name="Country" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
189
+ <xsd:element name="City" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
190
+ <xsd:element name="Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
191
+ </xsd:all>
192
+ </xsd:complexType>
193
+ <xsd:complexType name="AirlineTicketStruct">
182
194
  <xsd:all>
183
195
  <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
196
+ <xsd:element name="Eticket" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
197
+ <xsd:element name="Restricted" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
198
+ <xsd:element name="Issue" type="tns:cc" nillable="false" minOccurs="0" maxOccurs="1"/>
199
+ <xsd:element name="TotalFareAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
200
+ <xsd:element name="TotalTaxAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
201
+ <xsd:element name="TotalFeeAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
202
+ </xsd:all>
203
+ </xsd:complexType>
204
+ <xsd:complexType name="AirlineDetailsStruct">
205
+ <xsd:all>
184
206
  <xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
185
207
  <xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
186
208
  <xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
209
+ <xsd:element name="Ticket" type="tns:AirlineTicketStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
210
+ </xsd:all>
211
+ </xsd:complexType>
212
+ <xsd:complexType name="VaultReference2pStruct">
213
+ <xsd:all>
214
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
215
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
216
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
187
217
  </xsd:all>
188
218
  </xsd:complexType>
189
219
  <xsd:complexType name="RequerimientoStruct_PayOnLine_2p">
@@ -196,13 +226,12 @@
196
226
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
197
227
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
198
228
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
199
- <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
200
229
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
201
230
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
202
231
  <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
203
232
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
204
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
205
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
233
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
234
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
206
235
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
207
236
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
208
237
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -237,6 +266,7 @@
237
266
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
238
267
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
239
268
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
269
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
240
270
  </xsd:all>
241
271
  </xsd:complexType>
242
272
  <xsd:complexType name="TaxesResponseStruct">
@@ -337,13 +367,12 @@
337
367
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
338
368
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
339
369
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
340
- <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
341
370
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
342
371
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
343
372
  <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
344
373
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
345
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
346
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
374
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
375
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
347
376
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
348
377
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
349
378
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -377,6 +406,7 @@
377
406
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
378
407
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
379
408
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
409
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
380
410
  </xsd:all>
381
411
  </xsd:complexType>
382
412
  <xsd:complexType name="RespuestaStruct_Authorize_2p">
@@ -444,8 +474,6 @@
444
474
  <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
445
475
  <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
446
476
  <xsd:element name="psp_CustomerBankId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
447
- <xsd:element name="psp_CustomerDocType" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
448
- <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
449
477
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
450
478
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
451
479
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -461,6 +489,16 @@
461
489
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
462
490
  </xsd:all>
463
491
  </xsd:complexType>
492
+ <xsd:complexType name="RespuestaStruct_BankPayment_2p_BillingDetails">
493
+ <xsd:all>
494
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
495
+ <xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
496
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
497
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
498
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
499
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
500
+ </xsd:all>
501
+ </xsd:complexType>
464
502
  <xsd:complexType name="RespuestaStruct_BankPayment_2p">
465
503
  <xsd:all>
466
504
  <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
@@ -486,14 +524,18 @@
486
524
  <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false"/>
487
525
  <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false"/>
488
526
  <xsd:element name="psp_CustomerBankId" type="xsd:string" nillable="false"/>
489
- <xsd:element name="psp_CustomerDocType" type="xsd:string" nillable="false"/>
490
- <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false"/>
491
527
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
492
528
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
493
529
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
494
530
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
495
531
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
496
532
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
533
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_BankPayment_2p_BillingDetails" nillable="false"/>
534
+ </xsd:all>
535
+ </xsd:complexType>
536
+ <xsd:complexType name="VaultReference3pStruct">
537
+ <xsd:all>
538
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
497
539
  </xsd:all>
498
540
  </xsd:complexType>
499
541
  <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -506,7 +548,6 @@
506
548
  <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
507
549
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
508
550
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
509
- <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
510
551
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
511
552
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
512
553
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -515,6 +556,7 @@
515
556
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
516
557
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
517
558
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
559
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
518
560
  </xsd:all>
519
561
  </xsd:complexType>
520
562
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -549,6 +591,7 @@
549
591
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
550
592
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
551
593
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
594
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
552
595
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
553
596
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
554
597
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -558,26 +601,39 @@
558
601
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions" nillable="false" minOccurs="1" maxOccurs="1"/>
559
602
  </xsd:all>
560
603
  </xsd:complexType>
561
- <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p_Transactions">
604
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p_Transactions">
562
605
  <xsd:all>
563
- <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
564
606
  <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
607
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
565
608
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
566
609
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
567
- <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
568
- <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
569
610
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
570
611
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
612
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
613
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
614
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
615
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
616
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false"/>
617
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
618
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
619
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
620
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
621
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
622
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
623
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
624
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
571
625
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
572
626
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
573
- <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
574
627
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
628
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
629
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
630
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
575
631
  </xsd:all>
576
632
  </xsd:complexType>
577
- <xsd:complexType name="ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions">
633
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions">
578
634
  <xsd:complexContent>
579
635
  <xsd:restriction base="SOAP-ENC:Array">
580
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitPayOnLine_3p_Transactions[]"/>
636
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitPayOnLine_2p_Transactions[]"/>
581
637
  </xsd:restriction>
582
638
  </xsd:complexContent>
583
639
  </xsd:complexType>
@@ -592,7 +648,7 @@
592
648
  <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
593
649
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
594
650
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
595
- <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false"/>
651
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
596
652
  </xsd:all>
597
653
  </xsd:complexType>
598
654
  <xsd:complexType name="RequerimientoStruct_SplitAuthorize_2p_Transactions">
@@ -605,7 +661,6 @@
605
661
  <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
606
662
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
607
663
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
608
- <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
609
664
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
610
665
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
611
666
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -614,6 +669,7 @@
614
669
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
615
670
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
616
671
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
672
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
617
673
  </xsd:all>
618
674
  </xsd:complexType>
619
675
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions">
@@ -668,7 +724,7 @@
668
724
  <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
669
725
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
670
726
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
671
- <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false"/>
727
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
672
728
  </xsd:all>
673
729
  </xsd:complexType>
674
730
  <xsd:complexType name="RequerimientoStruct_PayOnLine_3p">
@@ -685,7 +741,6 @@
685
741
  <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
686
742
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
687
743
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
688
- <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
689
744
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
690
745
  <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
691
746
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -712,6 +767,7 @@
712
767
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
713
768
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
714
769
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
770
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
715
771
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
716
772
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
717
773
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -806,6 +862,7 @@
806
862
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
807
863
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
808
864
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
865
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
809
866
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
810
867
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
811
868
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -815,6 +872,29 @@
815
872
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitPayOnLine_3p_Transactions" nillable="false" minOccurs="1" maxOccurs="1"/>
816
873
  </xsd:all>
817
874
  </xsd:complexType>
875
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p_Transactions">
876
+ <xsd:all>
877
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
878
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
879
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
880
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
881
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
882
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
883
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
884
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
885
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
886
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
887
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
888
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
889
+ </xsd:all>
890
+ </xsd:complexType>
891
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions">
892
+ <xsd:complexContent>
893
+ <xsd:restriction base="SOAP-ENC:Array">
894
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitPayOnLine_3p_Transactions[]"/>
895
+ </xsd:restriction>
896
+ </xsd:complexContent>
897
+ </xsd:complexType>
818
898
  <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p">
819
899
  <xsd:all>
820
900
  <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
@@ -841,8 +921,8 @@
841
921
  <xsd:complexType name="RequerimientoStruct_Authorize_3p">
842
922
  <xsd:all>
843
923
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
844
- <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
845
- <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
924
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
925
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
846
926
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
847
927
  <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
848
928
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -852,7 +932,6 @@
852
932
  <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
853
933
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
854
934
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
855
- <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
856
935
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
857
936
  <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
858
937
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -878,6 +957,7 @@
878
957
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
879
958
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
880
959
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
960
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
881
961
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
882
962
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
883
963
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -970,6 +1050,7 @@
970
1050
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
971
1051
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
972
1052
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1053
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
973
1054
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
974
1055
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
975
1056
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -1016,12 +1097,12 @@
1016
1097
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1017
1098
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1018
1099
  <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1019
- <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1020
1100
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1021
1101
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1022
1102
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1023
1103
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1024
1104
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1105
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1025
1106
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false"/>
1026
1107
  </xsd:all>
1027
1108
  </xsd:complexType>
@@ -1092,8 +1173,6 @@
1092
1173
  <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false"/>
1093
1174
  <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false"/>
1094
1175
  <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false"/>
1095
- <xsd:element name="psp_CustomerDocType" type="xsd:string" nillable="false"/>
1096
- <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false"/>
1097
1176
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1098
1177
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1099
1178
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
@@ -1252,74 +1331,452 @@
1252
1331
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1253
1332
  </xsd:all>
1254
1333
  </xsd:complexType>
1255
- <xsd:complexType name="RequerimientoStruct_SimpleQueryTx">
1334
+ <xsd:complexType name="RequerimientoStruct_GetInstallmentsOptions">
1256
1335
  <xsd:all>
1257
1336
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1258
1337
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1259
- <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1260
- <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1338
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1339
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1340
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1341
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1342
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1343
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1261
1344
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1262
1345
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1346
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1263
1347
  </xsd:all>
1264
1348
  </xsd:complexType>
1265
- <xsd:complexType name="RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails">
1349
+ <xsd:complexType name="InstallmentsOptionsStruct">
1266
1350
  <xsd:all>
1267
- <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1268
- <xsd:element name="SellerDetails" type="tns:SellerDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1269
- <xsd:element name="SdkInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1270
- <xsd:element name="ShoppingCartInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1271
- <xsd:element name="ShoppingCartPluginInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1351
+ <xsd:element name="NumPayments" type="xsd:string" nillable="false"/>
1352
+ <xsd:element name="InstallmentAmount" type="xsd:string" nillable="false"/>
1353
+ <xsd:element name="InterestRate" type="xsd:string" nillable="false"/>
1272
1354
  </xsd:all>
1273
1355
  </xsd:complexType>
1274
- <xsd:complexType name="RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails">
1356
+ <xsd:complexType name="ArrayOf_InstallmentsOptionsStruct">
1357
+ <xsd:complexContent>
1358
+ <xsd:restriction base="SOAP-ENC:Array">
1359
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InstallmentsOptionsStruct[]"/>
1360
+ </xsd:restriction>
1361
+ </xsd:complexContent>
1362
+ </xsd:complexType>
1363
+ <xsd:complexType name="RespuestaStruct_GetInstallmentsOptions">
1275
1364
  <xsd:all>
1276
- <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1277
- <xsd:element name="AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1278
- <xsd:element name="IPAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1279
- <xsd:element name="AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1280
- <xsd:element name="AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1281
- <xsd:element name="AccountPreviousActivity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1282
- <xsd:element name="AccountHasCredentials" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1283
- <xsd:element name="DeviceType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1284
- <xsd:element name="DeviceFingerPrint" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1285
- <xsd:element name="BrowserLanguage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1286
- <xsd:element name="HttpUserAgent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1365
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1366
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1367
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1368
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1369
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1370
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1371
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1372
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1373
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
1374
+ <xsd:element name="psp_InstallmentsOptions" type="tns:ArrayOf_InstallmentsOptionsStruct" nillable="false"/>
1375
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1287
1376
  </xsd:all>
1288
1377
  </xsd:complexType>
1289
- <xsd:complexType name="RespuestaStruct_SimpleQueryTx_BillingDetails">
1378
+ <xsd:complexType name="CardInputDetailsStruct">
1290
1379
  <xsd:all>
1291
- <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1292
- <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1293
- <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1380
+ <xsd:element name="Number" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1381
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1382
+ <xsd:element name="SecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1383
+ <xsd:element name="HolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1384
+ </xsd:all>
1385
+ </xsd:complexType>
1386
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethodToken">
1387
+ <xsd:all>
1388
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1389
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1390
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1391
+ <xsd:element name="psp_CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1392
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1393
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1394
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1395
+ </xsd:all>
1396
+ </xsd:complexType>
1397
+ <xsd:complexType name="CardOutputDetailsStruct">
1398
+ <xsd:all>
1399
+ <xsd:element name="Number" type="xsd:string" nillable="true"/>
1400
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false"/>
1401
+ <xsd:element name="ExpirationYear" type="xsd:string" nillable="false"/>
1402
+ <xsd:element name="ExpirationMonth" type="xsd:string" nillable="false"/>
1403
+ <xsd:element name="HolderName" type="xsd:string" nillable="true"/>
1404
+ <xsd:element name="IIN" type="xsd:string" nillable="false"/>
1405
+ <xsd:element name="Last4" type="xsd:string" nillable="false"/>
1406
+ <xsd:element name="MaskedNumber" type="xsd:string" nillable="false"/>
1407
+ <xsd:element name="MaskedNumberAlternative" type="xsd:string" nillable="false"/>
1408
+ </xsd:all>
1409
+ </xsd:complexType>
1410
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethodToken">
1411
+ <xsd:all>
1412
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1413
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1414
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1415
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1416
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
1417
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1418
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1419
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1420
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1421
+ <xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
1422
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1423
+ <xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
1424
+ </xsd:all>
1425
+ </xsd:complexType>
1426
+ <xsd:complexType name="RequerimientoStruct_RetrievePaymentMethodToken">
1427
+ <xsd:all>
1428
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1429
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1430
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1431
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1432
+ </xsd:all>
1433
+ </xsd:complexType>
1434
+ <xsd:complexType name="RespuestaStruct_RetrievePaymentMethodToken">
1435
+ <xsd:all>
1436
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1437
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1438
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1439
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1440
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
1441
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1442
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1443
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1444
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1445
+ <xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
1446
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1447
+ <xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
1448
+ </xsd:all>
1449
+ </xsd:complexType>
1450
+ <xsd:complexType name="RequerimientoStruct_RecachePaymentMethodToken">
1451
+ <xsd:all>
1452
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1453
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1454
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1455
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1456
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1457
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1458
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1459
+ </xsd:all>
1460
+ </xsd:complexType>
1461
+ <xsd:complexType name="RespuestaStruct_RecachePaymentMethodToken">
1462
+ <xsd:all>
1463
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1464
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1465
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1466
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1467
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
1468
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1469
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1470
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1471
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1472
+ <xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
1473
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1474
+ <xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
1475
+ </xsd:all>
1476
+ </xsd:complexType>
1477
+ <xsd:complexType name="RequerimientoStruct_CreateClientSession">
1478
+ <xsd:all>
1479
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1480
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1481
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1482
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1483
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1484
+ </xsd:all>
1485
+ </xsd:complexType>
1486
+ <xsd:complexType name="RespuestaStruct_CreateClientSession">
1487
+ <xsd:all>
1488
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1489
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1490
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1491
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1492
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false"/>
1493
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1494
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
1495
+ </xsd:all>
1496
+ </xsd:complexType>
1497
+ <xsd:complexType name="PaymentMethodInputDetailsStruct">
1498
+ <xsd:all>
1499
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1500
+ <xsd:element name="Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1501
+ <xsd:element name="CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1294
1502
  <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1295
1503
  <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1296
1504
  </xsd:all>
1297
1505
  </xsd:complexType>
1298
- <xsd:complexType name="RespuestaStruct_SimpleQueryTx_ShippingDetails">
1506
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethod">
1299
1507
  <xsd:all>
1300
- <xsd:element name="TrackingNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1301
- <xsd:element name="Method" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1302
- <xsd:element name="Carrier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1303
- <xsd:element name="DeliveryDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1304
- <xsd:element name="FreightAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1305
- <xsd:element name="GiftMessage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1306
- <xsd:element name="GiftWrapping" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1307
- <xsd:element name="PrimaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1308
- <xsd:element name="SecondaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1309
- <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1508
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1509
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1510
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodInputDetailsStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1511
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1512
+ <xsd:element name="psp_SetAsCustomerDefault" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1513
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1514
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1310
1515
  </xsd:all>
1311
1516
  </xsd:complexType>
1312
- <xsd:complexType name="RespuestaStruct_SimpleQueryTx_OrderDetails">
1517
+ <xsd:complexType name="PaymentMethodOutputDetailsStruct">
1313
1518
  <xsd:all>
1314
- <xsd:element name="OrderItems" type="tns:ArrayOf_OrderItemStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1519
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false"/>
1520
+ <xsd:element name="Product" type="xsd:string" nillable="false"/>
1521
+ <xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1522
+ <xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
1523
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false"/>
1524
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false"/>
1525
+ <xsd:element name="CreatedAt" type="xsd:string" nillable="false"/>
1526
+ <xsd:element name="UpdatedAt" type="xsd:string" nillable="false"/>
1315
1527
  </xsd:all>
1316
1528
  </xsd:complexType>
1317
- <xsd:complexType name="RespuestaStruct_SimpleQueryTx_AirlineDetails">
1529
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethod">
1318
1530
  <xsd:all>
1319
- <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1320
- <xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1321
- <xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1322
- <xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1531
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1532
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1533
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1534
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1535
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1536
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1537
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1538
+ </xsd:all>
1539
+ </xsd:complexType>
1540
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethodFromPayment">
1541
+ <xsd:all>
1542
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1543
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1544
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1545
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1546
+ <xsd:element name="psp_SetAsCustomerDefault" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1547
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1548
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1549
+ </xsd:all>
1550
+ </xsd:complexType>
1551
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethodFromPayment">
1552
+ <xsd:all>
1553
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1554
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1555
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1556
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1557
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1558
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1559
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1560
+ </xsd:all>
1561
+ </xsd:complexType>
1562
+ <xsd:complexType name="RequerimientoStruct_RetrievePaymentMethod">
1563
+ <xsd:all>
1564
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1565
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1566
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1567
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1568
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1569
+ </xsd:all>
1570
+ </xsd:complexType>
1571
+ <xsd:complexType name="RespuestaStruct_RetrievePaymentMethod">
1572
+ <xsd:all>
1573
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1574
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1575
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1576
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1577
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1578
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1579
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1580
+ </xsd:all>
1581
+ </xsd:complexType>
1582
+ <xsd:complexType name="CardInputUpdateDetailsStruct">
1583
+ <xsd:all>
1584
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1585
+ <xsd:element name="HolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1586
+ </xsd:all>
1587
+ </xsd:complexType>
1588
+ <xsd:complexType name="RequerimientoStruct_UpdatePaymentMethod">
1589
+ <xsd:all>
1590
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1591
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1592
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1593
+ <xsd:element name="psp_CardInputDetails" type="tns:CardInputUpdateDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1594
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1595
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1596
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1597
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1598
+ </xsd:all>
1599
+ </xsd:complexType>
1600
+ <xsd:complexType name="RespuestaStruct_UpdatePaymentMethod">
1601
+ <xsd:all>
1602
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1603
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1604
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1605
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1606
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1607
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1608
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1609
+ </xsd:all>
1610
+ </xsd:complexType>
1611
+ <xsd:complexType name="RequerimientoStruct_DeletePaymentMethod">
1612
+ <xsd:all>
1613
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1614
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1615
+ <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1616
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1617
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1618
+ </xsd:all>
1619
+ </xsd:complexType>
1620
+ <xsd:complexType name="RespuestaStruct_DeletePaymentMethod">
1621
+ <xsd:all>
1622
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1623
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1624
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1625
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1626
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodOutputDetailsStruct" nillable="false"/>
1627
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1628
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1629
+ </xsd:all>
1630
+ </xsd:complexType>
1631
+ <xsd:complexType name="RequerimientoStruct_CreateCustomer">
1632
+ <xsd:all>
1633
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1634
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1635
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1636
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1637
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1638
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1639
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1640
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1641
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1642
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1643
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1644
+ </xsd:all>
1645
+ </xsd:complexType>
1646
+ <xsd:complexType name="PaymentMethodsOutputDetailsStruct">
1647
+ <xsd:all>
1648
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false"/>
1649
+ <xsd:element name="Product" type="xsd:string" nillable="false"/>
1650
+ <xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1651
+ <xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
1652
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false"/>
1653
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false"/>
1654
+ <xsd:element name="CreatedAt" type="xsd:string" nillable="false"/>
1655
+ <xsd:element name="UpdatedAt" type="xsd:string" nillable="false"/>
1656
+ </xsd:all>
1657
+ </xsd:complexType>
1658
+ <xsd:complexType name="ArrayOf_PaymentMethodsOutputDetailsStruct">
1659
+ <xsd:complexContent>
1660
+ <xsd:restriction base="SOAP-ENC:Array">
1661
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PaymentMethodsOutputDetailsStruct[]"/>
1662
+ </xsd:restriction>
1663
+ </xsd:complexContent>
1664
+ </xsd:complexType>
1665
+ <xsd:complexType name="RespuestaStruct_CreateCustomer">
1666
+ <xsd:all>
1667
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1668
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1669
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1670
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1671
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1672
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1673
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1674
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1675
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1676
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1677
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1678
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1679
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1680
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1681
+ </xsd:all>
1682
+ </xsd:complexType>
1683
+ <xsd:complexType name="RequerimientoStruct_RetrieveCustomer">
1684
+ <xsd:all>
1685
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1686
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1687
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1688
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1689
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1690
+ </xsd:all>
1691
+ </xsd:complexType>
1692
+ <xsd:complexType name="RespuestaStruct_RetrieveCustomer">
1693
+ <xsd:all>
1694
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1695
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1696
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1697
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1698
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1699
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1700
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1701
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1702
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1703
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1704
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1705
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1706
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1707
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1708
+ </xsd:all>
1709
+ </xsd:complexType>
1710
+ <xsd:complexType name="RequerimientoStruct_UpdateCustomer">
1711
+ <xsd:all>
1712
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1713
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1714
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1715
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1716
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1717
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1718
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1719
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1720
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1721
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1722
+ <xsd:element name="psp_PaymentMethod" type="tns:PaymentMethodInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1723
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1724
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1725
+ </xsd:all>
1726
+ </xsd:complexType>
1727
+ <xsd:complexType name="RespuestaStruct_UpdateCustomer">
1728
+ <xsd:all>
1729
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1730
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1731
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1732
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1733
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1734
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1735
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1736
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1737
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1738
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1739
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1740
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1741
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1742
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1743
+ </xsd:all>
1744
+ </xsd:complexType>
1745
+ <xsd:complexType name="RequerimientoStruct_DeleteCustomer">
1746
+ <xsd:all>
1747
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1748
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1749
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1750
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1751
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1752
+ </xsd:all>
1753
+ </xsd:complexType>
1754
+ <xsd:complexType name="RespuestaStruct_DeleteCustomer">
1755
+ <xsd:all>
1756
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1757
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1758
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1759
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1760
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1761
+ <xsd:element name="psp_EmailAddress" type="xsd:string" nillable="false"/>
1762
+ <xsd:element name="psp_AlternativeEmailAddress" type="xsd:string" nillable="false"/>
1763
+ <xsd:element name="psp_AccountID" type="xsd:string" nillable="false"/>
1764
+ <xsd:element name="psp_AccountCreatedAt" type="xsd:string" nillable="false"/>
1765
+ <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
1766
+ <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
1767
+ <xsd:element name="psp_DefaultPaymentMethodId" type="xsd:string" nillable="false"/>
1768
+ <xsd:element name="psp_PaymentMethods" type="tns:ArrayOf_PaymentMethodsOutputDetailsStruct" nillable="false"/>
1769
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1770
+ </xsd:all>
1771
+ </xsd:complexType>
1772
+ <xsd:complexType name="RequerimientoStruct_SimpleQueryTx">
1773
+ <xsd:all>
1774
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1775
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1776
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1777
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1778
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1779
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1323
1780
  </xsd:all>
1324
1781
  </xsd:complexType>
1325
1782
  <xsd:complexType name="RespuestaStruct_SimpleQueryTx_Transactions">
@@ -1364,6 +1821,8 @@
1364
1821
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
1365
1822
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
1366
1823
  <xsd:element name="psp_VisaArg_VBV_Secured" type="xsd:string" nillable="false"/>
1824
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false"/>
1825
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false"/>
1367
1826
  <xsd:element name="psp_3dSecure_Eci" type="xsd:string" nillable="false"/>
1368
1827
  <xsd:element name="psp_3dSecure_EciMsg" type="xsd:string" nillable="false"/>
1369
1828
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false"/>
@@ -1374,12 +1833,12 @@
1374
1833
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
1375
1834
  <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
1376
1835
  <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
1377
- <xsd:element name="psp_MerchantAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails" nillable="false"/>
1378
- <xsd:element name="psp_CustomerAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false"/>
1379
- <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_SimpleQueryTx_BillingDetails" nillable="false"/>
1380
- <xsd:element name="psp_ShippingDetails" type="tns:RespuestaStruct_SimpleQueryTx_ShippingDetails" nillable="false"/>
1381
- <xsd:element name="psp_OrderDetails" type="tns:RespuestaStruct_SimpleQueryTx_OrderDetails" nillable="false"/>
1382
- <xsd:element name="psp_AirlineDetails" type="tns:RespuestaStruct_SimpleQueryTx_AirlineDetails" nillable="false"/>
1836
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false"/>
1837
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false"/>
1838
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false"/>
1839
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false"/>
1840
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false"/>
1841
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false"/>
1383
1842
  </xsd:all>
1384
1843
  </xsd:complexType>
1385
1844
  <xsd:complexType name="RespuestaStruct_SimpleQueryTx">
@@ -1416,6 +1875,28 @@
1416
1875
  <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
1417
1876
  </xsd:all>
1418
1877
  </xsd:complexType>
1878
+ <xsd:complexType name="RequerimientoStruct_QueryCardDetails">
1879
+ <xsd:all>
1880
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1881
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1882
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1883
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1884
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1885
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1886
+ </xsd:all>
1887
+ </xsd:complexType>
1888
+ <xsd:complexType name="RespuestaStruct_QueryCardDetails">
1889
+ <xsd:all>
1890
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
1891
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
1892
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
1893
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
1894
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false"/>
1895
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false"/>
1896
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1897
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1898
+ </xsd:all>
1899
+ </xsd:complexType>
1419
1900
  <xsd:complexType name="RequerimientoStruct_QueryTxs">
1420
1901
  <xsd:all>
1421
1902
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -1468,6 +1949,8 @@
1468
1949
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false"/>
1469
1950
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
1470
1951
  <xsd:element name="psp_VisaArg_VBV_Secured" type="xsd:string" nillable="false"/>
1952
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false"/>
1953
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false"/>
1471
1954
  <xsd:element name="psp_3dSecure_Eci" type="xsd:string" nillable="false"/>
1472
1955
  <xsd:element name="psp_3dSecure_EciMsg" type="xsd:string" nillable="false"/>
1473
1956
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false"/>
@@ -1478,12 +1961,12 @@
1478
1961
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
1479
1962
  <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
1480
1963
  <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
1481
- <xsd:element name="psp_MerchantAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails" nillable="false"/>
1482
- <xsd:element name="psp_CustomerAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false"/>
1483
- <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_SimpleQueryTx_BillingDetails" nillable="false"/>
1484
- <xsd:element name="psp_ShippingDetails" type="tns:RespuestaStruct_SimpleQueryTx_ShippingDetails" nillable="false"/>
1485
- <xsd:element name="psp_OrderDetails" type="tns:RespuestaStruct_SimpleQueryTx_OrderDetails" nillable="false"/>
1486
- <xsd:element name="psp_AirlineDetails" type="tns:RespuestaStruct_SimpleQueryTx_AirlineDetails" nillable="false"/>
1964
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false"/>
1965
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false"/>
1966
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false"/>
1967
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false"/>
1968
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false"/>
1969
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false"/>
1487
1970
  </xsd:all>
1488
1971
  </xsd:complexType>
1489
1972
  <xsd:complexType name="ArrayOf_RespuestaStruct_QueryTxs_Transactions">
@@ -1512,6 +1995,7 @@
1512
1995
  <xsd:element name="psp_IIN" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1513
1996
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1514
1997
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1998
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1515
1999
  </xsd:all>
1516
2000
  </xsd:complexType>
1517
2001
  <xsd:complexType name="RespuestaStruct_GetIINDetails">
@@ -1674,6 +2158,62 @@
1674
2158
  <part name="Requerimiento" type="tns:RequerimientoStruct_Refund" /></message>
1675
2159
  <message name="RefundResponse">
1676
2160
  <part name="Respuesta" type="tns:RespuestaStruct_Refund" /></message>
2161
+ <message name="GetInstallmentsOptionsRequest">
2162
+ <part name="Requerimiento" type="tns:RequerimientoStruct_GetInstallmentsOptions" /></message>
2163
+ <message name="GetInstallmentsOptionsResponse">
2164
+ <part name="Respuesta" type="tns:RespuestaStruct_GetInstallmentsOptions" /></message>
2165
+ <message name="CreatePaymentMethodTokenRequest">
2166
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethodToken" /></message>
2167
+ <message name="CreatePaymentMethodTokenResponse">
2168
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethodToken" /></message>
2169
+ <message name="RetrievePaymentMethodTokenRequest">
2170
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RetrievePaymentMethodToken" /></message>
2171
+ <message name="RetrievePaymentMethodTokenResponse">
2172
+ <part name="Respuesta" type="tns:RespuestaStruct_RetrievePaymentMethodToken" /></message>
2173
+ <message name="RecachePaymentMethodTokenRequest">
2174
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RecachePaymentMethodToken" /></message>
2175
+ <message name="RecachePaymentMethodTokenResponse">
2176
+ <part name="Respuesta" type="tns:RespuestaStruct_RecachePaymentMethodToken" /></message>
2177
+ <message name="CreateClientSessionRequest">
2178
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreateClientSession" /></message>
2179
+ <message name="CreateClientSessionResponse">
2180
+ <part name="Respuesta" type="tns:RespuestaStruct_CreateClientSession" /></message>
2181
+ <message name="CreatePaymentMethodRequest">
2182
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethod" /></message>
2183
+ <message name="CreatePaymentMethodResponse">
2184
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethod" /></message>
2185
+ <message name="CreatePaymentMethodFromPaymentRequest">
2186
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethodFromPayment" /></message>
2187
+ <message name="CreatePaymentMethodFromPaymentResponse">
2188
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethodFromPayment" /></message>
2189
+ <message name="RetrievePaymentMethodRequest">
2190
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RetrievePaymentMethod" /></message>
2191
+ <message name="RetrievePaymentMethodResponse">
2192
+ <part name="Respuesta" type="tns:RespuestaStruct_RetrievePaymentMethod" /></message>
2193
+ <message name="UpdatePaymentMethodRequest">
2194
+ <part name="Requerimiento" type="tns:RequerimientoStruct_UpdatePaymentMethod" /></message>
2195
+ <message name="UpdatePaymentMethodResponse">
2196
+ <part name="Respuesta" type="tns:RespuestaStruct_UpdatePaymentMethod" /></message>
2197
+ <message name="DeletePaymentMethodRequest">
2198
+ <part name="Requerimiento" type="tns:RequerimientoStruct_DeletePaymentMethod" /></message>
2199
+ <message name="DeletePaymentMethodResponse">
2200
+ <part name="Respuesta" type="tns:RespuestaStruct_DeletePaymentMethod" /></message>
2201
+ <message name="CreateCustomerRequest">
2202
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreateCustomer" /></message>
2203
+ <message name="CreateCustomerResponse">
2204
+ <part name="Respuesta" type="tns:RespuestaStruct_CreateCustomer" /></message>
2205
+ <message name="RetrieveCustomerRequest">
2206
+ <part name="Requerimiento" type="tns:RequerimientoStruct_RetrieveCustomer" /></message>
2207
+ <message name="RetrieveCustomerResponse">
2208
+ <part name="Respuesta" type="tns:RespuestaStruct_RetrieveCustomer" /></message>
2209
+ <message name="UpdateCustomerRequest">
2210
+ <part name="Requerimiento" type="tns:RequerimientoStruct_UpdateCustomer" /></message>
2211
+ <message name="UpdateCustomerResponse">
2212
+ <part name="Respuesta" type="tns:RespuestaStruct_UpdateCustomer" /></message>
2213
+ <message name="DeleteCustomerRequest">
2214
+ <part name="Requerimiento" type="tns:RequerimientoStruct_DeleteCustomer" /></message>
2215
+ <message name="DeleteCustomerResponse">
2216
+ <part name="Respuesta" type="tns:RespuestaStruct_DeleteCustomer" /></message>
1677
2217
  <message name="SimpleQueryTxRequest">
1678
2218
  <part name="Requerimiento" type="tns:RequerimientoStruct_SimpleQueryTx" /></message>
1679
2219
  <message name="SimpleQueryTxResponse">
@@ -1682,6 +2222,10 @@
1682
2222
  <part name="Requerimiento" type="tns:RequerimientoStruct_QueryCardNumber" /></message>
1683
2223
  <message name="QueryCardNumberResponse">
1684
2224
  <part name="Respuesta" type="tns:RespuestaStruct_QueryCardNumber" /></message>
2225
+ <message name="QueryCardDetailsRequest">
2226
+ <part name="Requerimiento" type="tns:RequerimientoStruct_QueryCardDetails" /></message>
2227
+ <message name="QueryCardDetailsResponse">
2228
+ <part name="Respuesta" type="tns:RespuestaStruct_QueryCardDetails" /></message>
1685
2229
  <message name="QueryTxsRequest">
1686
2230
  <part name="Requerimiento" type="tns:RequerimientoStruct_QueryTxs" /></message>
1687
2231
  <message name="QueryTxsResponse">
@@ -1755,6 +2299,62 @@
1755
2299
  <input message="tns:RefundRequest"/>
1756
2300
  <output message="tns:RefundResponse"/>
1757
2301
  </operation>
2302
+ <operation name="GetInstallmentsOptions">
2303
+ <input message="tns:GetInstallmentsOptionsRequest"/>
2304
+ <output message="tns:GetInstallmentsOptionsResponse"/>
2305
+ </operation>
2306
+ <operation name="CreatePaymentMethodToken">
2307
+ <input message="tns:CreatePaymentMethodTokenRequest"/>
2308
+ <output message="tns:CreatePaymentMethodTokenResponse"/>
2309
+ </operation>
2310
+ <operation name="RetrievePaymentMethodToken">
2311
+ <input message="tns:RetrievePaymentMethodTokenRequest"/>
2312
+ <output message="tns:RetrievePaymentMethodTokenResponse"/>
2313
+ </operation>
2314
+ <operation name="RecachePaymentMethodToken">
2315
+ <input message="tns:RecachePaymentMethodTokenRequest"/>
2316
+ <output message="tns:RecachePaymentMethodTokenResponse"/>
2317
+ </operation>
2318
+ <operation name="CreateClientSession">
2319
+ <input message="tns:CreateClientSessionRequest"/>
2320
+ <output message="tns:CreateClientSessionResponse"/>
2321
+ </operation>
2322
+ <operation name="CreatePaymentMethod">
2323
+ <input message="tns:CreatePaymentMethodRequest"/>
2324
+ <output message="tns:CreatePaymentMethodResponse"/>
2325
+ </operation>
2326
+ <operation name="CreatePaymentMethodFromPayment">
2327
+ <input message="tns:CreatePaymentMethodFromPaymentRequest"/>
2328
+ <output message="tns:CreatePaymentMethodFromPaymentResponse"/>
2329
+ </operation>
2330
+ <operation name="RetrievePaymentMethod">
2331
+ <input message="tns:RetrievePaymentMethodRequest"/>
2332
+ <output message="tns:RetrievePaymentMethodResponse"/>
2333
+ </operation>
2334
+ <operation name="UpdatePaymentMethod">
2335
+ <input message="tns:UpdatePaymentMethodRequest"/>
2336
+ <output message="tns:UpdatePaymentMethodResponse"/>
2337
+ </operation>
2338
+ <operation name="DeletePaymentMethod">
2339
+ <input message="tns:DeletePaymentMethodRequest"/>
2340
+ <output message="tns:DeletePaymentMethodResponse"/>
2341
+ </operation>
2342
+ <operation name="CreateCustomer">
2343
+ <input message="tns:CreateCustomerRequest"/>
2344
+ <output message="tns:CreateCustomerResponse"/>
2345
+ </operation>
2346
+ <operation name="RetrieveCustomer">
2347
+ <input message="tns:RetrieveCustomerRequest"/>
2348
+ <output message="tns:RetrieveCustomerResponse"/>
2349
+ </operation>
2350
+ <operation name="UpdateCustomer">
2351
+ <input message="tns:UpdateCustomerRequest"/>
2352
+ <output message="tns:UpdateCustomerResponse"/>
2353
+ </operation>
2354
+ <operation name="DeleteCustomer">
2355
+ <input message="tns:DeleteCustomerRequest"/>
2356
+ <output message="tns:DeleteCustomerResponse"/>
2357
+ </operation>
1758
2358
  <operation name="SimpleQueryTx">
1759
2359
  <input message="tns:SimpleQueryTxRequest"/>
1760
2360
  <output message="tns:SimpleQueryTxResponse"/>
@@ -1763,6 +2363,10 @@
1763
2363
  <input message="tns:QueryCardNumberRequest"/>
1764
2364
  <output message="tns:QueryCardNumberResponse"/>
1765
2365
  </operation>
2366
+ <operation name="QueryCardDetails">
2367
+ <input message="tns:QueryCardDetailsRequest"/>
2368
+ <output message="tns:QueryCardDetailsResponse"/>
2369
+ </operation>
1766
2370
  <operation name="QueryTxs">
1767
2371
  <input message="tns:QueryTxsRequest"/>
1768
2372
  <output message="tns:QueryTxsResponse"/>
@@ -1851,6 +2455,76 @@
1851
2455
  <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
1852
2456
  <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
1853
2457
  </operation>
2458
+ <operation name="GetInstallmentsOptions">
2459
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/GetInstallmentsOptions" style="rpc"/>
2460
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2461
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2462
+ </operation>
2463
+ <operation name="CreatePaymentMethodToken">
2464
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/CreatePaymentMethodToken" style="rpc"/>
2465
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2466
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2467
+ </operation>
2468
+ <operation name="RetrievePaymentMethodToken">
2469
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/RetrievePaymentMethodToken" style="rpc"/>
2470
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2471
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2472
+ </operation>
2473
+ <operation name="RecachePaymentMethodToken">
2474
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/RecachePaymentMethodToken" style="rpc"/>
2475
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2476
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2477
+ </operation>
2478
+ <operation name="CreateClientSession">
2479
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/CreateClientSession" style="rpc"/>
2480
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2481
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2482
+ </operation>
2483
+ <operation name="CreatePaymentMethod">
2484
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/CreatePaymentMethod" style="rpc"/>
2485
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2486
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2487
+ </operation>
2488
+ <operation name="CreatePaymentMethodFromPayment">
2489
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/CreatePaymentMethodFromPayment" style="rpc"/>
2490
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2491
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2492
+ </operation>
2493
+ <operation name="RetrievePaymentMethod">
2494
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/RetrievePaymentMethod" style="rpc"/>
2495
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2496
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2497
+ </operation>
2498
+ <operation name="UpdatePaymentMethod">
2499
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/UpdatePaymentMethod" style="rpc"/>
2500
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2501
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2502
+ </operation>
2503
+ <operation name="DeletePaymentMethod">
2504
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/DeletePaymentMethod" style="rpc"/>
2505
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2506
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2507
+ </operation>
2508
+ <operation name="CreateCustomer">
2509
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/CreateCustomer" style="rpc"/>
2510
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2511
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2512
+ </operation>
2513
+ <operation name="RetrieveCustomer">
2514
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/RetrieveCustomer" style="rpc"/>
2515
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2516
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2517
+ </operation>
2518
+ <operation name="UpdateCustomer">
2519
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/UpdateCustomer" style="rpc"/>
2520
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2521
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2522
+ </operation>
2523
+ <operation name="DeleteCustomer">
2524
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/DeleteCustomer" style="rpc"/>
2525
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2526
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2527
+ </operation>
1854
2528
  <operation name="SimpleQueryTx">
1855
2529
  <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/SimpleQueryTx" style="rpc"/>
1856
2530
  <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
@@ -1861,6 +2535,11 @@
1861
2535
  <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
1862
2536
  <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
1863
2537
  </operation>
2538
+ <operation name="QueryCardDetails">
2539
+ <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/QueryCardDetails" style="rpc"/>
2540
+ <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
2541
+ <output><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
2542
+ </operation>
1864
2543
  <operation name="QueryTxs">
1865
2544
  <soap:operation soapAction="https://implementacion.nps.com.ar/ws.php/QueryTxs" style="rpc"/>
1866
2545
  <input><soap:body use="encoded" namespace="https://implementacion.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>