PASAR API
Swedish-founded (now Visa) PSD2 platform; OAuth-protected with a free sandbox but production access is a paid contract.
View docs ↗ More Banking & finance APIs# Tink ~ European open banking accounts & payments needs OAuth credentials ~ get yours at: # https://docs.tink.com/ curl 'https://api.tink.com' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Sweden API into my app. API: Tink ~ European open banking accounts & payments Provider: Tink (Visa) Auth: requires OAuth credentials (sign up: https://docs.tink.com/) Pricing: paid Base URL: https://api.tink.com Important note: Swedish-founded (now Visa) PSD2 platform; OAuth-protected with a free sandbox but production access is a paid contract. Source: Tink (Visa) (https://docs.tink.com/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.