curl --location -g --request POST '{{result_url}}' \
--form 'pg_order_id="123456789"' \
--form 'pg_payment_id="12345"' \
--form 'pg_amount="500"' \
--form 'pg_currency="KZT"' \
--form 'pg_net_amount="482.5"' \
--form 'pg_ps_amount="500"' \
--form 'pg_ps_full_amount="500"' \
--form 'pg_ps_currency="KZT"' \
--form 'pg_description="Purchase in the online store Site.kz"' \
--form 'pg_result="1"' \
--form 'pg_payment_date="2019-01-01 12:00:00"' \
--form 'pg_can_reject="1"' \
--form 'pg_user_phone="7077777777777"' \
--form 'pg_user_contact_email="mail@customer.kz"' \
--form 'pg_testing_mode="1"' \
--form 'pg_captured="0"' \
--form 'pg_card_id="1234"' \
--form 'pg_card_token="ef741cfc-f85e-41a0-84e6-2ba964912182"' \
--form 'pg_card_pan="5483-18XX-XXXX-0293"' \
--form 'Merchant parameters="";type=* All fields passed from the merchant's website that do not have the pg_ prefix.' \
--form 'pg_salt="some random string"' \
--form 'pg_sig=""' \
--form 'pg_discount_percent="1.0"' \
--form 'pg_discount_amount="5"' \
--form 'pg_payment_method="bankcard"' \
--form 'pg_card_exp="03/23"' \
--form 'pg_card_owner="Ivan Ivanov"' \
--form 'pg_card_brand="VI"'
<?xml version="1.0" encoding="utf-8"?>
<response>
<pg_status>ok</pg_status>
<pg_description>Order paid</pg_description>
<pg_salt>random string</pg_salt>
<pg_sig>ksdjrimzjedkljsujjemnjsuj</pg_sig>
</response>