Request
Body Params application/json
{
"context": {
"language": "string",
"channel": "string"
},
"branchCode": 0,
"collectionAmount": 0,
"customerNo": 0,
"depositAccountBranchCode": 0,
"depositAccountNumber": 0,
"depositAccountSuffix": 0,
"paymentCurrencyCode": "string",
"refNo": 0,
"seqNo": 0
}
Request Code Samples
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/loans/loan/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string",
"channel": "string"
},
"branchCode": 0,
"collectionAmount": 0,
"customerNo": 0,
"depositAccountBranchCode": 0,
"depositAccountNumber": 0,
"depositAccountSuffix": 0,
"paymentCurrencyCode": "string",
"refNo": 0,
"seqNo": 0
}'
Responses
application/json {
"data": {
"accountingBranchCode": 0,
"accountingRefNum": 0,
"responseType": 0,
"responseTypeDesc": "string",
"transactionDate": "string"
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}
Modified at 2024-07-25 20:22:28