Go to Production

We are getting closer to production. The excitement is real! Now that you have everything set in the development environment, there are few things you need to do:

Change Flinks Connect and API URLs

The first step to make sure you are ready to go to production is to change all Flinks Connect and API calls to your private instance.

ℹ️

Private instance

If you still don't have access to a private instance, send a message to our Growth Team at [email protected] and we will set you up!

Flinks Connect URL

In case you're using a sandbox instance, your iframe URL will look like this:

https://toolbox-iframe.private.fin.ag/?demo=true&redirectUrl=https://flinks.com/contact/thank-you&innerRedirect=true&theme=light&consentEnable=true&customerName=FinTech&backgroundColor=f7f7f7&foregroundColor1=000000&desktopLayout=true&headerEnable=false&institutionFilterEnable=true

Assuming hypothetically that your private instance is called acme, your production Flinks Connect URL would be:

https://acme-iframe.private.fin.ag/?demo=true&redirectUrl=https://flinks.com/contact/thank-you&innerRedirect=true&theme=light&consentEnable=true&customerName=FinTech&backgroundColor=f7f7f7&foregroundColor1=000000&desktopLayout=true&headerEnable=false&institutionFilterEnable=true

API

Similarly, your API path for the sandbox environment would look like this:

https://toolbox-api.private.fin.ag/v3/43387ca6-0391-4c82-857d-70d95f087ecb/BankingServices/GetAccountsDetail

For the API calls the name of the production environment isn't the only part that changes, as the CustomerId does too.

🚧

Remember that your production CustomerId will also be different!

Still assuming that your API production instance is called acme and your production CustomerId is 6de65f1b-9c8e-421e-9add-ff989f31bc98, your new API path would be:

https://acme-api.private.fin.ag/v3/6de65f1b-9c8e-421e-9add-ff989f31bc98
/BankingServices/GetAccountsDetail

Let us know when you're going live!

When your integration is completed and you are ready to go live, one last step is required to successfully launch in production: an integration review by our Integration Team. To do so, please reach out to our team at [email protected].

Once approved, you are good to go. Three cheers! :rocket:

Checklist

Let's review what you need to do before going to production:

👍

Smooth Launch

  • Change the iframe URL to your production environment

  • Make sure all API calls are using the same production environment and the correct CustomerId

  • Get in touch with us for a review from our Integration team — we can't wait to hear from you!