Use this API to to validate bank account details by sending a one rupee UPI transaction to the provided VPA and retrieving the associated bank account information.
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.
Send the signature if two-factor authentication is selected as Public Key. More details.
API version to be used. Format is in YYYY-MM-DD.
"2024-12-01"
Find the request parameters to create a UPI penny drop request.
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphaumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"test_verification_id"
It is the valid UPI VPA information. Only alphanumeric, period (.), hyphen (-), underscore ( _ ), and at the rate of (@) are accepted.
"success@upi"
Consent details for UPI Penny Drop verification.
It is the name of the account holder.
"John Doe"
Success response for UPI Penny Drop verification.
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"test_verification_id"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
12345
It displays the status of the UPI penny drop verification.
"SUCCESS"
It displays the IFSC information associated with the VPA.
"ICIC0006567"
It is the valid UPI VPA information. Only alphanumeric, period (.), hyphen (-), underscore ( _ ), and at the rate of (@) are accepted.
"success@upi"
It displays the name of the account holder as registered in the bank records.
"JOHN DOE"
It displays the Unique Transaction Reference (UTR) number for the penny drop transaction.
"123456789012"
It displays the bank account number associated with the VPA.
"1234567890"
It displays the name match score when name verification is performed.
"95"
It displays the result of name matching verification.
"MATCH"
It displays the details corresponding to the IFSC information.