GET
/
payout
/
v1.1
/
getTransferStatus
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "Details of transfer with referenceId 200223467",
  "data": {
    "transfer": {
      "transferId": "sample01139",
      "bankAccount": "000810139000385",
      "ifsc": "YESB0MAN001",
      "beneId": "test_bene",
      "amount": "1.2",
      "status": "SUCCESS",
      "utr": "N351200478962883",
      "addedOn": "2020-12-16T09:17:41.000Z",
      "processedOn": "2020-12-16T09:17:42.000Z",
      "transferMode": "BANK",
      "acknowledged": 1
    }
  }
}
This API will be retired soon. Please plan to migrate to the latest version, Transfers V2.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Query Parameters

referenceId
string

Reference ID of the transaction. (Either referenceId or transferId is mandatory)

transferId
string

Transfer ID of the transaction.

Response

200 - application/json
data
object
message
string
status
string
subCode
string