<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:loc="http://www.csapi.org/schema/parlayx/payment/amount_charging/v3_1/local">
    <soapenv:Header>
        <tns:RequestSOAPHeader xmlns:tns="http://www.huawei.com.cn/schema/common/v2_1">
            <tns:spId>300106</tns:spId>
            <tns:spPassword>MD5_PASSWORD</tns:spPassword>
            <tns:timeStamp>20230918123000</tns:timeStamp>
            <tns:serviceId>300100200007110</tns:serviceId>
            <tns:OA>251987654321</tns:OA>
            <tns:FA>251987654321</tns:FA>
        </tns:RequestSOAPHeader>
    </soapenv:Header>
    <soapenv:Body>
        <loc:chargeAmount>
            <loc:endUserIdentifier>251987654321</loc:endUserIdentifier>
            <loc:charge>
                <description>charged</description>
                <currency>Birr</currency>
                <amount>100</amount>
                <code>255</code>
            </loc:charge>
            <loc:referenceCode>255</loc:referenceCode>
        </loc:chargeAmount>
    </soapenv:Body>
</soapenv:Envelope>

