Payment ID in the merchant system It is recommended to keep this field unique
pg_amount
number
required
Payment amount
>= 0.01
pg_description
string
required
Payment description (These parameters may include parameters from other sections. For the effective operation of SecureBox, it is recommended to follow the validation guidelines and field examples from this section)
pg_order_time_limit
string
required
Time limit for making a payment
pg_user_id
integer
required
User ID in the merchant's system (These parameters may include parameters from other sections. For the effective operation of SecureBox, it is recommended to follow the validation guidelines and field examples from this section)
pg_post_link
string
required
URL to which payment status response is sent
pg_card_token_to
string
optional
Token of the card to transfer money to (returned when registering the card)
pg_salt
string
required
A random string consisting of arbitrary numbers and Latin letters
<?xml version="1.0" encoding="utf-8"?><response><pg_payment_id>1234567890</pg_payment_id><pg_merchant_id>9970</pg_merchant_id><pg_status>ok</pg_status><pg_order_id>ABC12345</pg_order_id><pg_balance>5000.75</pg_balance><pg_card_hash>39b32dfc9ed18533ee98b921687ad87a</pg_card_hash><pg_card_token>token-xyz987</pg_card_token><pg_payment_amount>100.00</pg_payment_amount><pg_payment_date>2024-09-02T12:19:01+00:00</pg_payment_date><pg_error_code>0</pg_error_code><pg_error_description>Description</pg_error_description><pg_salt>some random string</pg_salt><pg_sig>signature-abc123</pg_sig></response>