GET
/
payout
/
v1.2
/
getTransferStatus
Get Transfer Status V1.2
curl --request GET \
  --url https://payout-api.cashfree.com/payout/v1.2/getTransferStatus \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
"{\n\"status\": \"ERROR\",\n\"subCode\": \"403\",\n\"message\": \"APIs not enabled. Please fill out the [Support Form](https://merchant.cashfree.com/merchants/landing?env=prod&raise_issue=1)\"\n}"

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

403
application/json

403

The response is of type object.