Bank Account Verification
...
Consent-based
US

Create bank connect journey link

introduction this api helps to start the journey by giving a journey start link to the user signzy will pass the webhook where the journey events will be stored through out the journey and a redirecturl where the user gets redirected after completion of the flow in response, link will be shared through which user can start the journey and login after selecting the bank in which they have the account once user logins and completes the journey, we will get accountid & customerid which will be used as output in the next apis api details need to pass following information webhook redirect url sample curl curl location request post 'https //api signzy app/api/v3/bank connect/generate link' \\ \ header 'authorization \<token>' \\ \ header 'content type application/json' \\ \ data raw '{ "webhook" "https //webhook site/37545ddd 7b57 405e add2 afe99f156b19", "redirecturl" "https //www signzy com/" }' curl location request post 'https //api preproduction signzy app/api/v3/bank connect/generate link' \\ \ header 'authorization \<token>' \\ \ header 'content type application/json' \\ \ data raw '{ "webhook" "https //webhook site/37545ddd 7b57 405e add2 afe99f156b19", "redirecturl" "https //www signzy com/" }' request body parameters parameter required description webhook yes the publicly available url you want to be notified with events as the user progresses through the application data of the response will be posted here example "https //webhook site/8d4421a7 d1d1 4f01 bb08 5370aff0321b" redirecturl yes the url that customers will be redirected to after completing finicity connect sample response { "result" { "customerusername" "signzyuser1675323336759", "customerid" "6019521730", "link" \<link> } } response body parameters parameter description result customerusername username of the account holder result customerid this gives the customer id result link this provides the link to start the journey sample error { "error" { "name" "error", "message" " message ", "status" 400, "reason" "badrequest", "type" "ok", "statuscode" 200 } } error response parameters parameter description error this parameter contains the error error name the name of the error error message the error message error status status of the api error reason reason for error error type type of the error error statuscode request status code from signzy 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 we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!