- Gateway API
- Introduction
- Reference
- Sync API
- Async API
- Merchant API
- Introduction
- Reference
- Page
- Pay
- Payout
- Mobile balance
- Card
- Token
- Invoice
- ATM
- Additional
- Card API
- Introduction
- Payment Cards
- Gift Cards
- Partner API
- Rates
- Products
- E-Money
- Freedom ID
- Mobile SDK
- CMS
Widget
POST
https://api.freedompay.uz/init_payment.php
To use the checkout on their website, the merchant must include the following script:
Next, when you click on the payment button, call the payment creation method. Minimum configuration:
Full configuration:
Get payment status. After the buyer pays, your site receives a notification via callbacks, which are passed in the parameters:
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.freedompay.uz/init_payment.php'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-03 10:55:01