Freedom Pay
  1. Payment Cards
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
        POST
      • Issue card
        POST
      • Issue plastic card
        POST
      • Activate card
        POST
      • Block card
        POST
      • Unblock card
        POST
      • Set PIN
        POST
      • Reset PIN counter
        POST
      • Close card
        POST
      • Update client
        POST
      • Card info
        POST
      • Balance
        POST
      • Secret data
        POST
      • Secret data (version 2)
        POST
      • Statement
        POST
      • Statement extended
        POST
      • Create client
        POST
      • Edit client
        POST
      • Сards' list
        POST
      • Request' status
        POST
      • Create transaction
        POST
      • Clearing transaction
        POST
      • Refund transaction
        POST
      • Transaction request' status
        POST
      • Transaction info
        POST
    • 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
      • Refresh token
      • Get agents
      • Fees
      • Create person
      • Create business
      • Create transfer
      • Print application
      • Confirm
      • Search
      • Payout
      • Payout confirm
      • Cancel
      • Get person info
      • Get business info
      • Status
      • Info
    • Device ID
      • Android SDK
      • iOS SDK
  1. Payment Cards

Dictionaries

Request statuses#

CodeDescription
successSuccessfully processed.
processIn processing.
errorProcessing error.

Client product#

CodeDescription
1000Freedom Wallet Card.
2000Instant Card.
3000Electron Card.

Parameters for the Method: Creating a Client Card with product_id = 1000#

Parameter NameParameter NameParameter NameDescriptionType
request_id (required)Unique request number in the partner's system (UUID).string/uuid
product_id (required)Identifier for the product within which the client is created.integer
client (required)phone (required)Client's phone number.integer
typeClient type:
1 - Individual
2 - Legal Entity
3 - Individual Entrepreneur
integer
residentResidency status:
1 - Resident
2 - Non-resident
integer
first_name (required)Client's first name (Latin characters).string
last_name (required)Client's last name (Latin characters).string
middle_nameClient's middle name (Latin characters).string
birthdateDate of birth of the cardholder (Format: YYYY-MM-DD).date
emailClient's email address.string
country (required)Country of client's residency (alpha-3 format).string
person_id (required)Client's identifier in the country of residency (e.g., Tax ID for Kazakhstan, Personal ID for Russia).string
languageClient's communication language (alpha-2 format).string
document (required)A scanned copy of an identity document:
- File format: PDF
- Base64 encoding
- Max size: 2 MB
string
address1 (required)country (required)Registration country (alpha-3 format).string
postal_code (required)Postal code.string
address_line1 (required)Registration city.string
address_line2 (required)Registration street.string
address_line3 (required)Registration building and premises.string
address2 (required)country (required)Residential country (alpha-3 format).string
postal_code (required)Postal code.string
address_line1 (required)Residential city.string
address_line2 (required)Residential street.string
address_line3 (required)Residential building and premises.string
external_user_idIdentifier of the client in the partner's system.string
identification_info (required)idn_date (required)Date of identification in RFC 3339 format (YYYY-MM-DDThh:mm:ss±hh:mm).string
identified_by (required)Identifier of the user who conducted the client's identification.string

Parameters for the Method: Creating a Client Card with product_id = 2000#

Parameter NameChild Parameter NameSub-Child Parameter NameDescriptionType
request_id (required)Unique request number in the partner's system (UUID).string/uuid
product_id (required)Identifier for the product within which the client is created.integer
client (required)phone (required)Client's phone number.integer
type (required)Client type:
1 - Individual
2 - Legal Entity
3 - Individual Entrepreneur
integer
resident (required)Residency status:
1 - Resident
2 - Non-resident
integer
first_name (required)Client's first name (Latin characters).string
last_name (required)Client's last name (Latin characters).string

Card product#

CodeDescription
1000Freedom Wallet Card
2000Instant Card Visa Signature
2100Instant Card Visa Gold
2200Instant Card Visa Signature 3 Curr
2300Instant Card Visa Gold 3 Curr
3000Electron Card
3010Electron Card Visa
Resident
12 Month
3020Electron Card Visa
Resident
60 Month
3030Electron Card Visa
Non-resident
12 Month
3040Electron Card Visa
Non-resident
60 Month
4010Electron Card Mastercard
Resident
12 Month
4020Electron Card Mastercard
Resident
60 Month
4030Electron Card Mastercard
Non-resident
12 Month
4040Electron Card Mastercard
Non-resident
60 Month

Card status#

CodeDescription
00Card is active.
10Temporarily blocked by the client.
20Temporarily blocked by the partner.
30Card validity period has expired.
40Card blocked due to loss.
50Card not activated.
60In the process of production.
70Card is closed.
99Unknown card status.

Card block#

CodeDescription
10Temporary block by the client.
20Temporary block by the partner.
30Card validity period has expired.
40Card blocked due to loss.
50Card not activated.

Transaction#

