pg_post_link
will be calledPost link
on the merchant side must be public, without authorization.curl --location -g --request POST '{{post_link}}' \
--form 'pg_payment_id=""' \
--form 'pg_order_id="";type=* Order ID in the merchant system.' \
--form 'pg_card_hash="";type=* Masked PAN card.' \
--form 'pg_status="";type=* The status of the operation. Enum: `ok`' \
--form 'pg_balance="";type=* Balance after making a payment.' \
--form 'pg_payment_amount="";type=* Payout amount.' \
--form 'pg_to_pay="";type=* Payout amount + commission.' \
--form 'pg_merchant_id=""' \
--form 'pg_payment_date="";type=* Payment date.' \
--form 'pg_salt="some random string"' \
--form 'pg_sig=""'
<?xml version="1.0" encoding="UTF-8"?>
<pg_status>ok</pg_status>