Page History
...
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8"?> <Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Header/> <Body> <CreateBill> <Bill> <merchant_id>423422</merchant_id> <login>login</login> <password>password</password> <bill>123456</bill> <bill_amount>100.00</bill_amount> <bill_currency>BYN</bill_currency> <bill_comment></bill_comment> <customer_name>Test</customer_name> <customer_lastname>Testov</customer_lastname> <customer_middlename>Testovich</customer_middlename> <customer_email>test@testpost.by</customer_email> <customer_phone></customer_phone> <language>RU<<language>EN</language> <pay_until>20150611T1212</pay_until> <sendnotification>0</sendnotification> <checkvalue> AA3BC3F48B7FE23988044B53AA98F169</checkvalue> </Bill> </CreateBill> </Body> </Envelope> |
...
Results example in CSV format:
Code Block | ||
---|---|---|
| ||
merchant_id:515089; bill:2016.07.06 11:19-85; bill_amount: 100.00; bill_currency: BYN; bill_comment:; bill_date:06.07.2016 08:19:41; bill_status:Invoiced; billNumber:;payment_date: ; payment_amount:100.00; payment_currency:BYN; payment_rrn:; refund_amount:; customer_name:Test; customer_lastname:Testov; customer_middlename:; customer_email:test@testpost.by; customer_phone:; customer_mobile:; language:EN; pay_until:20150701T0819; sendnotification:1; checkValue:26397652E3DB8E25407A9B091B9431B3 |