---
title: "POST /api/Bills/fetchReceipt"
method: POST
path: "/api/Bills/fetchReceipt"
tags: ["Bills"]
---

# POST /api/Bills/fetchReceipt

`POST /api/Bills/fetchReceipt`

## Request body

- FetchReceiptReq
  - `billerBillID` string
  - `paymentDetails` PaymentDetails
    - `additionalInfo` AdditionalInfo
    - `amountPaid` AmountPaid
      - `currencyCode` string
      - `value` integer
    - `billAmount` BillAmount
      - `currencyCode` string
      - `value` integer
    - `platformTransactionRefID` string
    - `uniquePaymentRefID` string
  - `platformBillID` string

## Response `200`

OK

- object

---

[API](https://skmtc.dev/myclassboard/apis/mcbschoolapi.md) · [All operations](https://skmtc.dev/myclassboard/apis/mcbschoolapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myclassboard/mcbschoolapi/revisions/db2ecaa69611/schema)
