- Gateway API
- Overview
- Sync API
- Async API
- Merchant API
- Card API
- Overview
- Payment Cards
- Overview
- Dictionaries
- Bulk issue
- Issue card
- Issue plastic card
- Activate card
- Block card
- Unblock card
- Set PIN
- Reset PIN counter
- Close card
- Update client
- Card info
- Balance
- Secret data
- Statement
- Statement extended
- Create client
- Edit client
- Сards' list
- Request' status
- Create transaction
- Clearing transaction
- Refund transaction
- Transaction request' status
- Transaction info
- Gift Cards
- Partner API
- Rates
- Products
- E-Money
- Freedom ID
- Transfer
- Mobile SDK
- CMS
Status
GET
https://api.freedompay.kz/v5/partner/transfer/status
Can be used to track the translation at various stages of its processing
Request
Query Params
transfer_uuid
string
required
<= 36 characters
Example:
b84c2a19-b99b-470e-82e2-54785f67a9b3
Header Params
Authorization
string
required
Example:
Bearer <access_token>
Body Params application/json
object {0}
Example
{}
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 GET 'https://api.freedompay.kz/v5/partner/transfer/status?transfer_uuid=b84c2a19-b99b-470e-82e2-54785f67a9b3' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Success
application/json
Body
transfer_uuid
string <uuid>
required
<= 36 characters
status
string
required
<= 20 characters
response_time
string
required
Example
{
"transfer_uuid": "b84c2a19-b99b-470e-82e2-54785f67a9b3",
"status": "success",
"response_time": "2025-03-31T10:35:21.000Z"
}
Modified at 2025-04-03 09:11:23