Page History
...
List of response parameters:
Parameter | Value |
Order parameters (section <order>) | |
billnumber | Unique order number in IPS Assist |
ordernumber | Order number |
testmode | Test mode |
ordercomment | Comment |
orderamount | Original amount of order |
ordercurrency | Original currency of order |
rate | Currency rate |
orderdate | Date of order (GMT) |
orderstate | Order status |
Payer data (section <customer>) | |
firstname | Payer's first name |
lastname | Payer's last name |
middlename | Payer's middle name |
Payer's e-mail | |
Operation parameters (repeated section <operation>) | |
billnumber | Extended format of Billnumber: billnumber.<operation number> |
operationtype | Operation type |
operationstate | Operation status |
amount | Operation amount |
currency | Currency of operation |
ipaddress | Payer's IP-address |
meantype_id | Payment means ID |
meansubtype | Payment means subtype |
meannumber | Number of payment means |
cardholder | Payment means holder |
cardexpirationdate | Card expired date |
issuebank | Name of issue bank |
bankcountry | Country of issue bank |
responsecode | Response code |
message | Operation result message |
customermessage | Result message for a customer |
recommendation | Recommendations |
approvalcode | Authorization code |
protocoltypename | Protocol |
processingname | Processing |
operationdate | Operation date and time (GMT) |
slipno | Financial transaction identifier |
Data packet properties (in section <result>) | |
packetdate | Request issue date (GMT) |
signature | Signature. Signature is calculated by following algorithm: 1. The following order parameters (in their string representations as they are provided in the replay): billnumber, ordernumber, responsecode, amount, currency, meannumber, approvalcode, orderstate, packetdate are joined in one string without any delimiter. 2. Resulting string is signed by the private RSA key of IPS Assist. 3. Resulting bit sequence is transferred as BASE64 coded string in signature field. |