YYYY-MM-DDThh:mm:ss+hh:mm
).YYYY-MM-DDThh:mm:ss+hh:mm
).{
"card_id": "string",
"start_date": "string",
"end_date": "string"
}
curl --location --request POST 'https://api.freedompay.kg/v5/card-api/card/statement' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_id": "string",
"start_date": "string",
"end_date": "string"
}'
ok
: Request completed successfully.error
: Request completed with an error.YYYY-MM-DDThh:mm:ss+hh:mm
).YYYY-MM-DDThh:mm:ss+hh:mm
).{
"status": "string",
"request_status": "string",
"operations": [
{
"type": "string",
"amount": 0,
"commission": 0,
"currency": "string",
"mcc": 0,
"datetime": "2019-08-24T14:15:22Z",
"rrn": "string",
"merchant": {
"name": "string",
"country": "string",
"address_line1": "string",
"postal_code": "string",
"url": "string"
}
}
],
"dt": "string"
}