Перейти к основному содержимому

Получение платежного поручения

endpoint/api/payment/domestic-transfer/{id}
Request methodGET
Response status200

Примечание: id – идентификатор созданного в Системе документа.

Дополнительные заголовки / Additional headers

Content-Typeapplication/json

Ответ / Response object

В результате возвращается объект DomesticTransferView. Описание объекта приведено в разделе данного руководства - ДЕНЕЖНЫЕ ОПЕРАЦИИ > Переводы в тенге > Описание объекта: Платежное поручение (DomesticTransferView).

Примечание: в зависимости от подтипа запрашиваемого документа некоторые атрибуты могут возвращать пустые значения (null).

Пример запроса

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" : "111111111111", "custName" : "AO TEST", "custTaxCode" : "111111111111", "custResidencyCode" : "11", "created" : "18.02.2025", "number" : "674", "state" : "D : false, raft", "stateLabel" : "Новый", "type" : "DomesticTransfer", "director" : { "id" : 111111, "fullName" : "test", "position" : null, "sign_level" : "B" }, "accountant" : { "id" : 81, "fullName" : "test", "position" : null, "sign_level" : "B" }, "bankResponse" : null, "manager" : null, "info" : null, "isTemplate""templateName" : null, "receiveDateTime" : null, "channel" : "IB", "account" : { "id" : 11, "number" : "KZ11111111111CH11111", "cardNumber" : "KZ11111111111CH11111", "currency" : "CHF", "currencyDigital" : null, "balance" : 0.00, "plannedBalance" : 0.00, "alias" : "test", "externalCustomerId" : null, "type" : null, "accountType" : "Current", "expirationDate" : null, "status" : null, "gk" : 1111 }, "custBankCode" : "BRKEKZKA", "custBankName" : "АО «Bereke Bank» (ДБ Lesha Bank LLC (Public))", "amount" : 111111.00, "valueDate" : "18.02.2025", "purpose" : "Размещение условных вкладов", "purposeCode" : "111", "purposeCodeLabel" : "Размещение условных вкладов", "purposeText" : "Размещение условных вкладов", "priority" : false, "benefName" : "Товарищество с ограниченной отвественностью О\"test\"", "benefTaxCode" : "111111111111", "benefAccount" : "KZ111111111111111111", "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" : "АО \"TEST\"", "employees" : [ { "id" : 111111111111, "deleted" : false, "firstName" : "Test", "lastName" : "Test", "middleName" : "Test", "amount" : 111111.11, "amountOPVR" : null, "account" : "KZ11111CP11111111111", "taxCode" : "111111111111", "birthDate" : "01.01.1976", "reason" : null, "period" : null, "deductionType" : null, "residencyCountryCode" : "KZ" }, { "id" : 111111111111, "deleted" : false, "firstName" : "Test", "lastName" : "Test", "middleName" : "resr", "amount" : 111111.11, "amountOPVR" : null, "account" : "KZ11111CP11111111111", "taxCode" : "111111111111", "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 }