Flinks Express is a hosted solution that Flinks manages on your behalf. Before going live, you can test the full flow using demo mode.
Enabling demo mode
Add demo=true to your Flinks Express URL to enable demo mode:
https://{your-express-url}/?demo=true
In demo mode, Flinks Express connects to the Flinks Capital test institution instead of real financial institutions, allowing you to test the entire flow without live bank connections.
Test credentials
Use these credentials to log in to Flinks Capital in demo mode:
| Field | Value |
|---|
| Username | Greatday |
| Password | Everyday |
The Flinks Capital test institution simulates a full banking connection, including MFA prompts and account selection.
Verifying your integration
After completing a test connection, verify the results using one of these methods:
Via Dashboard
- Log in to the Flinks Dashboard.
- Navigate to the Request Feed.
- Locate the test request and verify the status is Completed.
Via API
- Retrieve the
loginId from the test connection.
- Call /Authorize with the
loginId to get a requestId.
- Call /GetAccountsDetail with the
requestId to verify the returned data.
Via webhooks
If you have webhooks configured, verify that the webhook payload was received at your endpoint after the test connection completes.
Demo mode uses test data only. Remove demo=true from the URL before sharing your Flinks Express link with real customers.