nps_sdk 1.1.23 → 1.1.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecf9496633a4eb883c21986bcdf8a3cf2761e093
4
- data.tar.gz: 368f64f6bfaa6cfe24f325df18f6f7cb59279013
3
+ metadata.gz: 6e9cf47be58263c8bfd6c664e0a22058e0dd45f7
4
+ data.tar.gz: 9711fc923b6c4ac6a9e163e2530f920139ea829f
5
5
  SHA512:
6
- metadata.gz: cfe6d3c901f7741aa8e8f1da00ba46f32c5fdfbe61507273434055609c6c296bcd47e22fac943ab139a2b6b469a4c59b6cc92d28c79ae814295420640045cd13
7
- data.tar.gz: 0640ce1184329401bde06d71c8c6e4f245edf20816bac67d98887cd5511fff323b341b2e47b350c58a9841aab50a2ade17a02272974285780db9e4fdce65c36d
6
+ metadata.gz: 3130a7e7d85a9e33feeff70e46cdbdcfde3b70a3a388701d7295f4d56a9b578fd980ca65dd3f336b83a5552f4745715352a518054e336c806e4fdcf0fe196f1a
7
+ data.tar.gz: 07d0321e1bdefcd873cea968b0ddeb04c0d0f52f1e495905be2a3bc3228154ae958c7a903e2a3880047f095b70c70b58a2c0fbca8cae286e4fb76d05ed4459bb
@@ -79,7 +79,7 @@ module Nps
79
79
  concatenated_data = ""
80
80
  sorted_hash = params.sort_by{|x,y| x}.to_h
81
81
  sorted_hash.each { |key, value|
82
- if not value.is_a? ::Hash
82
+ if not value.is_a? ::Hash and not value.kind_of?(Array)
83
83
  concatenated_data = concatenated_data+value.to_s
84
84
  end
85
85
  }
@@ -1,5 +1,5 @@
1
1
  module Nps
2
2
  class Version
3
- VERSION = '1.1.23'
3
+ VERSION = '1.1.24'
4
4
  end
5
5
  end
@@ -5,6 +5,13 @@
5
5
  >
6
6
  <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
7
7
  <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
8
+ <xsd:complexType name="VaultReference2pStruct">
9
+ <xsd:all>
10
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
11
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
12
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
13
+ </xsd:all>
14
+ </xsd:complexType>
8
15
  <xsd:complexType name="TaxesRequestStruct">
9
16
  <xsd:all>
10
17
  <xsd:element name="TypeId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -40,12 +47,16 @@
40
47
  </xsd:complexType>
41
48
  <xsd:complexType name="SellerDetailsStruct">
42
49
  <xsd:all>
50
+ <xsd:element name="ExternalReferenceId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
43
51
  <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
44
52
  <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
45
53
  <xsd:element name="Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
46
54
  <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
47
55
  <xsd:element name="PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
48
56
  <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
57
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
58
+ <xsd:element name="PhoneNumber1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
59
+ <xsd:element name="PhoneNumber2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
49
60
  <xsd:element name="MCC" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
50
61
  <xsd:element name="ChannelCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
51
62
  <xsd:element name="GeoCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -148,6 +159,7 @@
148
159
  <xsd:element name="FareClassCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
149
160
  <xsd:element name="BaseFare" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
150
161
  <xsd:element name="BaseFareCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
162
+ <xsd:element name="StopoverCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
151
163
  </xsd:all>
152
164
  </xsd:complexType>
153
165
  <xsd:complexType name="ArrayOf_LegStruct">
@@ -209,13 +221,6 @@
209
221
  <xsd:element name="Ticket" type="tns:AirlineTicketStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
210
222
  </xsd:all>
211
223
  </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"/>
217
- </xsd:all>
218
- </xsd:complexType>
219
224
  <xsd:complexType name="RequerimientoStruct_PayOnLine_2p">
220
225
  <xsd:all>
221
226
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -261,6 +266,7 @@
261
266
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
262
267
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
263
268
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
269
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
264
270
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
265
271
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
266
272
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -268,7 +274,6 @@
268
274
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
269
275
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
270
276
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
271
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
272
277
  </xsd:all>
273
278
  </xsd:complexType>
274
279
  <xsd:complexType name="TaxesResponseStruct">
@@ -405,6 +410,7 @@
405
410
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
406
411
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
407
412
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
413
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
408
414
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
409
415
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
410
416
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -412,7 +418,6 @@
412
418
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
413
419
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
414
420
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
415
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
416
421
  </xsd:all>
417
422
  </xsd:complexType>
