Versions Compared

Key

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

...

Parameter

Value 

merchant_id

The merchant identifier in IPS Assist

ordernumber

Order number

billnumber

Unique order number in IPS Assist

testmode

Test mode

ordercomment

Comment

orderamount

Original amount of order

ordercurrency

Original currency of order

amount

Order amount

currency

Order currency

rate

Currency rate

firstname

Payer's first name

lastname

Payer's last name

middlename

Payer's middle name

email

Payer's e-mail

clientip

Customer IP-address

ipaddress

Payer's IP-address

meantype_id

Payment means ID

meantypename

Type of payment means

meansubtype

Subtype of payment means

meannumber

Number of payment means

cardholder

Payment means holder

cardexpirationdate

Card expired date

issuebank

Issuing bank name

bankcountry

Country of issuing bank

orderdate

Date of order(GMT)

orderstate

Order status

responsecode

Response code

message

Message

customermessage

Result message for customer

recommendation

Recommendation

approvalcode

Authorization code

protocoltypename

Protocol

processingname

Processing name

operationtype

Operation type

operationdate

Operation date and time(GMT)

authresult

3Ds authorization result (Y - success, N - fail, A - Attempt, U - unknown, R - rejection, C –not -not completed for any reason, E - error, I - Informational Only)

authrequired

The card involvement in 3Ds check result (1 - involved, 0 - not involved, -1 - unknown, null - error appear during involvement check)

packetdate

Request date (GMT)

signature

1) For signature type MD5 - empty

2) For PGP type - an X value, signed by IPS Assist secret key and converted into BASE64 string. 

checkvalue

Request validation code

1) For signature type MD5 - calculated as: uppercase(md5(uppercase(md5(SALT) + md5(Х)))), where SALT - the secret word; Х - is string concatenation of merchant_id, ordernumber, orderamount, ordercurrency, orderstate string representations (without delimiters). 

2) For PGP type - empty

slipno

Financial transaction identifier (not used)

personalaccount

The the ERIP personal account number, on which the payment was made. 

Warning

Attention! The parameter is added at the request of the merchant (if there are prepayments) to the IPS Assist technical support service (support@belassist.by)

3DSecure parameters

version

3DSecure protocol version

alphaauthresult

3Ds authorization result (Y - success, N - fail, A - Attempt, U - unable to authenticate, R - rejection, C –not -not completed for any reason, E - error, I - Informational Only)

challenge

Interaction with the cardholder (C - yes, F - no, D - Decoupled Authentication)

eci

Electronic Commerce Indicator (5 - full authentication, 6 - authentication attempt, 7 - without authentication)

Expand
titleAn example of request result in SOAP format:
Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.paysecure.ru/ws/"><soapenv:Body>
<ws:PushPaymentResult>
<merchant_id>500001</merchant_id>
<ordernumber>18062012_SDR</ordernumber>
<billnumber>550000110000001.1</billnumber>
<testmode>1</testmode>
 <ordercomment>тестовый платеж</ordercomment>
 <orderamount>21.00</orderamount>
 <ordercurrency>BYN</ordercurrency>
 <amount>21.00</amount>
 <currency>BYN</currency>
 <rate>1</rate>
 <firstname>Test</firstname>
 <lastname>Testov</lastname>
 <middlename>T.</middlename>
 <email>test@test.by</email>
 <clientip>10.10.10.10</clientip>
 <ipaddress>0.0.0.0</ipaddress>
 <meantype_id>2</meantype_id>
 <meantypename>MasterCard</meantypename>
 <meansubtype>Standart</meansubtype>
 <meannumber>546792****4128</meannumber>
 <cardholder>TEST</cardholder>
 <cardexpirationdate>12/20</cardexpirationdate>
 <issuebank>Bank</issuebank>
 <bankcountry>RUS</bankcountry>
 <orderdate>06.07.2016 11:10:06</orderdate>
 <orderstate>Approved</orderstate>
 <responsecode>AS000</responsecode>
 <message />
 <customermessage>Завершено успешно.</customermessage>
 <recommendation>SUCCESSFUL AUTHORIZATION</recommendation>
 <approvalcode>X40334</approvalcode>
 <protocoltypename>NET</protocoltypename>
 <processingname>Fake</processingname>
 <operationtype>100</operationtype>
 <operationdate>06.07.2016 11:10:07</operationdate>
 <authresult />
 <authrequired>0</authrequired>
 <slipno></slipno>
 <personalaccount>92333456</personalaccount>
 <packetdate>06.07.2016 11:11:02</packetdate>
 <signature />
 <checkvalue>45A33F800F2BD16C02E3D2F5C81557A0</checkvalue>
 <threedsdata>
     <version>1.0.0</version>
     <alphaauthresult>Y</alphaauthresult>
     <challenge>C</challenge>
     <eci>5</eci>
 </threedsdata>
</ws: PushPaymentResul></soapenv:Body></soapenv:Envelope>

...