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> <WSBillStatus> <Bill> <merchant_id>423422</merchant_id> <login>login</login> <password>password</password> <bill>123456</bill> <billnumber></billnumber> </Bill> </WSBillStatus> </Body> </Envelope> |
Example of results:
Code Block | ||
---|---|---|
| ||
<soapenv:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<ASS-NS:BillResponse xmlns:ASS-NS="http://www.paysecure.ru/ws/">
<return xsi:type="si:SOAPStruct" xmlns:si="http://www.paysecure.ru/type/">
<merchant_id xsi:type="xsd:string">515089</merchant_id>
<bill xsi:type="xsd:string">20150610115527</bill>
<bill_amount xsi:type="xsd:string">150.00</bill_amount>
<bill_currency xsi:type="xsd:string">RUB</bill_currency>
<bill_comment xsi:type="xsd:string">testbill</bill_comment>
<bill_date xsi:type="xsd:string">10.06.2015 09:03:07</bill_date>
<bill_status xsi:type="xsd:string">Invoiced</bill_status>
<billNumber xsi:type="xsd:string"/>
<payment_date xsi:type="xsd:string"></payment_date>
<payment_amount xsi:type="xsd:string">0.00</payment_amount>
<payment_currency xsi:type="xsd:string"/>
<payment_rrn xsi:type="xsd:string"/>
<refund_amount xsi:type="xsd:string"/>
<customer_name xsi:type="xsd:string">test</customer_name>
<customer_lastname xsi:type="xsd:string">testov</customer_lastname>
<customer_middlename xsi:type="xsd:string"/>
<customer_email xsi:type="xsd:string">test@testpost.ru</customer_email>
<customer_phone xsi:type="xsd:string"/>
<customer_mobile xsi:type="xsd:string"/>
<language xsi:type="xsd:string">EN</language>
<pay_until xsi:type="xsd:string">0150611T0903</pay_until>
<sendnotification xsi:type="xsd:string">0</sendnotification>
<checkValue xsi:type="xsd:string">D9F0E4933007B96BCC2594983F7A24E3</checkValue>
</return>
</ASS-NS:BillResponse>
</SOAP-ENV:Body> |