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 don't have access to a private instance, contact your Flinks Representative 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://example.com/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://example.com/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!
Let us know when your integration is completed and you're ready to go live. Flinks will review your integration and confirm everything is set up correctly. Contact your Flinks Representative to schedule a review.
Once approved, you are good to go. Three cheers! 🚀
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!
Updated 5 days ago