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

Create business

POST
https://api.freedompay.kz/v5/partner/transfer/business/create
This method is used to register a business client in the IMTS.
The purpose of registration is to create a unique client profile in the system, which can be used to send and receive transfers.
Registration is required before creating a transfer, since each transfer must be associated with a specific client.
All personal data of the client during registration is transmitted in encrypted form.
What the encrypted data includes can be seen in the description on this page -> "Body Params" -> "encrypted_data details"

Request

Header Params
Authorization
string 
required
Example:
Bearer <access_token>
Body Params application/json
encrypted_data
string 
required
Encrypted client data.
<= 2048 characters
pg_sig
string 
required
Request signature.
<= 512 characters
Examples
{
  "payload": {
    "encrypted_data": "UW/5ZVSTHnsvbhKBage7lNCRBD+MdeYkQZgQg4v2EisNSxA1wE2R6YOBw04ZlefeGOws2Z4P4TcTAD5rTd3Fg6VxLjEHNMlqaE0uIAp3MVpUWvTpLJWB86k0kI3qEvqe3WkqdeZZEY6yyWHOgtygulM1iBv0TMdBlTep1QhD2kmf2dbiD/1BA6EpLLAIi4rdf/zCu2rWvQGxJg4NzBf9K/OszapCQ4VddkW5Kf2ZS6V7y7ruk6FTagSd++LZ9SJZr44E5hk49N1bmulqmnPf0C1pMl+JrZ+LbwGeYo10vCI="
  },
  "pg_sig": "5a1d5f17e4c1f5a3b44c3f29b5e2d77cd11b1b5fefc3dcb5b1c2f8e73f9c22a1"
}

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
curl --location --request POST 'https://api.freedompay.kz/v5/partner/transfer/business/create' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "payload": {
        "encrypted_data": "UW/5ZVSTHnsvbhKBage7lNCRBD+MdeYkQZgQg4v2EisNSxA1wE2R6YOBw04ZlefeGOws2Z4P4TcTAD5rTd3Fg6VxLjEHNMlqaE0uIAp3MVpUWvTpLJWB86k0kI3qEvqe3WkqdeZZEY6yyWHOgtygulM1iBv0TMdBlTep1QhD2kmf2dbiD/1BA6EpLLAIi4rdf/zCu2rWvQGxJg4NzBf9K/OszapCQ4VddkW5Kf2ZS6V7y7ruk6FTagSd++LZ9SJZr44E5hk49N1bmulqmnPf0C1pMl+JrZ+LbwGeYo10vCI="
    },
    "pg_sig": "5a1d5f17e4c1f5a3b44c3f29b5e2d77cd11b1b5fefc3dcb5b1c2f8e73f9c22a1"
}'

Responses

🟢200Success
application/json
Body
client_uuid
string <uuid>
required
Unique client identifier
status
string 
required
Current client status
<= 10 characters
response_time
string 
required
Date and time of response generation.
Example
{
  "client_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "status": "new",
  "response_time": "2025-03-31T10:35:21.000Z"
}
Previous
Create person
Next
Create transfer