Card
POST
https://api.freedompay.kz/g2g/p2p/transfer
2d0b504c-b95d-4cf6-b782-5a7d13ab2c85
is used to indicate which part of the translation should not be performed:pg_card_token
parameter and pg_card_recipient
is provided, only the payout will be processed. In this case, one of the parameters (pg_card_name
or pg_card_recipient_name
) is requiredpg_card_token
parameter and pg_card_recipient_token
is provided, only the payout will be processedpg_card_recipient_token
parameter, only the receipt will be processedInteraction diagram for non3ds transfer
Request
Body Params multipart/form-data
pg_merchant_id
string
required
Issued upon connection
pg_order_id
integer
required
It is recommended to keep this field unique
pg_amount
number
required
>= 0.01
pg_amount_to
number
optional
pg_currency_from
string
required
pg_currency_to
string
required
pg_commission_amount
number
optional
pg_description
string
required
pg_language
string
optional
pg_user_id
integer
optional
pg_card_token
string
optional
Required if no pg_card_pan
pg_card_pan
integer
optional
Required if no pg_card_token
pg_card_cvc
integer
optional
Required if no pg_card_token
pg_card_year
integer
optional
Required if no pg_card_token
pg_card_month
integer
optional
Required if no pg_card_token
pg_card_name
string
optional
Required if no pg_card_token
pg_card_recipient
integer
optional
Required if no pg_card_recipient_token
pg_card_recipient_token
string
optional
Required if no pg_card_recipient
pg_card_recipient_name
string
optional
pg_save_sender_card
string
optional
pg_save_recipient_card
string
optional
pg_salt
string
required
pg_sig
string
required
Request samples
Responses
Modified at 2025-03-03 08:59:11