Create payment
POST
https://api.freedompay.kz/api/reg2nonreg
Interaction diagram
Request
Body Params multipart/form-data
pg_merchant_id
integer
required
Issued upon connection
pg_order_id
string
required
<= 50 characters
Example:
550e8400-e29b-41d4-a716-446655440000
pg_amount
number
required
>= 0.01<= 99999999
pg_description
string
required
>= 1 characters<= 255 characters
pg_order_time_limit
string
required
Match pattern:
Y-m-d H:i:s
pg_payment_route
string
optional
Example:
frame
pg_user_id
string
optional
<= 50 characters
pg_user_email
string <email>
optional
pg_back_link
string
required
<= 255 characters
Example:
https://site.com/back
pg_post_link
string
required
<= 255 characters
Example:
https://site.com/post
pg_salt
string
required
pg_sig
string
required
Request samples
Responses
Modified at 2025-03-24 12:34:44