- Gateway API
- Introduction
- Reference
- Sync API
- Async API
- Merchant API
- Introduction
- Reference
- Page
- Pay
- Payout
- Mobile balance
- Card
- Token
- Invoice
- ATM
- Additional
- Card API
- Partner API
- Rates
- Products
- E-Money
- Freedom ID
- Mobile SDK
- CMS
Block
POST
https://api.freedompay.kg/v5/partner/wallet/block
Request
Body Params application/json
request_id
string <uuid>
required
identifier
string
required
description
string
required
Example
{
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"identifier": "string",
"description": "string"
}
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.kg/v5/partner/wallet/block' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Success
application/json
Body
status
string
required
ok
: Request completed successfully.error
: Request failed with an error.request_status
string
required
dt
string <date-time>
required
Format:
YYYY-MM-DDThh:mm:ss+hh:mm
.error_code
string
optional
error_description
string
optional
Example
{
"status": "string",
"request_status": "string",
"dt": "2019-08-24T14:15:22Z",
"error_code": "string",
"error_description": "string"
}
Modified at 2025-02-03 10:08:06