{
"context": {
"language": "string"
},
"account": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"iban": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/accounts/account/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"account": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"iban": "string"
}'
{
"failed": true,
"message": "string",
"succeeded": true,
"data": {
"data": {
"accounts": [
{
"account": {
"branchCode": 0,
"number": 0,
"suffix": 0,
"name": "string",
"iban": "string"
},
"balance": {
"amount": 0,
"currencyCode": "string"
},
"availableBalance": {
"amount": 0,
"currencyCode": "string"
},
"blockageAmount": {
"amount": 0,
"currencyCode": "string"
},
"lastProfitAmount": {
"amount": 0,
"currencyCode": "string"
},
"openningDate": "string",
"maturityDate": "string",
"maturityDefinition": null,
"maturityType": 0,
"profitAccrualFrequency": "string",
"projectCode": "string",
"creditValueDate": "string",
"dayToMaturity": 0,
"depositFrequency": null
}
]
},
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}
}