{
"pg_merchant_id": "1234",
"pg_recurring_profile": "12345",
"pg_description": "Описание платежа",
"pg_salt": "some XXXdoXXXtring",
"pg_sig": "your_signature",
"pg_amount": "100",
"pg_result_url": "http://your.result"
}<?xml version="1.0" encoding="utf-8"?>
<response>
<pg_status>ok</pg_status>
<pg_payment_id>123456789</pg_payment_id>
<pg_amount>100</pg_amount>
<pg_currency>KZT</pg_currency>
<pg_recurring_profile>12345</pg_recurring_profile>
<pg_recurring_profile_expiry_date>2025-12-03 00: 00: 00</pg_recurring_profile_expiry_date>
<pg_salt>some random string</pg_salt>
<pg_sig>your signature</pg_sig>
</response>