curl --location --request POST 'https://api.freedompay.uz/g2g/payout_status' \
--form 'pg_merchant_id="{{paybox_merchant_id}}"' \
--form 'pg_payment_id=""' \
--form 'pg_salt=""' \
--form 'pg_sig="{{paybox_signature}}"' \
--form 'pg_order_id=""'
<?xml version="1.0" encoding="UTF-8"?>
<response>
<pg_merchant_id>9970</pg_merchant_id>
<pg_payment_id>0</pg_payment_id>
<pg_status>ok</pg_status>
<pg_order_id>7777777777</pg_order_id>
<pg_amount>0</pg_amount>
<pg_net_amount>0</pg_net_amount>
<pg_datetime>2024-11-25T11:33:05+00:00</pg_datetime>
<pg_salt>ghdfFDjmnngDFgd</pg_salt>
<pg_sig>151f6e766c3a4267cfdfdsfdsb7afg33f0</pg_sig>
</response>