Apple Pay
POST
https://api.freedompay.uz/g2g/payment
Request
Body Params multipart/form-data
pg_amount
number
required
Example:
10
pg_currency
string
required
In Kazakhstan only KZT is allowed
Example:
KZT
pg_description
string
required
Letters, numbers, dash (-), space
Example:
Описание платежа
pg_merchant_id
number
required
Numbers.||integer
Example:
{{paybox_merchant_id}}
pg_order_id
string
required
Numbers and Latin characters
Example:
123
pg_card_name
string
required
Example:
TEST TESTOV
pg_card_pan
string
required
Number of digits: from 13 to 20.||integer
pg_card_cvc
integer
optional
pg_card_year
integer
required
Number of digits: 2||integer
pg_card_month
integer
required
Number of digits: 2||integer
pg_auto_clearing
boolean
required
1 - automatic write-off after successful authorization, 0 - write-off by launching the clearing method Number of digits: 1||integer
pg_testing_mode
integer
required
0 - production, 1 - test. If the mode is not specified, then the mode set in the shop settings is taken||integer
pg_3ds_challenge
boolean
required
(1 - it is mandatory to conduct the Challenge Requested, 0 or empty - the method is determined by the issuer) the issuing bank can ignore this parameter and make a payment according to its own Challenge Flow
pg_param1
string
required
String
pg_param2
string
required
String
pg_param3
string
required
String
pg_sig
string
required
Numbers and Latin letters
Example:
{{paybox_signature}}
pg_salt
string
required
Random numbers and Latin letters Example: some random string
Example:
some random string
pg_online_payment_cryptogram
string
required
pg_eci_indicator
pg_eci_indicator
string
optional
String. Related to the field
pg_online_payment_cryptogram
Request samples
Responses
Modified at 2025-02-03 10:55:01