Verify Account / Penny Test
This api will return the account holder name against the bank details provided
Request Header Params
Key
Description
Data type
Mandatory
possible Values
Authorization
Access token generated earlier.
String
Yes
Bearer {access_token}
payoutMerchantId
This is the merchant id provided while on-boarding
String
Yes
content-type
Request content type
String
Yes
application/x-www-form-urlencoded
payountMerchantId is different from payumoney merchant id, please check payouts dashboard or call customer support if you don’t know your payoutsMerchantID
Request Params
Key
Description
Data type
Mandatory
possible Values
accountNumber
Account Number
String
Yes
ifscCode
Ifsc Code
String
Yes
merchantRefId
Unique identifier from merchant to identify the status
String
Yes
It can be any auto incremental value
amount
Amount to be transfer for penny
Double
No
Default value randomly between 1 Rs. to 1.10 Rs.
Max possible amount is 10 Rs.
validateIfsc
to validate IFSC or not
Boolean
No
true/false
beneName
beneficiary name
String
Only when nameMatching is true
alpha-numeric string
nameMatching
to check name matching
Boolean
No
true/false
purpose
purpose
String
Yes
alpha-numeric string
Example
Sample Request :
Response :
Last updated