Freedom Pay
  1. Transfer
Freedom Pay
  • Overview
  • Gateway API
    • Overview
    • Sync API
      • Overview
      • Purchase
        • Overview
        • Create payment
        • Any amount
        • Card
        • 3DSecure
        • Cancel
        • Clearing
        • Refund
        • Status
      • Payout
        • Overview
        • Card
        • IBAN
        • Balance
        • Status
      • Transfer
        • Overview
        • Card
        • 3DSecure
        • Rates
        • Status
      • Card
        • Overview
        • Add
        • 3DSecure
        • List
        • Remove
        • Status
      • Token
        • Overview
        • Token Pay
        • Apple Pay
        • Google Pay
        • Token Payout
        • Status
    • Async API
      • Overview
      • create
        • create payment
        • create payment recurrent
      • read
        • read payment
        • read request
      • edit
        • edit payment.refund
        • edit payment.reverse
        • edit payment.clearing
      • delete
  • Merchant API
    • Overview
    • Purchase
      • Overview
      • Checkout
      • Card token
        • Overview
        • Tokenize card
        • Delete token
        • Card token list
        • Create payment (with CVC)
        • Confirm payment (with CVC)
        • Create payment
        • Confirm payment
      • Create payment
      • Any amount
      • Cancel payment
      • Clearing
      • Refund payment
      • Status
    • Payout
      • Overview
      • Card token
        • Tokenize card
        • Delete token
        • Card token list
        • Create payment
      • Create payment
      • IBAN
      • Balance status
      • Status by order_id
      • Status by Payment ID
      • Status
    • Mobile balance
      • Overview
      • Init
      • Pay
      • Approve
      • Resend code
      • Status
    • Invoice
      • Overview
      • Init
      • Info
      • Pay
      • Status
    • SDK
      • JS SDK
      • Google Pay
      • Freedom QR
        • Reader SDK (Android)
        • Provider SDK (Android)
      • Payment SDK
        • iOS
        • Android
    • CMS
      • Overview
      • Get Merchant ID and key
      • WordPress
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
        • Update
      • Tilda
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
      • InSales
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
      • Ecwid
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
      • Bitrix
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
      • PrestaShop
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
      • OpenCart
        • Overview
        • Installation
        • Configuration
        • Test
        • Live payments
    • Redirect back
    • Result notify
    • Payout notify
    • Check request
  • 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
      • Secret data (version 2)
      • Statement
      • Statement extended
      • Create client
      • Edit client
      • Сards' list
      • Request' status
      • Create transaction
      • Clearing transaction
      • Refund transaction
      • Transaction request' status
      • Transaction info
    • Gift Cards
      • Overview
      • List
      • Issue
      • Confirm
      • Resend
      • Resend code
      • Status
  • Partner API
    • Rates
      • Overview
      • Rates
    • Products
      • Overview
      • Dictionaries
      • Add client with product
      • Request status
    • E-Money
      • Overview
      • Add
      • Owner identification
      • Info
      • Close
      • Block
      • Balance
      • Statement
      • Request Status
    • Freedom ID
      • Overview
      • Design
      • iOS SDK
      • Android SDK
      • OAuth2
        • Authorization link
        • Token exchange
        • Token refresh
        • User info
        • Request profile
        • Get profile status
        • Create user
        • Update user
      • OIDC
        • Authorization endpoint
        • Token exchange
        • Userinfo
      • Error codes
      • Examples
        • Keycloak
    • Transfer
      • Overview
      • Get token
        POST
      • Refresh token
        PATCH
      • Get agents
        GET
      • Fees
        POST
      • Create person
        POST
      • Create business
        POST
      • Create transfer
        POST
      • Print application
        POST
      • Confirm
        POST
      • Search
        POST
      • Payout
        POST
      • Payout confirm
        POST
      • Cancel
        POST
      • Get person info
        POST
      • Get business info
        POST
      • Status
        GET
      • Info
        GET
    • Device ID
      • Android SDK
      • iOS SDK
  1. Transfer

Info

GET
https://api.freedompay.kz/v5/partner/transfer/info
The method is intended to request complete information about a specific transfer.

Request

Query Params
transfer_uuid
string 
required
Unique transfer identifier.
<= 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/info?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
Unique transfer identifier.
<= 36 characters
status
string 
required
Current status of the transfer.
<= 20 characters
originator_uuid
string <uuid>
required
Unique identifier of the originator client
<= 36 characters
destination_uuid
string <uuid>
required
Unique identifier of the destination client
<= 36 characters
amount_source
number 
required
Amount in the source currency
<= 15.4
currency_source
string 
required
Source currency code.
(ISO 3166-1 alpha-3)
<= 3 characters
amount_target
number 
required
Transfer amount in target currency.
<= 15.4
currency_target
string 
required
Target currency code.
(ISO 3166-1 alpha-3)
<= 3 characters
rate
number 
required
Exchange rate
<= 10.4
total_fee
number 
required
The total commission on top of the transfer that will be debited from the client
<= 10.4
agent_fee
number 
required
Agent commission
<= 10.4
response_time
string 
required
Date and time of response generation.
Example
{
  "transfer_uuid": "b84c2a19-b99b-470e-82e2-54785f67a9b3",
  "status": "waiting"
  "originator_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",  
  "destination_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",                  
  "amount_source": 100.00,
  "currency_source": "KZT",
  "amount_target": 95.00,
  "currency_target": "UZB",
  "rate": "2,5",
  "total_fee": 5.00, 
  "agent_fee": 1,2,
  "response_time": "2025-03-31T10:35:21.000Z"
}
Previous
Status
Next
Android SDK