In the filters section of the request the 'code' must be set with the service identification

In the filters section of the request, the 'datapayment' must be set with the date of the payment

In the filters section of the request, 'amount' must be set with the value of the payment

below is an example of a request :

<?xml version="1.0" encoding="UTF-8"?>
<envelope>
    <header>
    <actor>test</actor>
        <user>test</user>
        <password>test</password>
        <version>1.0.0</version>
        <timestamp>20200501170000</timestamp>
    </header>
    <query type="payment" product="paymentmanager" />
        <filters>
        <filter type="payment" code="B0221BJGAM" datepayment="2019-04-01"  amount = "5"/>
    </filters>
    </query>
</envelope>