---
title: "Payout Status Enquiry"
method: POST
path: "/bank-payout-status"
---

# Payout Status Enquiry

`POST /bank-payout-status`

API to request status of payment from bank account.

## Request body

- object
  - `entityId` string, required — Entity ID for your organization
  - `programId` string, required — Program ID related to payout activity
  - `custTxnRefNo` string, required — Your unique internal reference number for this payout request.

## Response `200`

Successful response

- object
  - `custTxnRefNo` string — Alphanumeric reference received in the request
  - `info.status` string — success / failure
  - `info.message` string — success / failure
  - `entityId` string — Entity ID for your organization
  - `info.utrNo` string — UTR No. for the payout
  - `info.paymentDate` string — Payment date in YYYY-MM-DD format
  - `programId` string — programId

---

[API](https://skmtc.net/jiopay/apis/jiopay-pg.md) · [All operations](https://skmtc.net/jiopay/apis/jiopay-pg/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiopay/jiopay-pg/revisions/55aa41b8482f/schema)
