Request
Body Params multipart/form-data
Transfer amount. Minimum 0.01.
Merchant ID in {{project}}.
Order ID in the merchant system. A unique
Example:KZ123412341234123412
Example:Payment description
URL to which payment status response is sent.
Example:http://site.kz/post
A random string consisting of arbitrary numbers and Latin letters.
Example:some random string
Request samples
curl --location --request POST 'https://api.freedompay.kg/api/to_iban' \
--form 'pg_amount="10"' \
--form 'pg_merchant_id=""' \
--form 'pg_order_id="1234"' \
--form 'pg_recipient_iban="KZ123412341234123412"' \
--form 'pg_recipient_iin="761223455678"' \
--form 'pg_recipient_name="IVANOV IVAN"' \
--form 'pg_recipient_kbe="19"' \
--form 'pg_knp="119"' \
--form 'pg_bank_bik="KZZSAE"' \
--form 'pg_description="Payment description"' \
--form 'pg_post_link="http://site.kz/post"' \
--form 'pg_salt="some random string"' \
--form 'pg_sig=""'
Responses
application/xml The unique identifier of the payment transaction in {{project}}. Serves as a key for all further work with the transaction.
Merchant ID in the {{project}} system.
Order ID in the merchant system.
pg_payment_date
string <date-time>
requiredDate and time of the payment.
Random string consisting of arbitrary numbers and Latin letters.
<?xml version="1.0" encoding="UTF-8"?>
<root>
<pg_payment_id>0</pg_payment_id>
<pg_merchant_id>0</pg_merchant_id>
<pg_status>string</pg_status>
<pg_order_id>string</pg_order_id>
<pg_payment_amount>0</pg_payment_amount>
<pg_payment_date>2019-08-24T14:15:22Z</pg_payment_date>
<pg_salt>string</pg_salt>
<pg_sig>string</pg_sig>
</root>
Modified at 2025-02-03 10:08:06