Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.paysecure.kz/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:SilentPayResponse>
<return>
<ordernumber>silent-test-101468</ordernumber>
<billnumber>599093519074915.1</billnumber>
<testmode>0</testmode >
<ordercomment></ordercomment>
<orderamount>31.79</orderamount>
<ordercurrency>KZT</ordercurrency>
<firstname>Auto</firstname>
<lastname>Test</lastname>
<middlename></middlename>
<email>null@assist.kz</email>
<orderdate>14.06.2022 11:39:19</orderdate>
<orderstate>In Process</orderstate>
<operationtype>100</operationtype>
<amount>31.79</amount>
<currency>KZT</currency >
<rate>1</rate>
<ipaddress>127.0.0.1</ipaddress>
<meantypename>Visa</meantype>
<responsecode>AS300</responsecode>
<message>Предварительная<message>Сообщение обработка<пользователю</message>
<customermassage>Предварительная<customermassage>Сообщение обработка<пользователю</customermassage>
<recommendation></recommendation>
<protocoltypename>NET</protocoltypename>
<processingname>SbpRuSt<<processingname>Fake</processingname>
<paketdate>14.06.2022 11:39:23</paketdate>
<signature> </signature>
</return>
</ws:SilentPayResponse>
</soapenv:Body>
</soapenv:Envelope>

Результат запроса в формате JSON:

Code Block
languagexml
{"silentpay":
   {"meantypename":"Visa",
     "customermessage":"Сообщение пользователю",
     "message":"Сообщение пользователю",
     "testmode":0,
     "protocoltypename":"NET",
     "operationtype":100,
     "customer":
      {"lastname":"test",
       "firstname":"test",
       "middlename":"",
       "ipaddress":"127.0.0.1",
       "email":"null@assist.kz"},
     "orderdate":"14.06.2022 11:40:43",
     "packetdate":"14.06.2022 11:40:46",
     "orderamount":1.99,
     "ordercomment":"",
     "ordercurrency":"KZT",
     "recommendation":"",
     "processingname":"Fake",
     "orderstate":"In Process",
     "rate":1,
     "billnumber":"599093519074916.1",
     "currency":"KZT",
     "amount":1.99,
     "ordernumber":"silent-test-198954",
     "responsecode":"AS300"}}