Onboarding APIs
Execute Verify Bank Account verifyAccount
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 ) “verifyamount” – data object ( required ) payload — searchparam object ( required ) see below for details searchparam object details { "merchantid" " ", "inputdata" { "service" "nonroc", "type" "bankaccountverifications", "task" "verifyamount", "data" { "images" \[], "toverifydata" {}, "searchparam" { "amount" " ", "signzyid" " " } } } } property data type example values amount positive number ( required ) amount transferred from previous (penny transfer) execute the api call signzyid string ( required ), alphanumeric string of length 51 or 52 signzyreferenceid from penny transfer api call’s response expected output { "object" { "result" { "amountmatch" "false | true", "ownername" " ", "mobile" " ", "mmid" " " } } } 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