Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
Send the signature if two-factor authentication is selected as Public Key. More details
Query Parameters
It is the unique ID created by Cashfree Payments that you receive in the response of Create Reverse Penny Drop Request API.
It is the unique ID created by you to identify the reverse penny drop verification request.
Response
Success response for retreiving the status of RPD request
It displays the bank account number of the individual.
"26291800001191"
It displays the IFSC information of the individual's bank account.
"YESB0000262"
It displays the UPI VPA information of the individual.
"success@upi"
It displays the name of the individual registered in the bank records.
"JOHN DOE"
It displays the unique ID created by you to identify the verifiation request.
"32"
It displays the unique ID created by Cashfree Payments for reference purposes.
"33"
It displays the unique transaction reference (UTR) number created by the bank to identify the transaction.
"33"
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.
"SUCCESS"
It displays the score of the name match verification.
"10"
It displays the result of the name match verification.
"POOR_PARTIAL_MATCH"
It displays the date and time of when the request was added.
"2023-06-27T12:34:47+05:30"
It displays the date and time of when the request was processed.
"2023-06-27T18:15:02+05:30"
It displays the date and time of when the 1 rupee was collected.
"2022-10-27T12:40:10+05:30"
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.
"PENDING"
It displays the type of account.
"SAVINGS"