Developer Setup
Integrating your FinTech application with Synctera starts with a development setup:- Signing up for a Synctera account
- Accessing our documentation and development tools
- Generating API keys
- Trying out our sandbox, production, and t-minus10 live environments
Sign Up For a Synctera Account and Generate API Keys
Integrating your FinTech application with Synctera starts as soon as you finalize your fintech information and submit your profile for access to your developer environment:- Sign up for your account.
- Under Your Workspace, click Generate key to generate a sandbox API key.
- Click Copy to copy the API key to your clipboard
Once you close the API key pop-up window, you won’t be able to view the key. Remember to store your key in a safe location.
Look at Available Synctera APIs
To see the available Synctera APIs, take a look at: You can use all of these APIs in our sandbox, but your FinTech must be subscribed to the appropriate Synctera products to use APIs for production. Subscribing to Ledger as a Service, for example, provides production access to the Accounts API.Using Your API Key
Use the API key you received as authorization for each API request you make to our sandbox. Add it to the request header as shown in this snippet from a cURL request:-H 'Authorization: Bearer {API_KEY}'