418
423
  <xsd:complexType name="RespuestaStruct_Authorize_2p">
@@ -447,13 +452,13 @@
447
452
  <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
448
453
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
449
454
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
450
- <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
451
455
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
452
456
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
453
457
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
454
458
  <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
455
459
  <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
456
460
  <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
461
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
457
462
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
458
463
  <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
459
464
  <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
@@ -497,16 +502,6 @@
497
502
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
498
503
  </xsd:all>
499
504
  </xsd:complexType>
500
- <xsd:complexType name="RespuestaStruct_BankPayment_2p_BillingDetails">
501
- <xsd:all>
502
- <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
503
- <xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
504
- <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
505
- <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
506
- <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
507
- <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
508
- </xsd:all>
509
- </xsd:complexType>
510
505
  <xsd:complexType name="RespuestaStruct_BankPayment_2p">
511
506
  <xsd:all>
512
507
  <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
@@ -538,12 +533,6 @@
538
533
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
539
534
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
540
535
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
541
- <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_BankPayment_2p_BillingDetails" nillable="false"/>
542
- </xsd:all>
543
- </xsd:complexType>
544
- <xsd:complexType name="VaultReference3pStruct">
545
- <xsd:all>
546
- <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
547
536
  </xsd:all>
548
537
  </xsd:complexType>
549
538
  <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -552,8 +541,8 @@
552
541
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
553
542
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
554
543
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
556
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
544
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
545
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
557
546
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
558
547
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
559
548
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -563,10 +552,10 @@
563
552
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
564
553
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
565
554
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
566
556
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
567
557
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
568
558
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
569
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
570
559
  </xsd:all>
571
560
  </xsd:complexType>
572
561
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -588,8 +577,8 @@
588
577
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
589
578
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
590
579
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
591
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
592
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
580
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
581
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
593
582
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
594
583
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
595
584
  <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -601,7 +590,7 @@
601
590
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
602
591
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
603
592
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
604
- <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
593
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
605
594
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
606
595
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
607
596
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -613,13 +602,20 @@
613
602
  </xsd:complexType>
614
603
  <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p_Transactions">
615
604
  <xsd:all>
605
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
606
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
607
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
616
608
  <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
617
609
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
618
610
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
611
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
619
612
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
620
613
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
621
614
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
622
615
  <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
616
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false"/>
617
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
618
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
623
619
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
624
620
  <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
625
621
  <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
@@ -627,13 +623,16 @@
627
623
  <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
628
624
  <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
629
625
  <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
626
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
627
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
628
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
630
629
  <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
631
630
  <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
632
631
  <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
633
632
  <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
634
633
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
634
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
635
635
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
636
- <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
637
636
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
638
637
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
639
638
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
@@ -668,22 +667,21 @@
668
667
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
669
668
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
670
669
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
670
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
671
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
671
672
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
672
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
673
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
673
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
675
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
675
676
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
676
- <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
677
- <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
677
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
678
678
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
679
- <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
680
679
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
680
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
682
- <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
683
682
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
684
683
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
685
684
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
686
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
687
685
  </xsd:all>
688
686
  </xsd:complexType>
689
687
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions">
@@ -705,8 +703,8 @@
705
703
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
706
704
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
707
705
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
708
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
709
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
706
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
707
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
710
708
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
711
709
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
712
710
  <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -718,6 +716,7 @@
718
716
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
719
717
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
720
718
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
719
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
721
720
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
722
721
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
723
722
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -741,6 +740,11 @@
741
740
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
742
741
  </xsd:all>
743
742
  </xsd:complexType>
743
+ <xsd:complexType name="VaultReference3pStruct">
744
+ <xsd:all>
745
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
746
+ </xsd:all>
747
+ </xsd:complexType>
744
748
  <xsd:complexType name="RequerimientoStruct_PayOnLine_3p">
745
749
  <xsd:all>
746
750
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -1125,6 +1129,7 @@
1125
1129
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1126
1130
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1127
1131
  <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1132
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1128
1133
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1129
1134
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1130
1135
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
@@ -1132,7 +1137,6 @@
1132
1137
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1133
1138
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1134
1139
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
1135
- <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1136
1140
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false"/>
1137
1141
  </xsd:all>
1138
1142
  </xsd:complexType>
@@ -5,6 +5,13 @@
5
5
  >
6
6
  <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
7
7
  <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
8
+ <xsd:complexType name="VaultReference2pStruct">
9
+ <xsd:all>
10
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
11
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
12
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
13
+ </xsd:all>
14
+ </xsd:complexType>
8
15
  <xsd:complexType name="TaxesRequestStruct">
