Check request
POST
{{check_url}}
Check URL
using the Request Method
Check URL
on the merchant side must be public, without authorizationCheck URL
script is called only if this option was enabled in the merchant settingsMerchant response to
check_url
:ok
- payment acceptedrejected
- payment refusalerror
- error in data interpretationCheck URL
is empty at the moment of payment initialization or not specified at the moment of payment initialization, and is set to empty in the merchant settings, then the step of checking the ability to make a payment is skipped and it is considered that the merchant agrees to accept the paymentRequest
Body Params multipart/form-data
pg_order_id
string
required
<= 50 characters
Example:
123456789
pg_payment_id
integer
required
Example:
12345
pg_amount
number
required
>= 0.01<= 9999999
Example:
10
pg_currency
string
required
<= 3 characters
Example:
KZT
pg_ps_amount
number
required
>= 0.01<= 9999999
Example:
5
pg_ps_currency
string
required
<= 3 characters
Example:
KZT
pg_ps_full_amount
number
required
>= 0.01<= 99999999
Example:
5
Merchant parameters
string
optional
pg_salt
string
required
Example:
some random string
pg_sig
string
required
Request samples
Responses
Modified at 2025-03-03 04:39:34