Result notify
POST
{{result_url}}
Request
Body Params multipart/form-data
pg_order_id
string
required
Example:
123456789
pg_payment_id
integer
required
Example:
12345
pg_amount
string
required
Example:
500
pg_currency
string
required
Example:
KZT
pg_net_amount
string
required
Example:
482.5
pg_ps_amount
string
required
Example:
500
pg_ps_full_amount
string
required
Example:
500
pg_ps_currency
string
required
Example:
KZT
pg_description
string
required
Example:
Purchase in the online store Site.kz
pg_result
integer
required
Example:
1
pg_payment_date
string
required
YYYY-MM-DD HH:MM:SS
format.Example:
2019-01-01 12:00:00
pg_can_reject
integer
optional
Example:
1
pg_user_phone
string
optional
Example:
7077777777777
pg_user_contact_email
string
optional
Example:
mail@customer.kz
pg_testing_mode
integer
optional
Example:
1
pg_captured
integer
optional
Example:
0
pg_card_id
string
optional
Example:
1234
pg_card_token
string
optional
Example:
ef741cfc-f85e-41a0-84e6-2ba964912182
pg_card_pan
string
optional
Example:
5483-18XX-XXXX-0293
Merchant parameters
string
optional
pg_salt
string
required
Example:
some random string
pg_sig
string
required
pg_discount_percent
string
optional
Example:
1.0
pg_discount_amount
string
optional
Example:
5
pg_payment_method
string
optional
Example:
bankcard
pg_card_exp
string
optional
Example:
03/23
pg_card_owner
string
optional
Example:
Ivan Ivanov
pg_card_brand
string
optional
Example:
VI
Request samples
Responses
Modified at 2025-02-03 10:55:01