for developers
https://sandbox-api.bink.fi
FOUNDATIONS

Authentication & environments

Configure API keys, choose an environment, and test payments inside the sandbox app.

Authorize requests

Send the API key in the X-Api-Key header. The console stores keys only in memory, separately for Sandbox and Production; refreshing clears them. “Authorize” saves the key for requests, and does not independently verify it. A successful authenticated request confirms access. Never put keys in query parameters or shared example code.

Sandbox and Production

Sandbox requests use https://sandbox-api.bink.fi. Production requests use https://api.bink.fi. Accounts, keys, tenants, and document IDs belong to their respective environments. The console defaults to Sandbox and requires confirmation before production writes.

Test payments in Sandbox

You can test payments inside the Bink sandbox app at sandbox.bink.fi. Start a payment in the app, choose a bank, and use the test credentials below on the bank’s test page. These credentials are for sandbox payment testing only.

Test payments in Sandbox
BankUsernamePasswordPersonal identity code
Aktiaauto-filledauto-filled010170-999R
OPauto-filledauto-filled070770-905D
Säästöpankki11111111123456010100A001N
POP Pankki11111111123456010100A001N
Danske Bank111111114545280453-111A
OmaSP11111111123456010100A001N
NordeaDEMOUSER1no password010200A9618
NordeaDEMOUSER2no password291292-918R
NordeaDEMOUSER3no password030883-925M
NordeaDEMOUSER4no password170677-924F
Ålandsbanken123456781234410651-291U
S-Pankki123456781234750240-1228
  • auto-filled: use the values already supplied by the bank’s test page.
  • no password: no password is needed for that test user.

Permissions

Document endpoints require a verified email and access to the tenant or document. API keys do not bypass resource permissions. A 401 means authentication failed; a 403 can mean missing access or an unverified email. Manage keys and webhook settings in the Bink application.

Try it in the API console →

Authorize sandbox

Sent directly to https://sandbox-api.bink.fi as X-Api-Key. Kept in memory until you refresh.