9
16
  <xsd:all>
10
17
  <xsd:element name="TypeId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -40,12 +47,16 @@
40
47
  </xsd:complexType>
41
48
  <xsd:complexType name="SellerDetailsStruct">
42
49
  <xsd:all>
50
+ <xsd:element name="ExternalReferenceId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
43
51
  <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
44
52
  <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
45
53
  <xsd:element name="Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
46
54
  <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
47
55
  <xsd:element name="PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
48
56
  <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
57
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
58
+ <xsd:element name="PhoneNumber1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
59
+ <xsd:element name="PhoneNumber2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
49
60
  <xsd:element name="MCC" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
50
61
  <xsd:element name="ChannelCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
51
62
  <xsd:element name="GeoCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -148,6 +159,7 @@
148
159
  <xsd:element name="FareClassCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
149
160
  <xsd:element name="BaseFare" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
150
161
  <xsd:element name="BaseFareCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
162
+ <xsd:element name="StopoverCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
151
163
  </xsd:all>
152
164
  </xsd:complexType>
153
165
  <xsd:complexType name="ArrayOf_LegStruct">
@@ -209,13 +221,6 @@
209
221
  <xsd:element name="Ticket" type="tns:AirlineTicketStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
210
222
  </xsd:all>
211
223
  </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"/>
217
- </xsd:all>
218
- </xsd:complexType>
219
224
  <xsd:complexType name="RequerimientoStruct_PayOnLine_2p">
220
225
  <xsd:all>
221
226
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -261,6 +266,7 @@
261
266
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
262
267
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
263
268
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
269
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
264
270
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
265
271
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
266
272
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -268,7 +274,6 @@
268
274
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
269
275
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
270
276
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
271
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
272
277
  </xsd:all>
273
278
  </xsd:complexType>
274
279
  <xsd:complexType name="TaxesResponseStruct">
@@ -405,6 +410,7 @@
405
410
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
406
411
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
407
412
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
413
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
408
414
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
409
415
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
410
416
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -412,7 +418,6 @@
412
418
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
413
419
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
414
420
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
415
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
416
421
  </xsd:all>
417
422
  </xsd:complexType>
418
423
  <xsd:complexType name="RespuestaStruct_Authorize_2p">
@@ -447,13 +452,13 @@
447
452
  <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
448
453
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
449
454
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
450
- <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
451
455
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
452
456
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
453
457
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
454
458
  <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
455
459
  <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
456
460
  <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
461
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
457
462
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
458
463
  <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
459
464
  <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
@@ -497,16 +502,6 @@
497
502
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
498
503
  </xsd:all>
499
504
  </xsd:complexType>
500
- <xsd:complexType name="RespuestaStruct_BankPayment_2p_BillingDetails">
501
- <xsd:all>
502
- <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
503
- <xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
504
- <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
505
- <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
506
- <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
507
- <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
508
- </xsd:all>
509
- </xsd:complexType>
510
505
  <xsd:complexType name="RespuestaStruct_BankPayment_2p">
511
506
  <xsd:all>
512
507
  <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
@@ -538,12 +533,6 @@
538
533
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
539
534
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
540
535
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
541
- <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_BankPayment_2p_BillingDetails" nillable="false"/>
542
- </xsd:all>
543
- </xsd:complexType>
544
- <xsd:complexType name="VaultReference3pStruct">
545
- <xsd:all>
546
- <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
547
536
  </xsd:all>
548
537
  </xsd:complexType>
549
538
  <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -552,8 +541,8 @@
552
541
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
553
542
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
554
543
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
556
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
544
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
545
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
557
546
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
558
547
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
559
548
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -563,10 +552,10 @@
563
552
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
564
553
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
565
554
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
566
556
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
567
557
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
568
558
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
569
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
570
559
  </xsd:all>
571
560
  </xsd:complexType>
572
561
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -588,8 +577,8 @@
588
577
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
589
578
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
590
579
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
591
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
592
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
580
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
581
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
593
582
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
594
583
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
595
584
  <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -601,7 +590,7 @@
601
590
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
602
591
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
603
592
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
604
- <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
593
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
605
594
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
606
595
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
607
596
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -613,13 +602,20 @@
613
602
  </xsd:complexType>
614
603
  <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p_Transactions">
615
604
  <xsd:all>
605
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
606
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
607
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
616
608
  <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
617
609
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
618
610
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
611
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
619
612
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
620
613
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
621
614
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
622
615
  <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
616
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false"/>
617
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
618
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
623
619
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
624
620
  <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
625
621
  <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
@@ -627,13 +623,16 @@
627
623
  <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
