{
"context": {
"language": "string"
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/cancels/cancellabletransactions' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
}
}'
{
"data": {
"transactions": [
{
"accountBranchCode": 0,
"accountNumber": 0,
"accountSuffix": 0,
"amount": 0,
"channelCode": "string",
"creditCardNumber": 0,
"currencyCode": "string",
"debitCreditCharacter": "string",
"isRepeatable": "string",
"lastUpdateDate": "string",
"manualExplanation": "string",
"previousBalance": 0,
"processDate": "string",
"processTime": "string",
"subTranCode": "string",
"tranBranchCode": 0,
"tranCode": "string",
"tranDate": "string",
"transactionRefNumber": 0
}
]
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}