- 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
Statement extended
POST
https://api.freedompay.kz/v5/card-api/card/statement_extended
Request
Body Params application/json
card_id
string
required
start_date
string
required
end_date
string
required
Example
{
"card_id": "string",
"start_date": "string",
"end_date": "string"
}
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/statement_extended' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Success
application/json
Body
status
string
optional
ok
- request successful, error
- request failed.request_status
string
optional
client_id
string
optional
card
object
optional
card_id
string
optional
card_mask
string
optional
balances
object
optional
accounts
array [object {6}]
optional
iban
string
optional
currency
string
optional
debit
integer
optional
credit
integer
optional
amount
number
optional
blocked_amount
integer | number
optional
authorizations
array [object {10}]
optional
datetime
string
optional
type
string
optional
amount
number
optional
commission
number
optional
full_amount
number
optional
cashback
number
optional
currency
string
optional
iban
string
optional
merchant
object
optional
additional_parameters
array [object {2}]
optional
operations
array [object {10}]
optional
datetime
string
optional
type
string
optional
amount
number
optional
commission
number
optional
full_amount
number
optional
cashback
number
optional
currency
string
optional
iban
string
optional
merchant
object
optional
additional_parameters
array [object {2}]
optional
dt
string
optional
Example
{
"status": "ok",
"request_status": "success",
"client_id": "347942915",
"card": {
"card_id": "2422900000000751280",
"card_mask": "1234-56XX-XXXX-4321",
"balances": {
"currency": "TJS",
"available_amount": 14622.11,
"blocked_amount": 0
}
},
"accounts": [
{
"iban": "12345678912345678911",
"currency": "USD",
"debit": 0,
"credit": 0,
"amount": 1369.89,
"blocked_amount": 0
},
{
"iban": "12345678912345678912",
"currency": "KZT",
"debit": 0,
"credit": 100,
"amount": 696291.18,
"blocked_amount": 105.5
},
{
"iban": "12345678912345678913",
"currency": "RUB",
"debit": 0,
"credit": 0,
"amount": 133426.25,
"blocked_amount": 0
},
{
"iban": "12345678912345678914",
"currency": "CNY",
"debit": 0,
"credit": 0,
"amount": 9946.95,
"blocked_amount": 0
},
{
"iban": "12345678912345678915",
"currency": "AED",
"debit": 0,
"credit": 0,
"amount": 5042.03,
"blocked_amount": 0
},
{
"iban": "12345678912345678916",
"currency": "TRY",
"debit": 0,
"credit": 0,
"amount": 47167.86,
"blocked_amount": 0
},
{
"iban": "12345678912345678917",
"currency": "EUR",
"debit": 0,
"credit": 0,
"amount": 1306.79,
"blocked_amount": 0
}
],
"authorizations": [
{
"datetime": "2025-01-30T12:02:14+05:00",
"type": "1059",
"amount": 100,
"commission": 0,
"full_amount": 100,
"cashback": 1,
"currency": "KZT",
"iban": "12345678912345678912",
"merchant": {
"name": "Shop 1",
"country": "KAZ",
"address_line1": "ALMATY",
"postal_code": "",
"url": ""
},
"additional_parameters": [
{
"type": "cashback_amount",
"value": "0.00"
}
]
}
],
"operations": [
{
"datetime": "2025-02-01T12:56:35+05:00",
"type": "KA",
"amount": 561.71,
"commission": 0,
"full_amount": 561.71,
"cashback": 1,
"currency": "TJS",
"iban": "12345678912345678918",
"merchant": {
"name": "Standing payment order",
"country": "",
"address_line1": "",
"postal_code": "",
"url": ""
},
"additional_parameters": [
{
"type": "cashback_amount",
"value": "0.00"
}
]
},
{
"datetime": "2025-01-22T15:48:35+05:00",
"type": "1054",
"amount": 0,
"commission": 0.32,
"full_amount": 0.32,
"cashback": 1,
"currency": "TJS",
"iban": "12345678912345678918",
"merchant": {
"name": "PVN TEST Shop 1",
"country": "TJK",
"address_line1": "ALMATY",
"postal_code": "",
"url": ""
},
"additional_parameters": [
{
"type": "cashback_amount",
"value": "0.00"
}
]
}
],
"dt": "2025-02-06T06:50:57Z"
}
Modified at 2025-03-01 06:50:43