GET
/
remitter
/
status
curl --request GET \
  --url https://sandbox.cashfree.com/verification/remitter/status \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
"bank_account": "026291800001191",
"ifsc": "YESB0000262",
"upi": "success@upi",
"name_at_bank": "BHARATHTEST GKUMARUT",
"verification_id": "3890AAB000",
"ref_id": "123",
"utr": "33",
"status": "SUCCESS",
"name_match_score": "10",
"name_match_result": "POOR_PARTIAL_MATCH",
"added_on": "2023-06-27T12:34:47+05:30",
"processed_on": "2023-06-27T18:15:02+05:30",
"penny_collected_on": "2022-10-27T12:40:10+05:30",
"reversal_status": "PENDING",
"account_type": "SAVINGS"
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Query Parameters

ref_id
string

It is the unique ID created by Cashfree Payments that you receive in the response of Create Reverse Penny Drop Request API.

verification_id
string

It is the unique ID created by you to identify the reverse penny drop verification request.

Response

200
application/json

Success response for retreiving the status of RPD request

The response is of type object.