Получение платежного поручения
| endpoint | /api/payment/domestic-transfer/{id} |
| Request method | GET |
| Response status | 200 |
примечание
id – идентификатор созданного в Системе документа.
Дополнительные заголовки / Additional headers
| Content-Type | application/json |
Ответ / Response object
В результате возвращается объект DomesticTransferView. Описание объекта приведено в разделе данного руководства - ДЕНЕЖНЫЕ ОПЕРАЦИИ > Переводы в тенге > Описание объекта: Платежное поручение (DomesticTransferView).
примечание
в зависимости от подтипа запрашиваемого документа некоторые атрибуты могут возвращать пустые значения (null).
Пример запроса
Показать запрос
cURL
curl --location 'https://api-test.business-t.berekebank.kz/api/payment/domestic-transfer/11111111' \
--header 'Authorization: ....'
Пример ответа
Показать ответ
{
"id": 111111,
"externalId": null,
"code": null,
"description": null,
"custId": 11,
"custExternalId": "210840000011",
"custName": "АО «Демо Трейд»",
"custTaxCode": "210840000011",
"custResidencyCode": "11",
"created": "18.02.2025",
"number": "674",
"state": "D : false, raft",
"stateLabel": "Новый",
"type": "DomesticTransfer",
"director": {
"id": 111111,
"fullName": "Иванов Иван Иванович",
"position": null,
"sign_level": "B"
},
"accountant": {
"id": 81,
"fullName": "Иванов Иван Иванович",
"position": null,
"sign_level": "B"
},
"bankResponse": null,
"manager": null,
"info": null,
"isTemplate": false,
"templateName": null,
"receiveDateTime": null,
"channel": "IB",
"account": {
"id": 11,
"number": "KZ11999KZT0000000107",
"cardNumber": "KZ11999KZT0000000107",
"currency": "CHF",
"currencyDigital": null,
"balance": 0.0,
"plannedBalance": 0.0,
"alias": "Основной счет",
"externalCustomerId": null,
"type": null,
"accountType": "Current",
"expirationDate": null,
"status": null,
"gk": 1111
},
"custBankCode": "BRKEKZKA",
"custBankName": "АО «Bereke Bank» (ДБ Lesha Bank LLC (Public))",
"amount": 111111.0,
"valueDate": "18.02.2025",
"purpose": "Размещение условных вкладов",
"purposeCode": "111",
"purposeCodeLabel": "Размещение условных вкладов",
"purposeText": "Размещение условных вкладов",
"priority": false,
"benefName": "ТОО «Ромашка»",
"benefTaxCode": "190940000029",
"benefAccount": "KZ20998KZT0000000201",
"benefCard": null,
"benefBankCode": "KCJBKZKX",
"benefBankName": null,
"benefResidencyCode": "17",
"benefResidencyCountryCode": null,
"benefResidencyCountryName": null,
"commission": null,
"senderResidencyCountryCode": "KZ",
"senderResidencyCountryName": "КАЗАХСТАН",
"actions": {
"createStandingOrder": {
"preAuth": null,
"confirmation": null
},
"print": {
"preAuth": null,
"confirmation": null
},
"saveTemplate": {
"preAuth": null,
"confirmation": null
},
"submit": {
"preAuth": null,
"confirmation": null
},
"edit": {
"preAuth": null,
"confirmation": null
},
"createPayment": {
"preAuth": null,
"confirmation": null
},
"history": {
"preAuth": null,
"confirmation": null
},
"close": {
"preAuth": null,
"confirmation": null
},
"remove": {
"preAuth": null,
"confirmation": null
},
"creteCopy": {
"preAuth": null,
"confirmation": null
}
},
"customPaymentData": null,
"isNotNeedUnc": false,
"isNotLinkTerrorism": false,
"isPermitGiveInformation": false,
"isRaw": false,
"actualSender": null,
"actualBeneficiary": null,
"domesticTransferType": "Payroll",
"vat": null,
"budgetCode": null,
"budgetCodeLabel": null,
"employeeTransferCategory": null,
"employeeTransferPeriod": null,
"vinCode": null,
"bankName": "АО «Демо Банк»",
"employees": [
{
"id": 111111111111,
"deleted": false,
"firstName": "Иван",
"lastName": "Иванов",
"middleName": "Иванович",
"amount": 111111.11,
"amountOPVR": null,
"account": "KZ19998KZT0000000801",
"taxCode": "210840000011",
"birthDate": "01.01.1976",
"reason": null,
"period": null,
"deductionType": null,
"residencyCountryCode": "KZ"
},
{
"id": 111111111111,
"deleted": false,
"firstName": "Иван",
"lastName": "Иванов",
"middleName": "resr",
"amount": 111111.11,
"amountOPVR": null,
"account": "KZ19998KZT0000000801",
"taxCode": "210840000011",
"birthDate": "01.08.1997",
"reason": null,
"period": null,
"deductionType": null,
"residencyCountryCode": "KZ"
}
],
"invoiceId": null,
"nds": null,
"creditAccount": null,
"creditSum": null,
"imported": false,
"isLoanPay": false,
"isSubsidiaryOrganization": false,
"subsidiaryOrganizationId": null,
"subsidiaryCustomerShortData": null,
"numberOfAdministrativeAffairs": null,
"kvo": null,
"kvoLabel": null,
"isCardReplenishment": false,
"template": false
}