Guides

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

FieldSupported ValuesTypeDescription
sourceAccountNoStringAccount no from which amount is to debited .
sourceAccountIfscStringIfsc code for the respect source account number .
isRedemptionSameAsSourceAccount YES , NOStringSource and Redemption should be same or not flag .