628
624
  <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
629
625
  <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
626
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
627
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
628
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
630
629
  <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
631
630
  <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
632
631
  <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
633
632
  <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
634
633
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
634
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
635
635
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
636
- <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
637
636
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
638
637
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
639
638
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
@@ -668,22 +667,21 @@
668
667
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
669
668
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
670
669
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
670
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
671
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
671
672
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
672
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
673
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
673
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
675
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
675
676
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
676
- <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
677
- <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
677
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
678
678
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
679
- <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
680
679
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
680
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
682
- <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
683
682
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
684
683
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
685
684
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
686
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
687
685
  </xsd:all>
688
686
  </xsd:complexType>
689
687
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions">
@@ -705,8 +703,8 @@
705
703
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
706
704
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
707
705
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
708
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
709
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
706
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
707
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
710
708
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
711
709
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
712
710
  <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -718,6 +716,7 @@
718
716
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
719
717
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
720
718
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
719
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
721
720
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
722
721
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
723
722
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -741,6 +740,11 @@
741
740
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
742
741
  </xsd:all>
743
742
  </xsd:complexType>
743
+ <xsd:complexType name="VaultReference3pStruct">
744
+ <xsd:all>
745
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
746
+ </xsd:all>
747
+ </xsd:complexType>
744
748
  <xsd:complexType name="RequerimientoStruct_PayOnLine_3p">
745
749
  <xsd:all>
746
750
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -1125,6 +1129,7 @@
1125
1129
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1126
1130
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1127
1131
  <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1132
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1128
1133
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1129
1134
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1130
1135
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
@@ -1132,7 +1137,6 @@
1132
1137
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1133
1138
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1134
1139
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
1135
- <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1136
1140
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false"/>
1137
1141
  </xsd:all>
1138
1142
  </xsd:complexType>
@@ -5,6 +5,13 @@
5
5
  >
6
6
  <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
7
7
  <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
8
+ <xsd:complexType name="VaultReference2pStruct">
9
+ <xsd:all>
10
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
11
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
12
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
13
+ </xsd:all>
14
+ </xsd:complexType>
8
15
  <xsd:complexType name="TaxesRequestStruct">
9
16
  <xsd:all>
10
17
  <xsd:element name="TypeId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -40,12 +47,16 @@
40
47
  </xsd:complexType>
41
48
  <xsd:complexType name="SellerDetailsStruct">
42
49
  <xsd:all>
50
+ <xsd:element name="ExternalReferenceId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
43
51
  <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
44
52
  <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
45
53
  <xsd:element name="Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
46
54
  <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
47
55
  <xsd:element name="PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
48
56
  <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
57
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
58
+ <xsd:element name="PhoneNumber1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
59
+ <xsd:element name="PhoneNumber2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
49
60
  <xsd:element name="MCC" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
50
61
  <xsd:element name="ChannelCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
51
62
  <xsd:element name="GeoCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -148,6 +159,7 @@
148
159
  <xsd:element name="FareClassCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
149
160
  <xsd:element name="BaseFare" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
150
161
  <xsd:element name="BaseFareCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
162
+ <xsd:element name="StopoverCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
151
163
  </xsd:all>
152
164
  </xsd:complexType>
153
165
  <xsd:complexType name="ArrayOf_LegStruct">
@@ -209,13 +221,6 @@
209
221
  <xsd:element name="Ticket" type="tns:AirlineTicketStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
210
222
  </xsd:all>
211
223
  </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"/>
217
- </xsd:all>
218
- </xsd:complexType>
219
224
  <xsd:complexType name="RequerimientoStruct_PayOnLine_2p">
220
225
  <xsd:all>
221
226
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -261,6 +266,7 @@
261
266
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
262
267
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
263
268
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
269
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
264
270
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
265
271
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
266
272
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -268,7 +274,6 @@
268
274
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
269
275
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
270
276
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
271
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
272
277
  </xsd:all>
273
278
  </xsd:complexType>
274
279
  <xsd:complexType name="TaxesResponseStruct">
@@ -405,6 +410,7 @@
405
410
  <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
406
411
  <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
407
412
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
413
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
408
414
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
409
415
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
410
416
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -412,7 +418,6 @@
412
418
  <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
413
419
  <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
414
420
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
415
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
416
421
  </xsd:all>
417
422
  </xsd:complexType>
418
423
  <xsd:complexType name="RespuestaStruct_Authorize_2p">
@@ -447,13 +452,13 @@
447
452
  <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
448
453
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
449
454
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
450
- <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
451
455
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
452
456
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
453
457
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
454
458
  <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
455
459
  <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
