curl --location --request POST 'https://api.freedompay.kg/g2g/clearing' \
--form 'pg_merchant_id="{{paybox_merchant_id}}"' \
--form 'pg_payment_id=""' \
--form 'pg_salt=""' \
--form 'pg_sig="{{paybox_signature}}"' \
--form 'pg_clearing_amount=""'
<?xml version="1.0" encoding="utf-8"?>
<response>
<pg_payment_id>7777777777</pg_payment_id>
<pg_amount>1000</pg_amount>
<pg_clearing_amount>500</pg_clearing_amount>
<pg_status>ok</pg_status>
<pg_status_clearing>1</pg_status_clearing>
<pg_salt>YtfwCGiBHsFLpYGk</pg_salt>
<pg_sig>ccee466c01c2332d8a065d6108fd686b</pg_sig>
</response>