To verify bank account details

POST {{backofficeURL}}/ThirdpartyService/bankAccountVerification?access_token={{customerToken}}

  • In the json body, a valid account number and IFSC code should be mentioned.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring

Request Body

{"accountNumber"=>"111801516523", "ifsc"=>"ICIC0003334"}