Payment ID in the merchant system. It is recommended to keep this field unique. If the merchant did not send this field
Example:
00102
pg_merchant_id
integer
required
Merchant ID in {{project}}. Issued upon connection.
pg_amount
number
required
Payment amount in pg_currency. Minimum 0.01
Example:
10
pg_description
string
required
Description of the product or service. Displayed to the customer during the payment process.
Example:
Ticket
pg_salt
string
required
Random string.
Example:
some random string
pg_sig
string
required
Request signature.
pg_currency
string
optional
The currency in which the amount is specified. Options: KZT
Example:
KZT
pg_check_url
string
optional
URL to check the possibility of payment. Called before the payment
pg_result_url
string
optional
URL to report the result of the payment. Called after payment on success or failure. If not specified
pg_request_method
string
optional
Method for calling merchant scripts (Check URL
Example:
POST
pg_success_url
string
optional
URL to which the user is sent in case of a successful payment (for online systems only).
pg_failure_url
string
optional
URL to which the user is sent in case of an unsuccessful payment (for online systems only).
pg_success_url_method
string
optional
GET is a button submitted by the GET method. POST is a button submitted using the POST method. If the GET or POST method is selected
Example:
GET
pg_failure_url_method
string
optional
GET is a button submitted by the GET method. POST is a button submitted using the POST method. If the GET or POST method is selected
Example:
GET
pg_site_url
string
optional
URL of the merchant's site to return the buyer after creating an account. Applies to offline PS (cash).
Example:
http://site.kz/return
pg_lifetime
integer
optional
Time (in seconds) during which the payment must be completed. Minimum: 300 seconds (5 minutes). Maximum: 604800 seconds (7 days). Default: 86400.
Example:
86400
pg_user_phone
string
optional
The user's phone number (starting with the country code). If not specified
Example:
77777777777
pg_user_contact_email
string
optional
User's contact email address. Notifications about transaction status changes will be sent to this address. If not specified
Example:
mail@customer.kz
pg_user_ip
string
optional
Client's IP address for fraud analysis. If omitted
Example:
127.0.0.1
pg_language
string<ISO 639-1:2002>
optional
The language of the payment pages on the {{project}} site and payment systems
Default:
ru
Example:
ru
pg_testing_mode
integer
optional
Creating a payment in test mode.
Example:
1
pg_user_id
string
optional
User ID in the merchant system.
Example:
No65GFR755789T
pg_param1
string
optional
Additional parameter 1.
Example:
Additional information
pg_param2
string
optional
Additional parameter 2.
Example:
Additional information
pg_param3
string
optional
Additional parameter 3.
Example:
Additional information
pg_payment_method
string
optional
Value of payment method. Example: mobile_commerce.
Example:
mobile_commerce
pg_amount_interval_from
integer
optional
The lower limit of the payment amount. If omitted
pg_amount_interval_to
integer
optional
The highest threshold for the payment amount. If omitted
pg_generate_qr
boolean
optional
Send '1' to receive a QR code in base64 format for the {{project}} payment form.
Example:
1
pg_idempotency_key
string
optional
Idempotency key. Used to prevent duplicate request creation. A unique value within the merchant's scope; the same key cannot be used for different operations.
The unique identifier of the payment transaction in {{project}}; serves as the key for all further work with the transaction.
pg_redirect_url
string
required
The URL to redirect the user to. It can be both on the site {{site}} and on the site of the payment system.
pg_redirect_url_type
string
required
The type of page to which the redirect occurs. Possible values: need data - dialogue with the buyer to clarify the parameters: payment system, phone number, parameters required for this payment system; payment system - page of the payment system website or a page with instructions for paying through this payment system. The page with instructions can be located both on the {{site}} site and on the merchant's site.
If the merchant receives a response with pg_redirect_url_type='need data', the merchant may not redirect the buyer to the received URL, but clarify missing parameters on your site. In this case, after specifying the parameters and re-requesting the creation of a payment transaction, a new transaction will be created.
pg_redirect_qr
string
required
URL to redirect the user as a QR code. Transmitted in base64 format.