Card ID. (Deprecated). Required if no pg_card_token.
Example:
56
pg_card_token
string
required
Card token. Required if no pg_card_id.
Example:
ef741cfc-f85e-41a0-84e6-2ba964912182
pg_description
string
required
Order description.
Example:
Payment Description
pg_salt
string
required
A random string consisting of arbitrary numbers and Latin letters.
Example:
some random string
pg_sig
string
required
Request signature.
pg_receipt_positions[0][count]
integer
optional
Product quantity.
Example:
2
pg_receipt_positions[0][name]
string
optional
Product name.
Example:
Mouse pad
pg_receipt_positions[0][tax_type]
integer
optional
Tax type. Possible values: 0 - Without tax
Example:
2
pg_receipt_positions[0][price]
number
optional
Price per unit product.
Example:
1000
pg_user_email
string
optional
Customer's email (specified during payment initialization).
Example:
mail@customer.kz
pg_user_phone
string
optional
The user's phone number (starting with the country code). If not specified
Example:
77777777777
pg_user_ip
string
optional
Client's IP address. Necessary for the analysis of disputable situations in case of suspected fraud.
Example:
127.0.0.1
pg_result_url
string
optional
URL for message about payment result. Required if not set in the store settings.
pg_success_url
string
optional
URL to which the user is sent in case of successful payment. Required if not set in the store settings.
pg_failure_url
string
optional
URL to which the user is sent in case of unsuccessful payment. Required if not set in the store settings.
pg_param1
string
optional
Additional Information.
Example:
Additional Information
pg_param2
string
optional
Additional Information.
Example:
Additional Information
pg_param3
string
optional
Additional Information.
Example:
Additional Information
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.