Title;Description;Validation
pg_payment_id;Transaction ID;Numbers
pg_order_id;Order ID in the shop system;Numbers and Latin symbols
pg_currency;Payment currency;String, e.g. KZT
pg_status;Request status;Latin characters
pg_payment_status;Payment status;Latin characters
pg_amount;Amount displayed in the payment;Numbers
pg_clearing_amount;Amount written off during payment clearing;Figures
pg_refund_amount;Refunded amount;Numbers
pg_user_email;Payer's e-mail;A string in email format, such as example@site.com
pg_card_name;Payer's name;Line
pg_card_id;ICard ID for paying with saved card (Deprecated) <br><span style="font-size:14px">Example: 1234</span>; Numbers
pg_card_token;Card token for paying with saved card <br><span style="font-size:14px">Example: ef741cfc-f85e-41a0-84e6-2ba964912182</span>;String
pg_card_pan;Masked card number (part of the digits of the card number are hidden). <br><span style="font-size:14px">Example: 5483-18XX-XXXX-0293</span> ;String
pg_card_exp; Card Expiration Date <br><span style="font-size:14px">Example: 03/23</span> ;String
pg_card_brand;Card brand code <br><span style="font-size:14px">Example: VI</span> ;String
pg_payment_date;Payment date;Format: YYYY-MM-DD hh:mm:ss
pg_user_phone;Payer's phone number; Digits, in the format 77001234567
pg_captured; Flag indicating whether the write-off (clearing) of the payment has passed;Number, 0 or 1
pg_refund_payments;List of refunds for this payment;Array
pg_revoked_payments;List of revokes for this payment;Array
pg_reference;A unique bank transaction identifier assigned by the bank (RRN); Numbers and Latin letters
pg_intreference;A unique bank transaction identifier assigned by the bank (ARN);Numbers and Latin letters
pg_failure_code;Return error code. Only available for returns with "error" status;Numbers
pg_failure_description; Description of the return error. Available only for returns with the status "error";Latin and Cyrillic characters
pg_auth_code;Bank payment authorization code;Digits, length 6
pg_salt;Random string;Arbitrary numbers and Latin letters
pg_sig;Request digital signature;Numbers and Latin letters
pg_datetime;Date and time of the request;Format: YYYY-MM-DDThh:mm:ss±hh:mm