test mode, or sandbox, for testing the API without making payments or connecting real accounts. The sandbox returns simulated objects without affecting transactions or moving money.
Use your test API keys to make requests in test mode. The Dashboard displays these keys with the sk_test_ and pk_test_ prefixes.
Each sandbox guide provides credentials for testing its supported user flows.
You can use test mode for Movements, Payment Initiation, Direct Debit, and Transfers.
Test mode versus live mode
All Fintoc API requests occur in eithertest mode or live mode. API objects created in one mode aren’t accessible in the other mode.
The following table compares both modes:
The Test mode toggle in the Dashboard doesn’t affect your integration code. Your API keys determine whether your integration uses
test or live mode.