Page History
...
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8"?> <pushpaymentresult firstcode="0" secondcode="0"> <order> <billnumber>value</billnumber> <packetdate>value</packetdate> </order> </pushpaymentresult> |
In case of failure:
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8"?>
<pushpaymentresult firstcode="value" secondcode="value">
</pushpaymentresult> |
In case of the successful receiving and processing message the format of the replay packet should be:
...