PENNY_DROP
Use this action code to validate source and redemption account of the user by dropping 1₹ into the account.
Request
payload:{
"sourceAccountIfsc": "ICIC0000041",
"sourceAccountNo": "420200001892",
"isRedemptionSameAsSourceAccount": "YES",
"redemptionAccountNo": "420200001892",
"redemptionAccountIfsc": "ICIC0000041"
}
Response
{
"sourceAccountValidationStatus": "SUCCESS"
"redemptionAccountValidationStatus": "SUCCESS"
}
Payload
Field | Supported Values | Type | Description |
---|---|---|---|
sourceAccountNo | String | Account no from which amount is to debited . | |
sourceAccountIfsc | String | Ifsc code for the respect source account number . | |
isRedemptionSameAsSourceAccount | YES , NO | String | Source and Redemption should be same or not flag . |
Updated 11 months ago