Create bank connect journey link
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.
Need to pass following information:
- Webhook
- Redirect URL
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. |
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. |
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 [email protected]. 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!