{
"context": {
"language": "string"
},
"bag": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/invoice/association/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"bag": "string"
}'
{
"data": {
"associationCode": "string",
"billInformation": [
{
"subscriberName": "string",
"invoiceNumber": "string",
"subscriberNumber": "string",
"invoiceAmount": 0,
"paymentAmount": 0,
"invoiceDate": "2019-08-24T14:15:22Z",
"lastPaymentDate": "2019-08-24T14:15:22Z",
"parametricCode": "string",
"paymentCurrency": "string",
"stan": 0
}
],
"errorMessage": "string",
"instructed": true,
"nameSurname": "string",
"parametricCode": "string",
"responseCode": "string"
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}