---
title: "Bank Transfer Status Inquiry API"
method: POST
path: "/transfer/status"
---

# Bank Transfer Status Inquiry API

`POST /transfer/status`

The following endpoint to inquiry bank transfer pay outs status

## Headers

- `Content-Type` string, required
- `X-TIMESTAMP` string, required
- `Authorization` string
- `X-SIGNATURE` string, required
- `X-PARTNER-ID` string, required
- `X-EXTERNAL-ID` string, required
- `CHANNEL-ID` string, required

## Request body

- object
  - `originalPartnerReferenceNo` string, required — The reference ID/number the merchant sends in the Bank Transfer API request Note: This field is required if originalReferenceNo is left empty
  - `originalReferenceNo` string, required — Original referenceNo durianpay returned when submitting interbank transfer request (value should be dis_item_xxx) Note: This field is required if originalPartnerReferenceNo is left empty
  - `serviceCode` string, required — Transaction type of the original transaction request. Value: 18 for bank transfer
  - `additionalInfo` object — The field for additional information. JSON object with keys: deviceId and channel. example: {"deviceId": "1234567", "channel": "mobilephone"}
    - `deviceId` string — device id of the request source
    - `channel` string — channel of the request source

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `409` — 409
- `500` — 500
- `504` — 504

---

[API](https://skmtc.net/durianpay/apis/durianpay-api.md) · [All operations](https://skmtc.net/durianpay/apis/durianpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/durianpay/durianpay-api/versions/ffc0e7e8a227/schema)
