processing_kz 0.1.43 → 0.1.44

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: bb779472c8933be4f539cbd75915c025d5717014
4
- data.tar.gz: f537d68098d58accf593579bf155e7b862287c96
3
+ metadata.gz: 14614061bce81bec0fb41c6064064cac6bae926b
4
+ data.tar.gz: de69b1c5b905ad761b32353f0cac61b7aa88c5a2
5
5
  SHA512:
6
- metadata.gz: 75b4c50227593998054052d1e78cc9333546a2edcdda1379cf7593006ffeaec23ac0e0d4f7ebe284632b96f0e6f4eae2d9ef445a458188fc4ff824ee74b83c63
7
- data.tar.gz: 39a024543aabca263e7c0dd40f245f24b774b1095473b66a08a3604250666a5d8cabce70cf7fbbc36a503e47dfafb9cbc09fb71ff9da845dcfc91d16c1b31a30
6
+ metadata.gz: 21f5d088b18d62a3a6a172f71a7c3fdb8ac92b6beaf5f12de398bb525f49a6366a889e0f50429a30b8337f60c3966cd5b3b099528a748fe1fca729b0a6990c30
7
+ data.tar.gz: c7631fe995c9d5f65e875c90e78f36bbff945419f4dd11c9ac94e8bacd2b0aa0becc8da874175e6f192cae5760939d79f248c1483e387a4ba3f91c891d6c74a7
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
  *.o
13
13
  *.a
14
14
  mkmf.log
15
+ .DS_Store
@@ -46,7 +46,6 @@ module ProcessingKz
46
46
  end
47
47
 
48
48
  def merchant_local_date_time=(time)
49
- raise ArgumentError unless time.class == Time
50
49
  @merchant_local_date_time = time.strftime('%d.%m.%Y %H:%M:%S')
51
50
  end
52
51
 
@@ -67,7 +66,7 @@ module ProcessingKz
67
66
  end
68
67
 
69
68
  def request!
