API Keys, Domains and Hooks
API keys
To access Fliqa's API, you need to create an API key. Once a key is created, you can copy the key/secret combination to your environment.
An API key can be either for:
SandboxorProductionaccess
The API access is also limited to the services and banks/payment providers selected.
While in Demo mode we suggest that you leave all services and banks enabled.
info
A Production key can not be used to access the Sandbox environment and vice-versa.
Whitelisting domains
A whitelist is a list of domains approved for authorized access to the API / dialogs.
API usage
- if no domain is whitelisted then all API traffic is allowed i.e., no check is performed
 - if a single or multiple domains are listed, then API traffic is limited to the provided domain(s).
 
Dialog usage
- if no domain is whitelisted then the dialog will not start up traffic will not be allowed
 - if a single or multiple domains are listed, then dialog traffic is limited to the provided domain(s).
 
For instance, you will not be able to create a new authentication token / thus access to the API will not be granted.
info
The whitelist of domains is separate for Sandbox and Production environment.