{
"context": {
"language": "string"
},
"invoiceMessageBag": {
"associationCode": "string",
"subscriberNumber": "string",
"lastPaymentDate": "2019-08-24T14:15:22Z",
"invoiceNumber": "string",
"invoiceAmount": 0,
"invoiceCurrency": "string",
"paymentCurrency": "string",
"paymentAmount": 0,
"parametricCode": "string",
"referanceNumber": "string",
"subscriberName": "string"
},
"paymentEntryApi": {
"accountBranchCode": 0,
"accountNumber": 0,
"accountShortName": "string",
"accountSuffix": 0,
"cardlessFlag": true,
"creditCardNumber": 0,
"currencyCode": "string",
"denomination": [
null
],
"paymentDate": "2019-08-24T14:15:22Z",
"paymentElement": "string",
"paymentType": "string",
"rotaInstanceID": 0,
"terminalID": "string",
"totalPayments": 0
},
"recordedTransactionName": "string",
"saveRecordedTransaction": true
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/invoice/association/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"invoiceMessageBag": {
"associationCode": "string",
"subscriberNumber": "string",
"lastPaymentDate": "2019-08-24T14:15:22Z",
"invoiceNumber": "string",
"invoiceAmount": 0,
"invoiceCurrency": "string",
"paymentCurrency": "string",
"paymentAmount": 0,
"parametricCode": "string",
"referanceNumber": "string",
"subscriberName": "string"
},
"paymentEntryApi": {
"accountBranchCode": 0,
"accountNumber": 0,
"accountShortName": "string",
"accountSuffix": 0,
"cardlessFlag": true,
"creditCardNumber": 0,
"currencyCode": "string",
"denomination": [
null
],
"paymentDate": "2019-08-24T14:15:22Z",
"paymentElement": "string",
"paymentType": "string",
"rotaInstanceID": 0,
"terminalID": "string",
"totalPayments": 0
},
"recordedTransactionName": "string",
"saveRecordedTransaction": true
}'
{
"data": {
"associationCode": "string",
"errorCode": 0,
"errorDescription": "string",
"errorMessage": "string",
"isSuccess": true,
"nameSurname": "string",
"referenceNumber": "string",
"responseCode": "string",
"responseType": 0,
"responseTypeDesc": "string",
"transactionDate": "string"
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}