456
460
  <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
461
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
457
462
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
458
463
  <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
459
464
  <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false"/>
@@ -497,16 +502,6 @@
497
502
  <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
498
503
  </xsd:all>
499
504
  </xsd:complexType>
500
- <xsd:complexType name="RespuestaStruct_BankPayment_2p_BillingDetails">
501
- <xsd:all>
502
- <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
503
- <xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
504
- <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
505
- <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
506
- <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
507
- <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
508
- </xsd:all>
509
- </xsd:complexType>
510
505
  <xsd:complexType name="RespuestaStruct_BankPayment_2p">
511
506
  <xsd:all>
512
507
  <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
@@ -538,12 +533,6 @@
538
533
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
539
534
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
540
535
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
541
- <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_BankPayment_2p_BillingDetails" nillable="false"/>
542
- </xsd:all>
543
- </xsd:complexType>
544
- <xsd:complexType name="VaultReference3pStruct">
545
- <xsd:all>
546
- <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
547
536
  </xsd:all>
548
537
  </xsd:complexType>
549
538
  <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -552,8 +541,8 @@
552
541
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
553
542
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
554
543
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
556
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
544
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
545
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
557
546
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
558
547
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
559
548
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -563,10 +552,10 @@
563
552
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
564
553
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
565
554
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
566
556
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
567
557
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
568
558
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
569
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
570
559
  </xsd:all>
571
560
  </xsd:complexType>
572
561
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions">
@@ -588,8 +577,8 @@
588
577
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
589
578
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
590
579
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
591
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
592
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
580
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
581
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
593
582
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
594
583
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
595
584
  <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -601,7 +590,7 @@
601
590
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
602
591
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
603
592
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
604
- <xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
593
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
605
594
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
606
595
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
607
596
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -613,13 +602,20 @@
613
602
  </xsd:complexType>
614
603
  <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p_Transactions">
615
604
  <xsd:all>
605
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
606
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
607
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
616
608
  <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false"/>
617
609
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
618
610
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false"/>
611
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false"/>
619
612
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
620
613
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
621
614
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
622
615
  <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false"/>
616
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false"/>
617
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
618
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
623
619
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
624
620
  <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false"/>
625
621
  <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false"/>
@@ -627,13 +623,16 @@
627
623
  <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false"/>
628
624
  <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false"/>
629
625
  <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false"/>
626
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
627
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
628
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
630
629
  <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false"/>
631
630
  <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false"/>
632
631
  <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false"/>
633
632
  <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false"/>
634
633
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
634
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
635
635
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
636
- <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
637
636
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
638
637
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
639
638
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
@@ -668,22 +667,21 @@
668
667
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
669
668
  <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
670
669
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
670
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
671
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
671
672
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
672
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
673
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
673
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
674
675
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
675
676
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
676
- <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
677
- <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
677
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
678
678
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
679
- <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
680
679
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
680
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
682
- <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
683
682
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
684
683
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
685
684
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
686
- <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
687
685
  </xsd:all>
688
686
  </xsd:complexType>
689
687
  <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions">
@@ -705,8 +703,8 @@
705
703
  <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
706
704
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
707
705
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
708
- <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
709
- <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
706
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
707
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
710
708
  <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
711
709
  <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
712
710
  <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -718,6 +716,7 @@
718
716
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
719
717
  <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
720
718
  <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
719
+ <xsd:element name="psp_VaultReference" type="tns:VaultReference2pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
721
720
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
722
721
  <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
723
722
  <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -741,6 +740,11 @@
741
740
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_2p_Transactions" nillable="false"/>
742
741
  </xsd:all>
743
742
  </xsd:complexType>
743
+ <xsd:complexType name="VaultReference3pStruct">
744
+ <xsd:all>
745
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
746
+ </xsd:all>
747
+ </xsd:complexType>
744
748
  <xsd:complexType name="RequerimientoStruct_PayOnLine_3p">
745
749
  <xsd:all>
746
750
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -1125,6 +1129,7 @@
1125
1129
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1126
1130
  <xsd:element name="psp_Currency" type="xsd:string" nillable="false"/>
1127
1131
  <xsd:element name="psp_Country" type="xsd:string" nillable="false"/>
1132
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1128
1133
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1129
1134
  <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false"/>
1130
1135
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
@@ -1132,7 +1137,6 @@
1132
1137
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1133
1138
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1134
1139
  <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
1135
- <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1136
1140
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false"/>
1137
1141
  </xsd:all>
1138
1142
  </xsd:complexType>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nps_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.23
4
+ version: 1.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - merchantservices@ingenico.com