70
- client = Savon.client(wsdl: Config.wsdl, endpoint: Config.host)
69
+ client = Savon.client(wsdl: Config.wsdl, soap_version: 2, endpoint: Config.host)
71
70
  request = client.call(:start_transaction, message: {
72
71
  transaction: {
73
72
  merchant_id: merchant_id,
@@ -1,3 +1,3 @@
1
1
  module ProcessingKz
2
- VERSION = '0.1.43'
2
+ VERSION = '0.1.44'
3
3
  end
@@ -0,0 +1,867 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://kz.processing.cnp.merchant_ws/xsd" xmlns:ax25="http://merchant_web_services.cnp.processing.kz/xsd" xmlns:ax23="http://beans.merchant_web_services.cnp.processing.kz/xsd" xmlns:ax21="http://beans.common.cnp.processing.kz/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://merchant_web_services.cnp.processing.kz" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://merchant_web_services.cnp.processing.kz">
3
+ <wsdl:types>
4
+ <xs:schema xmlns:ax26="http://beans.common.cnp.processing.kz/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://merchant_web_services.cnp.processing.kz/xsd">
5
+ <xs:import namespace="http://beans.common.cnp.processing.kz/xsd"/>
6
+ <xs:complexType name="TransactionCardDetails">
7
+ <xs:sequence>
8
+ <xs:element minOccurs="0" name="cardNumber" nillable="true" type="xs:string"/>
9
+ <xs:element minOccurs="0" name="cardholderName" nillable="true" type="xs:string"/>
10
+ <xs:element minOccurs="0" name="currencyCode" type="xs:int"/>
11
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
12
+ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
13
+ <xs:element minOccurs="0" name="expiryDate" nillable="true" type="xs:string"/>
14
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="goodsList" nillable="true" type="ax26:GoodsItem"/>
15
+ <xs:element minOccurs="0" name="languageCode" nillable="true" type="xs:string"/>
16
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="merchantAdditionalInformationList" nillable="true" type="ax26:AdditionalInformation"/>
17
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
18
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
19
+ <xs:element minOccurs="0" name="orderId" nillable="true" type="xs:string"/>
20
+ <xs:element minOccurs="0" name="paymentType" type="xs:int"/>
21
+ <xs:element minOccurs="0" name="purchaserEmail" nillable="true" type="xs:string"/>
22
+ <xs:element minOccurs="0" name="purchaserPhone" nillable="true" type="xs:string"/>
23
+ <xs:element minOccurs="0" name="required3DS" nillable="true" type="xs:boolean"/>
24
+ <xs:element minOccurs="0" name="secureCode" nillable="true" type="xs:string"/>
25
+ <xs:element minOccurs="0" name="terminalID" nillable="true" type="xs:string"/>
26
+ <xs:element minOccurs="0" name="totalAmount" nillable="true" type="xs:string"/>
27
+ </xs:sequence>
28
+ </xs:complexType>
29
+ </xs:schema>
30
+ <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.merchant_web_services.cnp.processing.kz/xsd">
31
+ <xs:complexType name="StartTransactionResult">
32
+ <xs:sequence>
33
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
34
+ <xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
35
+ <xs:element minOccurs="0" name="redirectURL" nillable="true" type="xs:string"/>
36
+ <xs:element minOccurs="0" name="success" type="xs:boolean"/>
37
+ </xs:sequence>
38
+ </xs:complexType>
39
+ <xs:complexType name="StartCashOutToRegisteredCardResult">
40
+ <xs:sequence>
41
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
42
+ <xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
43
+ <xs:element minOccurs="0" name="rspCode" nillable="true" type="xs:string"/>
44
+ <xs:element minOccurs="0" name="success" type="xs:boolean"/>
45
+ </xs:sequence>
46
+ </xs:complexType>
47
+ <xs:complexType name="Authorise3DSResult">
48
+ <xs:sequence>
49
+ <xs:element minOccurs="0" name="acsURL" nillable="true" type="xs:string"/>
50
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
51
+ <xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
52
+ <xs:element minOccurs="0" name="md" nillable="true" type="xs:string"/>
53
+ <xs:element minOccurs="0" name="paReq" nillable="true" type="xs:string"/>
54
+ <xs:element minOccurs="0" name="tranGUID" nillable="true" type="xs:string"/>
55
+ <xs:element minOccurs="0" name="transactionStatus" nillable="true" type="xs:string"/>
56
+ </xs:sequence>
57
+ </xs:complexType>
58
+ </xs:schema>
59
+ <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.common.cnp.processing.kz/xsd">
60
+ <xs:complexType name="TransferTransactionDetails">
61
+ <xs:sequence>
62
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformationList" nillable="true" type="ax21:AdditionalInformation"/>
63
+ <xs:element minOccurs="0" name="currencyCode" nillable="true" type="xs:string"/>
64
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
65
+ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
66
+ <xs:element minOccurs="0" name="languageCode" nillable="true" type="xs:string"/>
67
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
68
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
69
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
70
+ <xs:element minOccurs="0" name="receiverAccount" nillable="true" type="xs:string"/>
71
+ <xs:element minOccurs="0" name="receiverName" nillable="true" type="xs:string"/>
72
+ <xs:element minOccurs="0" name="returnURL" nillable="true" type="xs:string"/>
73
+ <xs:element minOccurs="0" name="senderName" nillable="true" type="xs:string"/>
74
+ <xs:element minOccurs="0" name="terminalId" nillable="true" type="xs:string"/>
75
+ <xs:element minOccurs="0" name="tranAmount" nillable="true" type="xs:string"/>
76
+ </xs:sequence>
77
+ </xs:complexType>
78
+ <xs:complexType name="AdditionalInformation">
79
+ <xs:sequence>
80
+ <xs:element minOccurs="0" name="key" nillable="true" type="xs:string"/>
81
+ <xs:element minOccurs="0" name="value" nillable="true" type="xs:string"/>
82
+ </xs:sequence>
83
+ </xs:complexType>
84
+ <xs:complexType name="GoodsItem">
85
+ <xs:sequence>
86
+ <xs:element minOccurs="0" name="amount" nillable="true" type="xs:string"/>
87
+ <xs:element minOccurs="0" name="currencyCode" type="xs:int"/>
88
+ <xs:element minOccurs="0" name="merchantsGoodsID" nillable="true" type="xs:string"/>
89
+ <xs:element minOccurs="0" name="nameOfGoods" nillable="true" type="xs:string"/>
90
+ </xs:sequence>
91
+ </xs:complexType>
92
+ <xs:complexType name="StoredTransactionStatus">
93
+ <xs:sequence>
94
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformation" nillable="true" type="ax21:AdditionalInformation"/>
95
+ <xs:element minOccurs="0" name="amountAuthorised" nillable="true" type="xs:string"/>
96
+ <xs:element minOccurs="0" name="amountRefunded" nillable="true" type="xs:string"/>
97
+ <xs:element minOccurs="0" name="amountRequested" nillable="true" type="xs:string"/>
98
+ <xs:element minOccurs="0" name="amountSettled" nillable="true" type="xs:string"/>
99
+ <xs:element minOccurs="0" name="authCode" nillable="true" type="xs:string"/>
100
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="goods" nillable="true" type="ax21:GoodsItem"/>
101
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
102
+ <xs:element minOccurs="0" name="merchantOnlineAddress" nillable="true" type="xs:string"/>
103
+ <xs:element minOccurs="0" name="orderId" nillable="true" type="xs:string"/>
104
+ <xs:element minOccurs="0" name="purchaserEmail" nillable="true" type="xs:string"/>
105
+ <xs:element minOccurs="0" name="purchaserName" nillable="true" type="xs:string"/>
106
+ <xs:element minOccurs="0" name="purchaserPhone" nillable="true" type="xs:string"/>
107
+ <xs:element minOccurs="0" name="transactionCurrencyCode" nillable="true" type="xs:string"/>
108
+ <xs:element minOccurs="0" name="transactionStatus" nillable="true" type="xs:string"/>
109
+ </xs:sequence>
110
+ </xs:complexType>
111
+ <xs:complexType name="TransactionDetails">
112
+ <xs:sequence>
113
+ <xs:element minOccurs="0" name="billingAddress" nillable="true" type="ax21:Address"/>
114
+ <xs:element minOccurs="0" name="cardId" nillable="true" type="xs:string"/>
115
+ <xs:element minOccurs="0" name="currencyCode" type="xs:int"/>
116
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
117
+ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
118
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="goodsList" nillable="true" type="ax21:GoodsItem"/>
119
+ <xs:element minOccurs="0" name="languageCode" nillable="true" type="xs:string"/>
120
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="merchantAdditionalInformationList" nillable="true" type="ax21:AdditionalInformation"/>
121
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
122
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
123
+ <xs:element minOccurs="0" name="orderId" nillable="true" type="xs:string"/>
124
+ <xs:element minOccurs="0" name="paymentType" type="xs:int"/>
125
+ <xs:element minOccurs="0" name="purchaserEmail" nillable="true" type="xs:string"/>
126
+ <xs:element minOccurs="0" name="purchaserName" nillable="true" type="xs:string"/>
127
+ <xs:element minOccurs="0" name="purchaserPhone" nillable="true" type="xs:string"/>
128
+ <xs:element minOccurs="0" name="returnURL" nillable="true" type="xs:string"/>
129
+ <xs:element minOccurs="0" name="terminalID" nillable="true" type="xs:string"/>
130
+ <xs:element minOccurs="0" name="totalAmount" nillable="true" type="xs:string"/>
131
+ </xs:sequence>
132
+ </xs:complexType>
133
+ <xs:complexType name="Address">
134
+ <xs:sequence>
135
+ <xs:element minOccurs="0" name="addressLine1" nillable="true" type="xs:string"/>
136
+ <xs:element minOccurs="0" name="addressLine2" nillable="true" type="xs:string"/>
137
+ <xs:element minOccurs="0" name="city" nillable="true" type="xs:string"/>
138
+ <xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/>
139
+ <xs:element minOccurs="0" name="county" nillable="true" type="xs:string"/>
140
+ <xs:element minOccurs="0" name="zip" nillable="true" type="xs:string"/>
141
+ </xs:sequence>
142
+ </xs:complexType>
143
+ <xs:complexType name="TrustedTransferTransactionDetails">
144
+ <xs:sequence>
145
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformationList" nillable="true" type="ax21:AdditionalInformation"/>
146
+ <xs:element minOccurs="0" name="currencyCode" nillable="true" type="xs:string"/>
147
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
148
+ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
149
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
150
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
151
+ <xs:element minOccurs="0" name="receiverAccount" nillable="true" type="xs:string"/>
152
+ <xs:element minOccurs="0" name="receiverAddress" nillable="true" type="ax21:Address"/>
153
+ <xs:element minOccurs="0" name="receiverName" nillable="true" type="xs:string"/>
154
+ <xs:element minOccurs="0" name="senderAccount" nillable="true" type="xs:string"/>
155
+ <xs:element minOccurs="0" name="senderAddress" nillable="true" type="ax21:Address"/>
156
+ <xs:element minOccurs="0" name="senderCVV2" nillable="true" type="xs:string"/>
157
+ <xs:element minOccurs="0" name="senderExpMonth" nillable="true" type="xs:string"/>
158
+ <xs:element minOccurs="0" name="senderExpYear" nillable="true" type="xs:string"/>
159
+ <xs:element minOccurs="0" name="senderName" nillable="true" type="xs:string"/>
160
+ <xs:element minOccurs="0" name="terminalId" nillable="true" type="xs:string"/>
161
+ <xs:element minOccurs="0" name="tranAmount" nillable="true" type="xs:string"/>
162
+ </xs:sequence>
163
+ </xs:complexType>
164
+ <xs:complexType name="BankTransferTransactionDetails">
165
+ <xs:sequence>
166
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformationList" nillable="true" type="ax21:AdditionalInformation"/>
167
+ <xs:element minOccurs="0" name="currencyCode" nillable="true" type="xs:string"/>
168
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
169
+ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
170
+ <xs:element minOccurs="0" name="kno" nillable="true" type="xs:string"/>
171
+ <xs:element minOccurs="0" name="knoDescription" nillable="true" type="xs:string"/>
172
+ <xs:element minOccurs="0" name="languageCode" nillable="true" type="xs:string"/>
173
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
174
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
175
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
176
+ <xs:element minOccurs="0" name="receiverAccount" nillable="true" type="xs:string"/>
177
+ <xs:element minOccurs="0" name="receiverBankBIK" nillable="true" type="xs:string"/>
178
+ <xs:element minOccurs="0" name="receiverEntityType" nillable="true" type="xs:string"/>
179
+ <xs:element minOccurs="0" name="receiverIIN" nillable="true" type="xs:string"/>
180
+ <xs:element minOccurs="0" name="receiverName" nillable="true" type="xs:string"/>
181
+ <xs:element minOccurs="0" name="receiverResidencyType" nillable="true" type="xs:string"/>
182
+ <xs:element minOccurs="0" name="responseCode" nillable="true" type="xs:string"/>
183
+ <xs:element minOccurs="0" name="returnUrl" nillable="true" type="xs:string"/>
184
+ <xs:element minOccurs="0" name="senderEntityType" nillable="true" type="xs:string"/>
185
+ <xs:element minOccurs="0" name="senderIIN" nillable="true" type="xs:string"/>
186
+ <xs:element minOccurs="0" name="senderName" nillable="true" type="xs:string"/>
187
+ <xs:element minOccurs="0" name="senderResidencyType" nillable="true" type="xs:string"/>
188
+ <xs:element minOccurs="0" name="terminalId" nillable="true" type="xs:string"/>
189
+ <xs:element minOccurs="0" name="tranAmount" nillable="true" type="xs:string"/>
190
+ <xs:element minOccurs="0" name="tranFee" nillable="true" type="xs:string"/>
191
+ </xs:sequence>
192
+ </xs:complexType>
193
+ <xs:complexType name="StoredBankTransferTransactionStatus">
194
+ <xs:sequence>
195
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformation" nillable="true" type="ax21:AdditionalInformation"/>
196
+ <xs:element minOccurs="0" name="amount" nillable="true" type="xs:string"/>
197
+ <xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
198
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
199
+ <xs:element minOccurs="0" name="merchantOnlineAddress" nillable="true" type="xs:string"/>
200
+ <xs:element minOccurs="0" name="receiverEmail" nillable="true" type="xs:string"/>
201
+ <xs:element minOccurs="0" name="receiverName" nillable="true" type="xs:string"/>
202
+ <xs:element minOccurs="0" name="receiverPhone" nillable="true" type="xs:string"/>
203
+ <xs:element minOccurs="0" name="senderEmail" nillable="true" type="xs:string"/>
204
+ <xs:element minOccurs="0" name="senderName" nillable="true" type="xs:string"/>
205
+ <xs:element minOccurs="0" name="senderPhone" nillable="true" type="xs:string"/>
206
+ <xs:element minOccurs="0" name="success" type="xs:boolean"/>
207
+ <xs:element minOccurs="0" name="transactionCurrencyCode" nillable="true" type="xs:string"/>
208
+ <xs:element minOccurs="0" name="transactionStatus" nillable="true" type="xs:string"/>
209
+ <xs:element minOccurs="0" name="userIpAddress" nillable="true" type="xs:string"/>
210
+ </xs:sequence>
211
+ </xs:complexType>
212
+ <xs:complexType name="StoredTransferTransactionStatus">
213
+ <xs:sequence>
214
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformation" nillable="true" type="ax21:AdditionalInformation"/>
215
+ <xs:element minOccurs="0" name="altCardIssuerCountry" nillable="true" type="xs:string"/>
216
+ <xs:element minOccurs="0" name="altMaskedCardNumber" nillable="true" type="xs:string"/>
217
+ <xs:element minOccurs="0" name="amount" nillable="true" type="xs:string"/>
218
+ <xs:element minOccurs="0" name="authCode" nillable="true" type="xs:string"/>
219
+ <xs:element minOccurs="0" name="cardIssuerCountry" nillable="true" type="xs:string"/>
220
+ <xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
221
+ <xs:element minOccurs="0" name="fee" nillable="true" type="xs:string"/>
222
+ <xs:element minOccurs="0" name="maskedCardNumber" nillable="true" type="xs:string"/>
223
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
224
+ <xs:element minOccurs="0" name="merchantOnlineAddress" nillable="true" type="xs:string"/>
225
+ <xs:element minOccurs="0" name="receiverEmail" nillable="true" type="xs:string"/>
226
+ <xs:element minOccurs="0" name="receiverName" nillable="true" type="xs:string"/>
227
+ <xs:element minOccurs="0" name="receiverPhone" nillable="true" type="xs:string"/>
228
+ <xs:element minOccurs="0" name="rspCode" nillable="true" type="xs:string"/>
229
+ <xs:element minOccurs="0" name="senderEmail" nillable="true" type="xs:string"/>
230
+ <xs:element minOccurs="0" name="senderName" nillable="true" type="xs:string"/>
231
+ <xs:element minOccurs="0" name="senderPhone" nillable="true" type="xs:string"/>
232
+ <xs:element minOccurs="0" name="success" type="xs:boolean"/>
233
+ <xs:element minOccurs="0" name="transactionCurrencyCode" nillable="true" type="xs:string"/>
234
+ <xs:element minOccurs="0" name="transactionStatus" nillable="true" type="xs:string"/>
235
+ <xs:element minOccurs="0" name="userIpAddress" nillable="true" type="xs:string"/>
236
+ <xs:element minOccurs="0" name="verified3D" nillable="true" type="xs:string"/>
237
+ </xs:sequence>
238
+ </xs:complexType>
239
+ <xs:complexType name="StoredTransactionStatusCode">
240
+ <xs:sequence>
241
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformation" nillable="true" type="ax21:AdditionalInformation"/>
242
+ <xs:element minOccurs="0" name="amountAuthorised" nillable="true" type="xs:string"/>
243
+ <xs:element minOccurs="0" name="amountRefunded" nillable="true" type="xs:string"/>
244
+ <xs:element minOccurs="0" name="amountRequested" nillable="true" type="xs:string"/>
245
+ <xs:element minOccurs="0" name="amountSettled" nillable="true" type="xs:string"/>
246
+ <xs:element minOccurs="0" name="authCode" nillable="true" type="xs:string"/>
247
+ <xs:element minOccurs="0" name="bankRRN" nillable="true" type="xs:string"/>
248
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="goods" nillable="true" type="ax21:GoodsItem"/>
249
+ <xs:element minOccurs="0" name="issuerBank" nillable="true" type="xs:string"/>
250
+ <xs:element minOccurs="0" name="merchantLocalDateTime" nillable="true" type="xs:string"/>
251
+ <xs:element minOccurs="0" name="merchantOnlineAddress" nillable="true" type="xs:string"/>
252
+ <xs:element minOccurs="0" name="orderId" nillable="true" type="xs:string"/>
253
+ <xs:element minOccurs="0" name="purchaserEmail" nillable="true" type="xs:string"/>
254
+ <xs:element minOccurs="0" name="purchaserName" nillable="true" type="xs:string"/>
255
+ <xs:element minOccurs="0" name="purchaserPhone" nillable="true" type="xs:string"/>
256
+ <xs:element minOccurs="0" name="rspCode" nillable="true" type="xs:string"/>
257
+ <xs:element minOccurs="0" name="rspCodeDesc" nillable="true" type="xs:string"/>
258
+ <xs:element minOccurs="0" name="sinkNode" nillable="true" type="xs:string"/>
259
+ <xs:element minOccurs="0" name="transactionCurrencyCode" nillable="true" type="xs:string"/>
260
+ <xs:element minOccurs="0" name="transactionStatus" nillable="true" type="xs:string"/>
261
+ </xs:sequence>
262
+ </xs:complexType>
263
+ <xs:complexType name="StoredTransactionStatusExtended">
264
+ <xs:sequence>
265
+ <xs:element minOccurs="0" name="cardIssuerCountry" nillable="true" type="xs:string"/>
266
+ <xs:element minOccurs="0" name="maskedCardNumber" nillable="true" type="xs:string"/>
267
+ <xs:element minOccurs="0" name="purchaserIpAddress" nillable="true" type="xs:string"/>
268
+ <xs:element minOccurs="0" name="verified3D" nillable="true" type="xs:string"/>
269
+ </xs:sequence>
270
+ </xs:complexType>
271
+ <xs:complexType name="CurrencyRateDetails">
272
+ <xs:sequence>
273
+ <xs:element minOccurs="0" name="currencyConversionRate" nillable="true" type="xs:string"/>
274
+ <xs:element minOccurs="0" name="errorDescription" nillable="true" type="xs:string"/>
275
+ <xs:element minOccurs="0" name="success" type="xs:boolean"/>
276
+ </xs:sequence>
277
+ </xs:complexType>
278
+ </xs:schema>
279
+ <xs:schema xmlns:ax27="http://merchant_web_services.cnp.processing.kz/xsd" xmlns:ax24="http://beans.merchant_web_services.cnp.processing.kz/xsd" xmlns:ax22="http://beans.common.cnp.processing.kz/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://kz.processing.cnp.merchant_ws/xsd">
280
+ <xs:import namespace="http://beans.common.cnp.processing.kz/xsd"/>
281
+ <xs:import namespace="http://beans.merchant_web_services.cnp.processing.kz/xsd"/>
282
+ <xs:import namespace="http://merchant_web_services.cnp.processing.kz/xsd"/>
283
+ <xs:element name="startTransferTransaction">
284
+ <xs:complexType>
285
+ <xs:sequence>
286
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:TransferTransactionDetails"/>
287
+ </xs:sequence>
288
+ </xs:complexType>
289
+ </xs:element>
290
+ <xs:element name="startTransferTransactionResponse">
291
+ <xs:complexType>
292
+ <xs:sequence>
293
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:StartTransactionResult"/>
294
+ </xs:sequence>
295
+ </xs:complexType>
296
+ </xs:element>
297
+ <xs:element name="startTransactionWithCardDetails">
298
+ <xs:complexType>
299
+ <xs:sequence>
300
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax27:TransactionCardDetails"/>
301
+ </xs:sequence>
302
+ </xs:complexType>
303
+ </xs:element>
304
+ <xs:element name="startTransactionWithCardDetailsResponse">
305
+ <xs:complexType>
306
+ <xs:sequence>
307
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransactionStatus"/>
308
+ </xs:sequence>
309
+ </xs:complexType>
310
+ </xs:element>
311
+ <xs:element name="startTransaction">
312
+ <xs:complexType>
313
+ <xs:sequence>
314
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:TransactionDetails"/>
315
+ </xs:sequence>
316
+ </xs:complexType>
317
+ </xs:element>
318
+ <xs:element name="startTransactionResponse">
319
+ <xs:complexType>
320
+ <xs:sequence>
321
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:StartTransactionResult"/>
322
+ </xs:sequence>
323
+ </xs:complexType>
324
+ </xs:element>
325
+ <xs:element name="startCashOutTransaction">
326
+ <xs:complexType>
327
+ <xs:sequence>
328
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:TransferTransactionDetails"/>
329
+ </xs:sequence>
330
+ </xs:complexType>
331
+ </xs:element>
332
+ <xs:element name="startCashOutTransactionResponse">
333
+ <xs:complexType>
334
+ <xs:sequence>
335
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:StartTransactionResult"/>
336
+ </xs:sequence>
337
+ </xs:complexType>
338
+ </xs:element>
339
+ <xs:element name="startCashOutToRegisteredCard">
340
+ <xs:complexType>
341
+ <xs:sequence>
342
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:TransferTransactionDetails"/>
343
+ </xs:sequence>
344
+ </xs:complexType>
345
+ </xs:element>
346
+ <xs:element name="startCashOutToRegisteredCardResponse">
347
+ <xs:complexType>
348
+ <xs:sequence>
349
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:StartCashOutToRegisteredCardResult"/>
350
+ </xs:sequence>
351
+ </xs:complexType>
352
+ </xs:element>
353
+ <xs:element name="startCashInTransaction">
354
+ <xs:complexType>
355
+ <xs:sequence>
356
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:TransferTransactionDetails"/>
357
+ </xs:sequence>
358
+ </xs:complexType>
359
+ </xs:element>
360
+ <xs:element name="startCashInTransactionResponse">
361
+ <xs:complexType>
362
+ <xs:sequence>
363
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:StartTransactionResult"/>
364
+ </xs:sequence>
365
+ </xs:complexType>
366
+ </xs:element>
367
+ <xs:element name="refundTransaction">
368
+ <xs:complexType>
369
+ <xs:sequence>
370
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
371
+ <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
372
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
373
+ <xs:element minOccurs="0" name="refundAmount" nillable="true" type="xs:string"/>
374
+ <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
375
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="goodsToRefund" nillable="true" type="ax21:GoodsItem"/>
376
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="additionalInformation" nillable="true" type="ax21:AdditionalInformation"/>
377
+ </xs:sequence>
378
+ </xs:complexType>
379
+ </xs:element>
380
+ <xs:element name="refundTransactionResponse">
381
+ <xs:complexType>
382
+ <xs:sequence>
383
+ <xs:element minOccurs="0" name="return" type="xs:boolean"/>
384
+ </xs:sequence>
385
+ </xs:complexType>
386
+ </xs:element>
387
+ <xs:element name="processTrustedTransferTransaction">
388
+ <xs:complexType>
389
+ <xs:sequence>
390
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:TrustedTransferTransactionDetails"/>
391
+ </xs:sequence>
392
+ </xs:complexType>
393
+ </xs:element>
394
+ <xs:element name="processTrustedTransferTransactionResponse">
395
+ <xs:complexType>
396
+ <xs:sequence>
397
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:StartTransactionResult"/>
398
+ </xs:sequence>
399
+ </xs:complexType>
400
+ </xs:element>
401
+ <xs:element name="processBankTransferTransaction">
402
+ <xs:complexType>
403
+ <xs:sequence>
404
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax21:BankTransferTransactionDetails"/>
405
+ </xs:sequence>
406
+ </xs:complexType>
407
+ </xs:element>
408
+ <xs:element name="processBankTransferTransactionResponse">
409
+ <xs:complexType>
410
+ <xs:sequence>
411
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredBankTransferTransactionStatus"/>
412
+ </xs:sequence>
413
+ </xs:complexType>
414
+ </xs:element>
415
+ <xs:element name="getVersion">
416
+ <xs:complexType>
417
+ <xs:sequence/>
418
+ </xs:complexType>
419
+ </xs:element>
420
+ <xs:element name="getVersionResponse">
421
+ <xs:complexType>
422
+ <xs:sequence>
423
+ <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
424
+ </xs:sequence>
425
+ </xs:complexType>
426
+ </xs:element>
427
+ <xs:element name="getTransferTransactionStatus">
428
+ <xs:complexType>
429
+ <xs:sequence>
430
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
431
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
432
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
433
+ </xs:sequence>
434
+ </xs:complexType>
435
+ </xs:element>
436
+ <xs:element name="getTransferTransactionStatusResponse">
437
+ <xs:complexType>
438
+ <xs:sequence>
439
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransferTransactionStatus"/>
440
+ </xs:sequence>
441
+ </xs:complexType>
442
+ </xs:element>
443
+ <xs:element name="getTransactionStatusCode">
444
+ <xs:complexType>
445
+ <xs:sequence>
446
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
447
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
448
+ </xs:sequence>
449
+ </xs:complexType>
450
+ </xs:element>
451
+ <xs:element name="getTransactionStatusCodeResponse">
452
+ <xs:complexType>
453
+ <xs:sequence>
454
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransactionStatusCode"/>
455
+ </xs:sequence>
456
+ </xs:complexType>
457
+ </xs:element>
458
+ <xs:element name="getTransactionStatus">
459
+ <xs:complexType>
460
+ <xs:sequence>
461
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
462
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
463
+ </xs:sequence>
464
+ </xs:complexType>
465
+ </xs:element>
466
+ <xs:element name="getTransactionStatusResponse">
467
+ <xs:complexType>
468
+ <xs:sequence>
469
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransactionStatus"/>
470
+ </xs:sequence>
471
+ </xs:complexType>
472
+ </xs:element>
473
+ <xs:element name="getExtendedTransactionStatus">
474
+ <xs:complexType>
475
+ <xs:sequence>
476
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
477
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
478
+ </xs:sequence>
479
+ </xs:complexType>
480
+ </xs:element>
481
+ <xs:element name="getExtendedTransactionStatusResponse">
482
+ <xs:complexType>
483
+ <xs:sequence>
484
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransactionStatusExtended"/>
485
+ </xs:sequence>
486
+ </xs:complexType>
487
+ </xs:element>
488
+ <xs:element name="getCurrencyConversionRate">
489
+ <xs:complexType>
490
+ <xs:sequence>
491
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
492
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
493
+ <xs:element minOccurs="0" name="rrn" nillable="true" type="xs:string"/>
494
+ <xs:element minOccurs="0" name="fromCurrencyCode" nillable="true" type="xs:string"/>
495
+ <xs:element minOccurs="0" name="toCurrencyCode" nillable="true" type="xs:string"/>
496
+ </xs:sequence>
497
+ </xs:complexType>
498
+ </xs:element>
499
+ <xs:element name="getCurrencyConversionRateResponse">
500
+ <xs:complexType>
501
+ <xs:sequence>
502
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:CurrencyRateDetails"/>
503
+ </xs:sequence>
504
+ </xs:complexType>
505
+ </xs:element>
506
+ <xs:element name="getCashOutTransactionStatus">
507
+ <xs:complexType>
508
+ <xs:sequence>
509
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
510
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
511
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
512
+ </xs:sequence>
513
+ </xs:complexType>
514
+ </xs:element>
515
+ <xs:element name="getCashOutTransactionStatusResponse">
516
+ <xs:complexType>
517
+ <xs:sequence>
518
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransferTransactionStatus"/>
519
+ </xs:sequence>
520
+ </xs:complexType>
521
+ </xs:element>
522
+ <xs:element name="getBankTransferTransactionStatus">
523
+ <xs:complexType>
524
+ <xs:sequence>
525
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
526
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
527
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
528
+ </xs:sequence>
529
+ </xs:complexType>
530
+ </xs:element>
531
+ <xs:element name="getBankTransferTransactionStatusResponse">
532
+ <xs:complexType>
533
+ <xs:sequence>
534
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredBankTransferTransactionStatus"/>
535
+ </xs:sequence>
536
+ </xs:complexType>
537
+ </xs:element>
538
+ <xs:element name="completeTransactionEx">
539
+ <xs:complexType>
540
+ <xs:sequence>
541
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
542
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
543
+ <xs:element minOccurs="0" name="transactionSuccess" type="xs:boolean"/>
544
+ <xs:element minOccurs="0" name="overrideAmount" nillable="true" type="xs:string"/>
545
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="goods" nillable="true" type="ax21:GoodsItem"/>
546
+ </xs:sequence>
547
+ </xs:complexType>
548
+ </xs:element>
549
+ <xs:element name="completeTransactionExResponse">
550
+ <xs:complexType>
551
+ <xs:sequence>
552
+ <xs:element minOccurs="0" name="return" type="xs:boolean"/>
553
+ </xs:sequence>
554
+ </xs:complexType>
555
+ </xs:element>
556
+ <xs:element name="completeTransaction">
557
+ <xs:complexType>
558
+ <xs:sequence>
559
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
560
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
561
+ <xs:element minOccurs="0" name="transactionSuccess" type="xs:boolean"/>
562
+ <xs:element minOccurs="0" name="overrideAmount" nillable="true" type="xs:string"/>
563
+ </xs:sequence>
564
+ </xs:complexType>
565
+ </xs:element>
566
+ <xs:element name="completeTransactionResponse">
567
+ <xs:complexType>
568
+ <xs:sequence>
569
+ <xs:element minOccurs="0" name="return" type="xs:boolean"/>
570
+ </xs:sequence>
571
+ </xs:complexType>
572
+ </xs:element>
573
+ <xs:element name="completeCashOutTransaction">
574
+ <xs:complexType>
575
+ <xs:sequence>
576
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
577
+ <xs:element minOccurs="0" name="referenceNr" nillable="true" type="xs:string"/>
578
+ <xs:element minOccurs="0" name="transactionSuccess" type="xs:boolean"/>
579
+ <xs:element minOccurs="0" name="merchantKeyword" nillable="true" type="xs:string"/>
580
+ <xs:element minOccurs="0" name="overrideAmount" nillable="true" type="xs:string"/>
581
+ </xs:sequence>
582
+ </xs:complexType>
583
+ </xs:element>
584
+ <xs:element name="completeCashOutTransactionResponse">
585
+ <xs:complexType>
586
+ <xs:sequence>
587
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransferTransactionStatus"/>
588
+ </xs:sequence>
589
+ </xs:complexType>
590
+ </xs:element>
591
+ <xs:element name="complete3DS">
592
+ <xs:complexType>
593
+ <xs:sequence>
594
+ <xs:element minOccurs="0" name="merchantId" nillable="true" type="xs:string"/>
595
+ <xs:element minOccurs="0" name="customerReference" nillable="true" type="xs:string"/>
596
+ <xs:element minOccurs="0" name="paRes" nillable="true" type="xs:string"/>
597
+ <xs:element minOccurs="0" name="md" nillable="true" type="xs:string"/>
598
+ <xs:element minOccurs="0" name="tranGUID" nillable="true" type="xs:string"/>
599
+ </xs:sequence>
600
+ </xs:complexType>
601
+ </xs:element>
602
+ <xs:element name="complete3DSResponse">
603
+ <xs:complexType>
604
+ <xs:sequence>
605
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax21:StoredTransactionStatus"/>
606
+ </xs:sequence>
607
+ </xs:complexType>
608
+ </xs:element>
609
+ <xs:element name="authorise3DS">
610
+ <xs:complexType>
611
+ <xs:sequence>
612
+ <xs:element minOccurs="0" name="transaction" nillable="true" type="ax27:TransactionCardDetails"/>
613
+ </xs:sequence>
614
+ </xs:complexType>
615
+ </xs:element>
616
+ <xs:element name="authorise3DSResponse">
617
+ <xs:complexType>
618
+ <xs:sequence>
619
+ <xs:element minOccurs="0" name="return" nillable="true" type="ax23:Authorise3DSResult"/>
620
+ </xs:sequence>
621
+ </xs:complexType>
622
+ </xs:element>
623
+ </xs:schema>
624
+ </wsdl:types>
625
+ <wsdl:message name="startCashOutToRegisteredCardRequest">
626
+ <wsdl:part name="parameters" element="ns:startCashOutToRegisteredCard"/>
627
+ </wsdl:message>
628
+ <wsdl:message name="startCashOutToRegisteredCardResponse">
629
+ <wsdl:part name="parameters" element="ns:startCashOutToRegisteredCardResponse"/>
630
+ </wsdl:message>
631
+ <wsdl:message name="startTransactionRequest">
632
+ <wsdl:part name="parameters" element="ns:startTransaction"/>
633
+ </wsdl:message>
634
+ <wsdl:message name="startTransactionResponse">
635
+ <wsdl:part name="parameters" element="ns:startTransactionResponse"/>
636
+ </wsdl:message>
637
+ <wsdl:message name="refundTransactionRequest">
638
+ <wsdl:part name="parameters" element="ns:refundTransaction"/>
639
+ </wsdl:message>
640
+ <wsdl:message name="refundTransactionResponse">
641
+ <wsdl:part name="parameters" element="ns:refundTransactionResponse"/>
642
+ </wsdl:message>
643
+ <wsdl:message name="processBankTransferTransactionRequest">
644
+ <wsdl:part name="parameters" element="ns:processBankTransferTransaction"/>
645
+ </wsdl:message>
646
+ <wsdl:message name="processBankTransferTransactionResponse">
647
+ <wsdl:part name="parameters" element="ns:processBankTransferTransactionResponse"/>
648
+ </wsdl:message>
649
+ <wsdl:message name="getTransactionStatusCodeRequest">
650
+ <wsdl:part name="parameters" element="ns:getTransactionStatusCode"/>
651
+ </wsdl:message>
652
+ <wsdl:message name="getTransactionStatusCodeResponse">
653
+ <wsdl:part name="parameters" element="ns:getTransactionStatusCodeResponse"/>
654
+ </wsdl:message>
655
+ <wsdl:message name="startCashInTransactionRequest">
656
+ <wsdl:part name="parameters" element="ns:startCashInTransaction"/>
657
+ </wsdl:message>
658
+ <wsdl:message name="startCashInTransactionResponse">
659
+ <wsdl:part name="parameters" element="ns:startCashInTransactionResponse"/>
660
+ </wsdl:message>
661
+ <wsdl:message name="startCashOutTransactionRequest">
662
+ <wsdl:part name="parameters" element="ns:startCashOutTransaction"/>
663
+ </wsdl:message>
664
+ <wsdl:message name="startCashOutTransactionResponse">
665
+ <wsdl:part name="parameters" element="ns:startCashOutTransactionResponse"/>
666
+ </wsdl:message>
667
+ <wsdl:message name="startTransactionWithCardDetailsRequest">
668
+ <wsdl:part name="parameters" element="ns:startTransactionWithCardDetails"/>
669
+ </wsdl:message>
670
+ <wsdl:message name="startTransactionWithCardDetailsResponse">
671
+ <wsdl:part name="parameters" element="ns:startTransactionWithCardDetailsResponse"/>
672
+ </wsdl:message>
673
+ <wsdl:message name="startTransferTransactionRequest">
674
+ <wsdl:part name="parameters" element="ns:startTransferTransaction"/>
675
+ </wsdl:message>
676
+ <wsdl:message name="startTransferTransactionResponse">
677
+ <wsdl:part name="parameters" element="ns:startTransferTransactionResponse"/>
678
+ </wsdl:message>
679
+ <wsdl:message name="completeTransactionExRequest">
680
+ <wsdl:part name="parameters" element="ns:completeTransactionEx"/>
681
+ </wsdl:message>
682
+ <wsdl:message name="completeTransactionExResponse">
683
+ <wsdl:part name="parameters" element="ns:completeTransactionExResponse"/>
684
+ </wsdl:message>
685
+ <wsdl:message name="getTransferTransactionStatusRequest">
686
+ <wsdl:part name="parameters" element="ns:getTransferTransactionStatus"/>
687
+ </wsdl:message>
688
+ <wsdl:message name="getTransferTransactionStatusResponse">
689
+ <wsdl:part name="parameters" element="ns:getTransferTransactionStatusResponse"/>
690
+ </wsdl:message>
691
+ <wsdl:message name="getBankTransferTransactionStatusRequest">
692
+ <wsdl:part name="parameters" element="ns:getBankTransferTransactionStatus"/>
693
+ </wsdl:message>
694
+ <wsdl:message name="getBankTransferTransactionStatusResponse">
695
+ <wsdl:part name="parameters" element="ns:getBankTransferTransactionStatusResponse"/>
696
+ </wsdl:message>
697
+ <wsdl:message name="getVersionRequest">
698
+ <wsdl:part name="parameters" element="ns:getVersion"/>
699
+ </wsdl:message>
700
+ <wsdl:message name="getVersionResponse">
701
+ <wsdl:part name="parameters" element="ns:getVersionResponse"/>
702
+ </wsdl:message>
703
+ <wsdl:message name="completeCashOutTransactionRequest">
704
+ <wsdl:part name="parameters" element="ns:completeCashOutTransaction"/>
705
+ </wsdl:message>
706
+ <wsdl:message name="completeCashOutTransactionResponse">
707
+ <wsdl:part name="parameters" element="ns:completeCashOutTransactionResponse"/>
708
+ </wsdl:message>
709
+ <wsdl:message name="getExtendedTransactionStatusRequest">
710
+ <wsdl:part name="parameters" element="ns:getExtendedTransactionStatus"/>
711
+ </wsdl:message>
712
+ <wsdl:message name="getExtendedTransactionStatusResponse">
713
+ <wsdl:part name="parameters" element="ns:getExtendedTransactionStatusResponse"/>
714
+ </wsdl:message>
715
+ <wsdl:message name="getCurrencyConversionRateRequest">
716
+ <wsdl:part name="parameters" element="ns:getCurrencyConversionRate"/>
717
+ </wsdl:message>
718
+ <wsdl:message name="getCurrencyConversionRateResponse">
719
+ <wsdl:part name="parameters" element="ns:getCurrencyConversionRateResponse"/>
720
+ </wsdl:message>
721
+ <wsdl:message name="getCashOutTransactionStatusRequest">
722
+ <wsdl:part name="parameters" element="ns:getCashOutTransactionStatus"/>
723
+ </wsdl:message>
724
+ <wsdl:message name="getCashOutTransactionStatusResponse">
725
+ <wsdl:part name="parameters" element="ns:getCashOutTransactionStatusResponse"/>
726
+ </wsdl:message>
727
+ <wsdl:message name="authorise3DSRequest">
728
+ <wsdl:part name="parameters" element="ns:authorise3DS"/>
729
+ </wsdl:message>
730
+ <wsdl:message name="authorise3DSResponse">
731
+ <wsdl:part name="parameters" element="ns:authorise3DSResponse"/>
732
+ </wsdl:message>
733
+ <wsdl:message name="complete3DSRequest">
734
+ <wsdl:part name="parameters" element="ns:complete3DS"/>
735
+ </wsdl:message>
736
+ <wsdl:message name="complete3DSResponse">
737
+ <wsdl:part name="parameters" element="ns:complete3DSResponse"/>
738
+ </wsdl:message>
739
+ <wsdl:message name="getTransactionStatusRequest">
740
+ <wsdl:part name="parameters" element="ns:getTransactionStatus"/>
741
+ </wsdl:message>
742
+ <wsdl:message name="getTransactionStatusResponse">
743
+ <wsdl:part name="parameters" element="ns:getTransactionStatusResponse"/>
744
+ </wsdl:message>
745
+ <wsdl:message name="processTrustedTransferTransactionRequest">
746
+ <wsdl:part name="parameters" element="ns:processTrustedTransferTransaction"/>
747
+ </wsdl:message>
748
+ <wsdl:message name="processTrustedTransferTransactionResponse">
749
+ <wsdl:part name="parameters" element="ns:processTrustedTransferTransactionResponse"/>
750
+ </wsdl:message>
751
+ <wsdl:message name="completeTransactionRequest">
752
+ <wsdl:part name="parameters" element="ns:completeTransaction"/>
753
+ </wsdl:message>
754
+ <wsdl:message name="completeTransactionResponse">
755
+ <wsdl:part name="parameters" element="ns:completeTransactionResponse"/>
756
+ </wsdl:message>
757
+ <wsdl:portType name="MerchantWebServicePortType">
758
+ <wsdl:operation name="startCashOutToRegisteredCard">
759
+ <wsdl:input message="tns:startCashOutToRegisteredCardRequest" wsaw:Action="urn:startCashOutToRegisteredCard"/>
760
+ <wsdl:output message="tns:startCashOutToRegisteredCardResponse" wsaw:Action="urn:startCashOutToRegisteredCardResponse"/>
761
+ </wsdl:operation>
762
+ <wsdl:operation name="startTransaction">
763
+ <wsdl:input message="tns:startTransactionRequest" wsaw:Action="urn:startTransaction"/>
764
+ <wsdl:output message="tns:startTransactionResponse" wsaw:Action="urn:startTransactionResponse"/>
765
+ </wsdl:operation>
766
+ <wsdl:operation name="refundTransaction">
767
+ <wsdl:input message="tns:refundTransactionRequest" wsaw:Action="urn:refundTransaction"/>
768
+ <wsdl:output message="tns:refundTransactionResponse" wsaw:Action="urn:refundTransactionResponse"/>
769
+ </wsdl:operation>
770
+ <wsdl:operation name="processBankTransferTransaction">
771
+ <wsdl:input message="tns:processBankTransferTransactionRequest" wsaw:Action="urn:processBankTransferTransaction"/>
772
+ <wsdl:output message="tns:processBankTransferTransactionResponse" wsaw:Action="urn:processBankTransferTransactionResponse"/>
773
+ </wsdl:operation>
774
+ <wsdl:operation name="getTransactionStatusCode">
775
+ <wsdl:input message="tns:getTransactionStatusCodeRequest" wsaw:Action="urn:getTransactionStatusCode"/>
776
+ <wsdl:output message="tns:getTransactionStatusCodeResponse" wsaw:Action="urn:getTransactionStatusCodeResponse"/>
777
+ </wsdl:operation>
778
+ <wsdl:operation name="startCashInTransaction">
779
+ <wsdl:input message="tns:startCashInTransactionRequest" wsaw:Action="urn:startCashInTransaction"/>
780
+ <wsdl:output message="tns:startCashInTransactionResponse" wsaw:Action="urn:startCashInTransactionResponse"/>
781
+ </wsdl:operation>
782
+ <wsdl:operation name="startCashOutTransaction">
783
+ <wsdl:input message="tns:startCashOutTransactionRequest" wsaw:Action="urn:startCashOutTransaction"/>
784
+ <wsdl:output message="tns:startCashOutTransactionResponse" wsaw:Action="urn:startCashOutTransactionResponse"/>
785
+ </wsdl:operation>
786
+ <wsdl:operation name="startTransactionWithCardDetails">
787
+ <wsdl:input message="tns:startTransactionWithCardDetailsRequest" wsaw:Action="urn:startTransactionWithCardDetails"/>
788
+ <wsdl:output message="tns:startTransactionWithCardDetailsResponse" wsaw:Action="urn:startTransactionWithCardDetailsResponse"/>
789
+ </wsdl:operation>
790
+ <wsdl:operation name="startTransferTransaction">
791
+ <wsdl:input message="tns:startTransferTransactionRequest" wsaw:Action="urn:startTransferTransaction"/>
792
+ <wsdl:output message="tns:startTransferTransactionResponse" wsaw:Action="urn:startTransferTransactionResponse"/>
793
+ </wsdl:operation>
794
+ <wsdl:operation name="completeTransactionEx">
795
+ <wsdl:input message="tns:completeTransactionExRequest" wsaw:Action="urn:completeTransactionEx"/>
796
+ <wsdl:output message="tns:completeTransactionExResponse" wsaw:Action="urn:completeTransactionExResponse"/>
797
+ </wsdl:operation>
798
+ <wsdl:operation name="getTransferTransactionStatus">
799
+ <wsdl:input message="tns:getTransferTransactionStatusRequest" wsaw:Action="urn:getTransferTransactionStatus"/>
800
+ <wsdl:output message="tns:getTransferTransactionStatusResponse" wsaw:Action="urn:getTransferTransactionStatusResponse"/>
801
+ </wsdl:operation>
802
+ <wsdl:operation name="getBankTransferTransactionStatus">
803
+ <wsdl:input message="tns:getBankTransferTransactionStatusRequest" wsaw:Action="urn:getBankTransferTransactionStatus"/>
804
+ <wsdl:output message="tns:getBankTransferTransactionStatusResponse" wsaw:Action="urn:getBankTransferTransactionStatusResponse"/>
805
+ </wsdl:operation>
806
+ <wsdl:operation name="getVersion">
807
+ <wsdl:input message="tns:getVersionRequest" wsaw:Action="urn:getVersion"/>
808
+ <wsdl:output message="tns:getVersionResponse" wsaw:Action="urn:getVersionResponse"/>
809
+ </wsdl:operation>
810
+ <wsdl:operation name="completeCashOutTransaction">
811
+ <wsdl:input message="tns:completeCashOutTransactionRequest" wsaw:Action="urn:completeCashOutTransaction"/>
812
+ <wsdl:output message="tns:completeCashOutTransactionResponse" wsaw:Action="urn:completeCashOutTransactionResponse"/>
813
+ </wsdl:operation>
814
+ <wsdl:operation name="getExtendedTransactionStatus">
815
+ <wsdl:input message="tns:getExtendedTransactionStatusRequest" wsaw:Action="urn:getExtendedTransactionStatus"/>
816
+ <wsdl:output message="tns:getExtendedTransactionStatusResponse" wsaw:Action="urn:getExtendedTransactionStatusResponse"/>
817
+ </wsdl:operation>
818
+ <wsdl:operation name="getCurrencyConversionRate">
819
+ <wsdl:input message="tns:getCurrencyConversionRateRequest" wsaw:Action="urn:getCurrencyConversionRate"/>
820
+ <wsdl:output message="tns:getCurrencyConversionRateResponse" wsaw:Action="urn:getCurrencyConversionRateResponse"/>
821
+ </wsdl:operation>
822
+ <wsdl:operation name="getCashOutTransactionStatus">
823
+ <wsdl:input message="tns:getCashOutTransactionStatusRequest" wsaw:Action="urn:getCashOutTransactionStatus"/>
824
+ <wsdl:output message="tns:getCashOutTransactionStatusResponse" wsaw:Action="urn:getCashOutTransactionStatusResponse"/>
825
+ </wsdl:operation>
826
+ <wsdl:operation name="authorise3DS">
827
+ <wsdl:input message="tns:authorise3DSRequest" wsaw:Action="urn:authorise3DS"/>
828
+ <wsdl:output message="tns:authorise3DSResponse" wsaw:Action="urn:authorise3DSResponse"/>
829
+ </wsdl:operation>
830
+ <wsdl:operation name="complete3DS">
831
+ <wsdl:input message="tns:complete3DSRequest" wsaw:Action="urn:complete3DS"/>
832
+ <wsdl:output message="tns:complete3DSResponse" wsaw:Action="urn:complete3DSResponse"/>
833
+ </wsdl:operation>
834
+ <wsdl:operation name="getTransactionStatus">
835
+ <wsdl:input message="tns:getTransactionStatusRequest" wsaw:Action="urn:getTransactionStatus"/>
836
+ <wsdl:output message="tns:getTransactionStatusResponse" wsaw:Action="urn:getTransactionStatusResponse"/>
837
+ </wsdl:operation>
838
+ <wsdl:operation name="processTrustedTransferTransaction">
839
+ <wsdl:input message="tns:processTrustedTransferTransactionRequest" wsaw:Action="urn:processTrustedTransferTransaction"/>
840
+ <wsdl:output message="tns:processTrustedTransferTransactionResponse" wsaw:Action="urn:processTrustedTransferTransactionResponse"/>
841
+ </wsdl:operation>
842
+ <wsdl:operation name="completeTransaction">
843
+ <wsdl:input message="tns:completeTransactionRequest" wsaw:Action="urn:completeTransaction"/>
844
+ <wsdl:output message="tns:completeTransactionResponse" wsaw:Action="urn:completeTransactionResponse"/>
845
+ </wsdl:operation>
846
+ </wsdl:portType>
847
+ <wsdl:service name="CNPMerchantWebService">
848
+ <wsdl:port name="CNPMerchantWebServiceHttpSoap11Endpoint" binding="tns:CNPMerchantWebServiceSoap11Binding">
849
+ <soap:address location="https://test.processing.kz/CNPMerchantWebServices/services/CNPMerchantWebService.CNPMerchantWebServiceHttpSoap11Endpoint/"/>
850
+ </wsdl:port>
851
+ <wsdl:port name="CNPMerchantWebServiceHttpsSoap11Endpoint" binding="tns:CNPMerchantWebServiceSoap11Binding">
852
+ <soap:address location="https://test.processing.kz/CNPMerchantWebServices/services/CNPMerchantWebService.CNPMerchantWebServiceHttpsSoap11Endpoint/"/>
853
+ </wsdl:port>
854
+ <wsdl:port name="CNPMerchantWebServiceHttpsSoap12Endpoint" binding="tns:CNPMerchantWebServiceSoap12Binding">
855
+ <soap12:address location="https://test.processing.kz/CNPMerchantWebServices/services/CNPMerchantWebService.CNPMerchantWebServiceHttpsSoap12Endpoint/"/>
856
+ </wsdl:port>
857
+ <wsdl:port name="CNPMerchantWebServiceHttpSoap12Endpoint" binding="tns:CNPMerchantWebServiceSoap12Binding">
858
+ <soap12:address location="https://test.processing.kz/CNPMerchantWebServices/services/CNPMerchantWebService.CNPMerchantWebServiceHttpSoap12Endpoint/"/>
859
+ </wsdl:port>
860
+ <wsdl:port name="CNPMerchantWebServiceHttpsEndpoint" binding="tns:CNPMerchantWebServiceHttpBinding">
861
+ <http:address location="https://test.processing.kz/CNPMerchantWebServices/services/CNPMerchantWebService.CNPMerchantWebServiceHttpsEndpoint/"/>
862
+ </wsdl:port>
863
+ <wsdl:port name="CNPMerchantWebServiceHttpEndpoint" binding="tns:CNPMerchantWebServiceHttpBinding">
864
+ <http:address location="https://test.processing.kz/CNPMerchantWebServices/services/CNPMerchantWebService.CNPMerchantWebServiceHttpEndpoint/"/>
865
+ </wsdl:port>
866
+ </wsdl:service>
867
+ </wsdl:definitions>