- Gateway API
- Merchant API
- Card API
- Overview
- Payment Cards
- Overview
- Dictionaries
- Bulk issuePOST
- Issue cardPOST
- Issue plastic cardPOST
- Activate cardPOST
- Block cardPOST
- Unblock cardPOST
- Set PINPOST
- Reset PIN counterPOST
- Close cardPOST
- Update clientPOST
- Card infoPOST
- BalancePOST
- Secret dataPOST
- StatementPOST
- Statement extendedPOST
- Create clientPOST
- Edit clientPOST
- Сards' listPOST
- Request' statusPOST
- Create transactionPOST
- Clearing transactionPOST
- Refund transactionPOST
- Transaction request' statusPOST
- Transaction infoPOST
- Gift Cards
- Partner API
- Mobile SDK
- CMS
Unblock card
POST
https://api.freedompay.kz/v5/card-api/card/unblock
Unblock Card
method is used to restore access to a previously blocked payment card. This method allows users to continue using their card for transactions, withdrawals, and other banking operations after a temporary restriction has been lifted.Request
Body Params application/json
request_id
string
required
card_id
string
required
description
string
required
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 POST 'https://api.freedompay.kz/v5/card-api/card/unblock' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Success
application/json
Body
status
string
required
ok
: Request completed successfully.error
: Request completed with an error.request_status
string
required
dt
string <date-time>
required
YYYY-MM-DDThh:mm:ss+hh:mm
).Example
{
"status": "string",
"request_status": "string",
"dt": "2019-08-24T14:15:22Z"
}
Modified at 2025-03-01 07:05:42