---
title: "POST /api/services/app/VCBPayment/Inquiry"
method: POST
path: "/api/services/app/VCBPayment/Inquiry"
tags: ["VCBPayment"]
---

# POST /api/services/app/VCBPayment/Inquiry

`POST /api/services/app/VCBPayment/Inquiry`

## Request body

- VCBInquiryInput
  - `context` VCBContextRequest
    - `channelId` string, nullable
    - `channelRefNumber` string, nullable
    - `requestDateTime` string, nullable
  - `payload` VCBInquiryPayloadRequest
    - `providerId` string, nullable
    - `serviceId` string, nullable
    - `customerCode` string, nullable
    - `fields` VCBFieldSearch[], nullable
      - `fieldId` string, nullable
      - `fieldSearchCondition` string, nullable
      - `fieldValue` string, nullable
  - `signature` string, nullable

## Response `200`

Success

- VCBInquiryOutput
  - `context` VCBContextResponse
    - `channelId` string, nullable
    - `channelRefNumber` string, nullable
    - `requestDateTime` string, nullable
    - `responseMsgId` string, nullable
    - `status` string, nullable
    - `errorCode` integer
    - `errorMessage` string, nullable
  - `payload` VCBInquiryPayloadResponse
    - `billerDivisionKey` string, nullable
    - `customerCode` string, nullable
    - `paymentSequence` string, nullable
    - `bills` VCBBillDto[], nullable
      - `billId` string, nullable
      - `amount` string, nullable
      - `billDate` string, nullable
      - `billDueDate` string, nullable
      - `addnlFields` VCBField[], nullable
        - `fieldId` string, nullable
        - `fieldValue` string, nullable
  - `signature` string, nullable

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
