GET
/
remitter
/
status
{
  "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.

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

Reverse penny drop verification successful

account_type
string

It displays the type of account.

added_on
string

It displays the date and time of when the request was added.

bank_account
string

It displays the bank account number of the individual.

ifsc
string

It displays the IFSC information of the individual's bank account.

name_at_bank
string

It displays the name of the individual registered in the bank records.

name_match_result
string

It displays the result of the name match verification.

name_match_score
string

It displays the score of the name match verification.

penny_collected_on
string

It displays the date and time of when the 1 rupee was collected.

processed_on
string

It displays the date and time of when the request was processed.

ref_id
string

It displays the unique ID created by Cashfree Payments for reference purposes.

reversal_status
string

It displays the status of the rupee reversal. Possible values are:

  • TRANSFER_INITIATED: Reversal is initiated.
  • TRANSFER_SUCCESS: The reversal process is successful.
  • PENDING: The reversal is pending and not initiated yet.
  • FAILED: The reversal is failed.
status
string

It displays the status of the API request. Possible values are

  • CREATED: The request is created, but no payment has been made yet.
  • SUCCESS: A successful transaction returns all fields in the response.
  • FAILURE: The payment attempt failed for an unspecified reason.
  • EXPIRED: The link in the create request call expires after 10 minutes if no payment is made.
upi
string

It displays the UPI VPA information of the individual.

utr
string

It displays the unique transaction reference (UTR) number created by the bank to identify the transaction.

verification_id
string

It displays the unique ID created by you to identify the verifiation request.