CodeDescription
1000Balance Inquiry. Clearing.
1001Balance Inquiry. Authorization.
1002Cancellation of Balance Inquiry. Clearing.
1003Cancellation of Balance Inquiry. Authorization.
1004ATM Fee.
1005Cancellation of ATM Fee.
1006Online Statement.
1007Cancellation of Online Statement.
1008Card Issuance.
1009Cancellation of Card Issuance.
1010Card Reissue.
1011Cancellation of Card Reissue.
1012Annual Service Fee.
1013Cancellation of Annual Service Fee.
1014Balance Inquiry Fee.
1015Cancellation of Balance Inquiry Fee.
1016Card Reissue (Due to Expiration).
1017Cancellation of Card Reissue (Due to Expiration).
1018Debit Card Issuance.
1019Cancellation of Debit Card Issuance.
1020Card Reissue Fee.
1021Cancellation of Card Reissue Fee.
1022Card Reissue (Due to Loss).
1023Cancellation of Card Reissue (Due to Loss).
1024Reissue Fee.
1025Cancellation of Reissue Fee.
1026Mini Statement. Clearing.
1027Mini Statement. Authorization.
1028Cancellation of Mini Statement. Clearing.
1029Cancellation of Mini Statement. Authorization.
1030Adjustments Between Multi-Currency Accounts.
1031Cancellation of Adjustments Between Multi-Currency Accounts.
1032Transfer Between Accounts.
1033Cancellation of Transfer Between Accounts.
1034Purchase with Cashback. Clearing.
1035Purchase with Cashback. Authorization.
1036Cancellation of Purchase with Cashback. Clearing.
1037Cancellation of Purchase with Cashback. Authorization.
1038Cash Withdrawal at the POS Terminal. Clearing.
1039Cash Withdrawal at the POS Terminal. Authorization.
1040Cancellation of Cash Withdrawal at the POS Terminal. Clearing.
1041Cancellation of Cash Withdrawal at the POS Terminal. Authorization.
1042Funds Debited from the Card (AFT). Clearing.
1043Funds Debited from the Card (AFT). Authorization.
1044Cancellation of Funds Debited from the Card (AFT). Clearing.
1045Cancellation of Funds Debited from the Card (AFT). Authorization.
1046Purchase (Quasi-Cash). Clearing.
1047Purchase (Quasi-Cash). Authorization.
1048Cancellation/Refund of Purchase (Quasi-Cash). Clearing.
1049Cancellation/Refund of Purchase (Quasi-Cash). Authorization.
1050Funds Credited to the Card (Typically for Returns at POS Terminal). Clearing.
1051Funds Credited to the Card (Typically for Returns at POS Terminal). Authorization.
1052Cancellation of Funds Credited to the Card (Typically for Returns at POS Terminal). Clearing.
1053Cancellation of Funds Credited to the Card (Typically for Returns at POS Terminal). Authorization.
1054ATM Cash Withdrawal. Clearing.
1055ATM Cash Withdrawal. Authorization.
1056Cancellation of ATM Cash Withdrawal. Clearing.
1057Cancellation of ATM Cash Withdrawal. Authorization.
1058Purchase. Clearing.
1059Purchase. Authorization.
1060Cancellation/Refund of Purchase. Clearing.
1061Cancellation/Refund of Purchase. Authorization.
1062Funds Credited to the Card (OCT). Clearing.
1063Funds Credited to the Card (OCT). Authorization.
1064Cancellation of Funds Credited to the Card (OCT). Clearing.
1065Cancellation of Funds Credited to the Card (OCT). Authorization.
1066Account Debit.
1067Cancellation of Account Debit.
1068ATM Cash Deposit. Clearing.
1069ATM Cash Deposit. Authorization.
1070Cancellation of ATM Cash Deposit. Clearing.
1071Cancellation of ATM Cash Deposit. Authorization.
1072Card Top-Up from Device. Clearing.
1073Card Top-Up from Device. Authorization.
1074Cancellation of Card Top-Up. Clearing.
1075Cancellation of Card Top-Up. Authorization.
1076Account Top-Up.
1077Cancellation of Account Top-Up.
1078ATM Cash Withdrawal via Code (No Card). Clearing.
1079ATM Cash Withdrawal via Code (No Card). Authorization.
1080Cancellation of ATM Cash Withdrawal via Code (No Card). Clearing.
1081Cancellation of ATM Cash Withdrawal via Code (No Card). Authorization.

Error codes#

CodeDescription
12001Incorrect input parameters.
12002Non-unique request identifier.
12003Product code not found.
12004Request with the specified request identifier not found.
12006Card with the specified identifier not found.
12007Client with the specified identifier not found.
12008Failed to issue a physical card.
12009Failed to open the card.
12010Failed to close the card.
12011Card is already closed.
12012Failed to block the card.
12013Card is already blocked.
12014Failed to set the PIN code.
9999System error, please retry the request later.
1000Service unavailable.
Previous
Overview
Next
Bulk issue