Request
Body Params multipart/form-data
Merchant ID in the system {{project}}.
Internal payment identifier in the system {{project}}.
Customer's phone to be charged.
pg_payment_system_code
string
optionalUnique mobile operator code. Enum: "TELE2KZT", "ALTELKZT", "BEELINEKZT", "KCELLKZT", "ACTIVKZT".
Example:some random string
Request samples
curl --location --request POST 'https://api.freedompay.uz/mfs/pay' \
--form 'pg_merchant_id=""' \
--form 'pg_payment_id="12345"' \
--form 'pg_abonent_phone="77077777777"' \
--form 'pg_payment_system_code="ALTELKZT"' \
--form 'pg_salt="some random string"' \
--form 'pg_sig=""'
Responses
application/xml Shows the result of the query.ok
: The write-off was successful.
need_approve
: Confirmation required.
The unique identifier of the payment transaction in {{project}}. Serves as a key for all further work with the transaction.
<?xml version="1.0" encoding="UTF-8"?>
<root>
<pg_status>string</pg_status>
<pg_payment_id>0</pg_payment_id>
</root>
Modified at 2025-02-03 10:55:01