Onboarding APIs
Bank Account Penny Transfer
6min
endpoint /api/onboardings/execute headers property value content type application/json authorization …access token… (alphanumeric string of length 64) input property data type example values merchantid string ( required ) alphanumeric string of length 24 userid from investor login response inputdata object ( required ) metadata along with actual payload to be executed upon – service enum string ( required ) “nonroc” – type enum string ( required ) “bankaccountverifications” – task enum string ( required ) “banktransfer” – data object ( required ) payload — searchparam object ( required ) see below for details searchparam object details { "merchantid" " ", "inputdata" { "service" "nonroc", "type" "bankaccountverifications", "task" "banktransfer", "data" { "images" \[], "toverifydata" {}, "searchparam" { "beneficiaryaccount" " ", "beneficiaryifsc" " ", "beneficiaryname" " ", "beneficiarymobile" " " } } } } property data type example values beneficiaryaccount string ( required ), string of min length of 9 and max length of 18 consisting of any digit account number beneficiaryifsc string ( required ), alphanumeric string of length 11 ifsc code beneficiarymobile string ( optional ), valid 10 digit mobile number mobile number beneficiaryname string ( optional ), string of min length of 2 consisting of any character beneficiary name expected output { "object" { "result" { "active" " ", "namematch" " ", "mobilematch" " ", "signzyreferenceid" " ", "audittrail" { "nature" " ", "value" " ", "timestamp" " " } } } } getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com