# Tink Docs > All the guides, resources and sample projects to get you up and running with Tink ## Account Check - [Introduction to Account Check](/resources/account-check/introduction-to-account-check.md): Verifying account ownership can be a tedious process. Here's how Account Check can help. - [Sessions](/resources/account-check/account-check-sdk-sessions.md): Launch the SDK with sensitive user information - [Fetch account and transaction data in one flow](/resources/account-check/bundle-account-check-transactions.md): Combine two products to fetch data in one flow - [Account Check SDK reference](/resources/account-check/account-check-sdk-reference.md): Parameters, responses, versions and market availability for the Account Check SDK. - [Webhooks](/resources/account-check/webhooks-account-check-integration.md): Set up webhooks to listen for event notifications - [Fetch your first Account Check report](/resources/account-check/verify-your-first-account.md): Follow this step-by-step guide to fetch your first report. - [Account Check errors](/resources/account-check/handle-account-check-error-codes.md): Account Check error codes and formats, described and explained. - [Test different Account Check scenarios](/resources/account-check/test-different-account-check-scenarios.md): Test your integration by using demo credentials. - [Set up and integrate Account Check](/resources/account-check/setup-and-integrate-account-check.md): Learn how to best integrate our SDKs with your app. - [Optimize your Account Check integration](/resources/account-check/optimize-your-account-check-integration.md): Make sure that your integration is seamless and leads to the highest conversion rates. - [Postman collection](/resources/account-check/postman-collection-for-account-check.md): Use our Postman collection for Account Check. ## Aggregation - [Early redirect](/resources/aggregation/aggregation-early-redirect.md): Redirect users back to your app right after they've authenticated. - [Opt-In accounts for Aggregation](/resources/aggregation/optin-account-aggregation.md): The opt-in feature enables the users to select which accounts to aggregate - [What is a Tink User?](/resources/aggregation/what-is-a-tink-user.md): A Tink user is created each time a user initiates an authentication towards a financial institution via Tink Link. - [Credentials status transitions](/resources/aggregation/credentials-status-transitions.md): A credential's status transitions during it's aggregation journey - [Balances Endpoint](/resources/aggregation/balances.md): The Balances model represents an account's balances. It is returned by accessing the balances endpoint. - [Credentials Session](/resources/aggregation/credentials-session.md): What happens to a credential once the session has expired? - [How to aggregate financial data using Tink REST APIs](/resources/aggregation/aggregate-with-tink-link.md): Fetch financial data using Tink REST APIs. - [Credentials](/resources/aggregation/credentials.md): The credentials model represents a user’s connected providers from where financial data is accessed. - [Aggregate data](/resources/aggregation/aggregate-data.md): Use the API to create bank credentials for a specific user and aggregate financial data into Tink. - [Permanent users](/resources/aggregation/permanent-users.md): Use Tink with background refresh of data. ## Api Setup - [How to get an access token with Tink Link](/resources/api-setup/retrieve-access-token.md): Learn how to get access to our APIs, after the user authenticated with Tink Link - [How to get an access token](/resources/api-setup/get-access-token.md): The tokens you need to start fetching data from our APIs ## Auto Payments - [Use Auto Payments with settlement accounts](/resources/auto-payments/use-auto-payments-with-settlement-accounts.md): Manage pay-ins, payouts and reconciliation across your organization or merchant network. - [Test different Auto Payment scenarios ](/resources/auto-payments/test-different-auto-payment-scenarios.md): Test your integration in a sandbox environment without using real bank credentials. - [Initiate your first Auto Payment ](/resources/auto-payments/initiate-your-first-auto-payment.md): Learn how to create an Auto Payment mandate and initiate your first Auto Payment. - [Integrate Auto Payments in Android apps](/resources/auto-payments/integrate-auto-payments-in-android-apps.md): Seamlessly launch and run the Tink SDK in your Android app environment - [Integrate Auto Payments in iOS apps](/resources/auto-payments/integrate-auto-payments-in-ios-apps.md): Seamlessly launch and run the Tink SDK in your iOS app environment - [Handle Auto Payment errors](/resources/auto-payments/handle-auto-payment-errors.md): Handle Auto Payment errors ## Balance Check - [Balance Check integration](/resources/balance-check/balance-check-integration.md): Learn how to integrate balance check - [Refresh balance data](/resources/balance-check/refresh-balance-data.md): Refresh data when using continuous access - [One-time balance check](/resources/balance-check/one-time-balance-check.md): Simplified balance check for one time use - [Introduction to Balance Check](/resources/balance-check/introduction-to-balance-check.md): Check the balance of an account - [Manage consents](/resources/balance-check/manage-consents.md): Learn how to manage, update and delete consents for your users ## Business Account Check - [Fetch your first Business Account Check report](/resources/business-account-check/fetch-your-first-business-account-check-report.md): Follow this step-by-step guide to fetch your first report. - [Sessions](/resources/business-account-check/business-account-check-sdk-sessions.md): Launch the SDK with sensitive user information - [Introduction to Business Account Check](/resources/business-account-check/introduction-to-business-account-check.md): Onboard customers fast by quickly verifying account ownership. - [Test different Business Account Check scenarios](/resources/business-account-check/test-different-business-account-check-scenarios.md): Test your integration by using demo credentials. - [Set up and integrate Business Account Check](/resources/business-account-check/setup-and-integrate-business-account-check.md): Learn how to best integrate our SDKs with your app. - [Fetch business account and transaction data in one flow](/resources/business-account-check/fetch-business-account-and-transaction-data-in-one-flow.md): Combine two products to fetch data in one flow - [Business Account Check errors](/resources/business-account-check/handle-business-account-check-error-codes.md): Business Account Check error codes and formats, described and explained. - [Business Account Check SDK reference](/resources/business-account-check/business-account-check-sdk-reference.md): Parameters, responses, versions and market availability for the Business Account Check SDK. - [Optimize your Business Account Check integration](/resources/business-account-check/optimize-your-business-account-check-integration.md): Make sure that your integration is seamless and leads to the highest conversion rates. - [Postman collection](/resources/business-account-check/postman-collection-for-business-account-check.md): Use our Postman collection for Account Check. ## Business Transactions - [Continuous access to a business account](/resources/business-transactions/continuous-access-to-a-business-account.md): Continuous access to a business account - [List accounts and balances](/resources/business-transactions/business-list-accounts-and-balances.md): To retrieve a list of accounts for a specific user, you need a user access token with the balances:read and accounts:read scope. - [Set up and integrate Business Transactions](/resources/business-transactions/setup-and-integrate-business-transactions.md): Learn how to best integrate our SDKs with your app. - [One-time access to a business account](/resources/business-transactions/one-time-access-to-a-business-account.md): This guide will show you how to access business accounts - [Refresh data](/resources/business-transactions/business-refresh-data.md): Refresh data when using continuous access - [Optimize your Business Transactions integration](/resources/business-transactions/optimize-your-business-transactions-integration.md): Make sure that your integration is seamless and leads to the highest conversion rates. - [Business Transactions SDK reference](/resources/business-transactions/business-transactions-sdk-reference.md): Parameters, responses, versions and market availability for the Business Transactions SDK. - [Introduction to Business Transactions](/resources/business-transactions/introduction-to-business-transactions.md): Business Transactions provides access to enriched and real-time financial data from business accounts. - [Webhooks for Business Transactions](/resources/business-transactions/webhooks-for-business-transactions.md): Set up webhooks to listen for Tink event notifications. - [Managing consents](/resources/business-transactions/business-managing-consents.md): Learn how to manage existing consents for access to a business bank account. - [Business Transactions errors](/resources/business-transactions/handle-business-transactions-error-codes.md): Business Transactions error codes and formats, described and explained. - [Sessions](/resources/business-transactions/business-transactions-sdk-sessions.md): Launch the SDK with sensitive user information - [Postman collection](/resources/business-transactions/postman-collection-for-business-transactions.md): Use our Postman collection for Business Transactions - [List transactions](/resources/business-transactions/list-business-transactions.md): To retrieve a list of transactions, you need a client access token with the transactions:read scope. ## Console - [Analytics](/resources/console/analytics.md): Use Analytics to track how your Tink integration performs and to make data-driven decisions to increase conversion rates. - [Customize Tink Link](/resources/console/customize-tink-link.md): Customize the look and feel of the Tink Link UI to match your branding and use case. - [Set up your Tink Console account](/resources/console/set-up-your-tink-account.md): Learn how to activate your Tink Console account and retrieve your API credentials - [Collaborate with others](/resources/console/console-organisations-and-collaboration.md): Learn what options are available for collaborating and sharing access to the Console - [Single sign-on](/resources/console/single-sign-on-via-saml.md): Follow this guide to set up single sign-on via SAML for a Console organization. - [Demo Bank](/resources/console/demo-bank.md): Demo Bank lets you safely test your integrations using test data so you don't have to use real bank credentials. ## Consumer Engagement - [Ingest accounts & transactions into the Tink Platform](/resources/consumer-engagement/ingest-accounts-and-transactions.md): Ingest your own account data and transactions using Tink’s Connector API - [Get your data into Tink platform using the Connector v2](/resources/consumer-engagement/get-your-data-into-tink-platform-using-the-connector-v2.md): Get your data into Tink platform - [Recategorise transactions](/resources/consumer-engagement/recategorise-transactions.md): This guide will walkthrough you through the steps to recategorise transaction(s) - [Link transactions](/resources/consumer-engagement/link-transactions.md): This guide will show you how to link transactions - [Create a list of categorised transactions](/resources/consumer-engagement/list-categorised-transactions.md): This guide will show you how to fetch a list of categorised transactions - [Get data into the Tink platform using Aggregation](/resources/consumer-engagement/get-data-into-the-tink-platform-using-aggregation.md): This article will show you how to get data into the Tink platform using Aggregation. - [Find similar transactions](/resources/consumer-engagement/similar-transactions.md): This guide will show you how to create a list of similar transactions - [Get data into the Tink platform using the Connector](/resources/consumer-engagement/get-data-into-the-tink-platform-using-the-connector.md): This article will show you how to get data into the Tink platform using the Connector. ## Data Enrichment - [Introduction to Data Enrichment](/resources/data-enrichment/introduction-to-data-enrichment.md): Create more innovative features and develop enhanced digital banking experiences. Here’s how Data Enrichment can help. - [Fetch enriched transactions based on category](/resources/data-enrichment/fetch-enriched-transactions-based-on-category.md): This article will help you fetch enriched transactions based on a category id. - [Filter how long in the future predictions should be shown](/resources/data-enrichment/filter-how-long-in-the-future-predictions-should-be-shown.md): This article shows you how to choose which filter to apply for how long in the future the predictions should be shown. - [Enrichment Completed Webhook](/resources/data-enrichment/webhook-for-enrichment-completed.md): Use enrichment completed webhook to subscribe to events when enrichments are completed - [Map categories to a recurring transaction or recurring transactions group](/resources/data-enrichment/map-categories-to-a-recurring-transaction-or-recurring-transactions-group.md): This article shows how to get and add a category to a recurring transaction or a recurring transactions group. - [Map categories to a predicted recurring transaction ](/resources/data-enrichment/map-categories-to-a-predicted-recurring-transaction.md): This article shows how to get and add a category to a predicted recurring transaction. - [Fetch all predicted recurring transactions for an end user](/resources/data-enrichment/fetch-all-predicted-recurring-transactions-for-an-end-user.md): This article shows how to fetch all predicted recurring transactions for an end user with the predicted date and amount. - [Generating a user access token and querying end-user data](/resources/data-enrichment/generating-a-user-access-token-and-querying-end-user-data.md): This article will show you how to generate a user access token and querying end-user data. - [Fetch a list of all categories for your locale](/resources/data-enrichment/fetch-a-list-of-all-categories-for-your-locale.md): This article will show you how to fetch a list of all categories for your locale. - [Configure your application to use Data Enrichment](/resources/data-enrichment/configure-your-application-to-use-data-enrichment.md): This article will help you configure your application to use Data Enrichment. - [Fetch enriched transactions for a user](/resources/data-enrichment/fetch-enriched-transactions-for-a-user.md): This article will help you fetch enriched transactions for a user. - [Fetch brand identification from transactions](/resources/data-enrichment/fetch-brand-identification-from-transactions.md): This article shows how to fetch brand identification from transactions - [Fetch similar enriched transactions for a user’s transaction](/resources/data-enrichment/fetch-similar-enriched-transactions-for-a-users-transaction.md): This article will help you fetch similar enriched transactions for a user’s transaction. - [Enable recategorization of transactions](/resources/data-enrichment/enable-recategorization-of-transactions.md): This article will help you enable recategorization of transaction so that your user are able to recategorize their transactions. - [Fetch all recurring transactions for an end user](/resources/data-enrichment/fetch-all-recurring-transactions-for-an-end-user.md): This article shows how to fetch all recurring transactions for a user. - [Fetch all recurring transaction groups for a user](/resources/data-enrichment/fetch-all-recurring-transaction-groups-for-a-user.md): This article shows how to fetch all recurring transaction groups for an end user. ## Expense Check - [Fetch your first Expense Check report](/resources/expense-check/fetch-your-first-expense-check-report.md): Follow this step-by-step guide to fetch your first report. - [Test different Expense Check scenarios](/resources/expense-check/test-different-expense-check-scenarios.md): Test your integration by using demo credentials. - [Set up and integrate Expense Check](/resources/expense-check/setup-and-integrate-expense-check.md): Learn how to best integrate our SDKs with your app. - [Fetch data from several risk products in one flow](/resources/expense-check/fetch-data-from-several-risk-products-in-one-flow.md): Retrieve data from different Tink products in one single flow. - [Introduction to Expense Check](/resources/expense-check/introduction-to-expense-check.md): Expense verification used to take days, but can now be done in minutes through open banking APIs. Find out how. - [Expense Check SDK reference](/resources/expense-check/expense-check-sdk-reference.md): Parameters, responses, versions and market availability for the Expense Check SDK. - [Postman collection](/resources/expense-check/postman-collection-for-expense-check.md): Use our Postman collection for Expense Check. - [Expense Check errors](/resources/expense-check/handle-expense-check-error-codes.md): Expense Check error codes and formats, described and explained. - [Sessions](/resources/expense-check/expense-check-sdk-sessions.md): Launch the SDK with sensitive user information ## Finance Management - [Get a User Access Token to access Money Manager features](/resources/finance-management/access-token-money-manager.md): To gain access to Money Manager features on the Tink platform, you will require an access token - [Fetch sustainability information for a transaction](/resources/finance-management/fetch-sustainability-information-for-a-transaction.md): This article shows how to fetch sustainability information for a transaction - [Understand a user’s income over time](/resources/finance-management/income-over-time.md): How to retrieve the incomes of an end-user over time - [Visualise incomes](/resources/finance-management/visualise-incomes.md): This guide shows how to retrieve income data by categories, tags, and transaction counts, including combined sums and counts per period. - [Create a one-off Budget](/resources/finance-management/create-one-off-budget.md): Track your expenditure with a one-off budget - [Create a Savings Goal](/resources/finance-management/create-savings-goal.md): This guide will show you how to create your first Savings Goal - [Archive a Budget](/resources/finance-management/archive-budget.md): This guide will show you how to archive a budget - [Fetch general insights on Sustainability](/resources/finance-management/fetch-general-insights-on-sustainability-from-transactions.md): This article shows how to fetch general insights on Sustainability - [Fetch transaction refinement questions](/resources/finance-management/fetch-transaction-refinement-questions.md): This article shows how to fetch transaction refinement questions - [Visualise overall incomes and expenses](/resources/finance-management/visualise-overall-incomes-and-expenses.md): Monitor the sum of your expenses and incomes per period to maintain a balanced financial overview. - [Visualise carbon footprint](/resources/finance-management/visualise-carbon-footprint.md): This guide will show you how to retrieve carbon footprint for your transactions - [List of available insights](/resources/finance-management/list-of-available-insights.md): A catalogue of Actionable Insights available on the Tink Platform - [Fetch Market Average Footprints ](/resources/finance-management/fetch-market-average-footprints.md): This article shows how to fetch market average emission footprints - [Answer account profiling questions](/resources/finance-management/answer-account-profiling-questions.md): This article shows how to answer account profiling questions - [Check the progress of all Savings Goals](/resources/finance-management/check-progress-of-savings-goals.md): This guide will show you how to see the progress of all your savings goals with one API call - [Visualise expenses](/resources/finance-management/visualise-expenses.md): This guide shows how to retrieve expenses by tags, brands, subscriptions, cost structures, and transaction counts for brands and tags. - [Introduction to Budgets](/resources/finance-management/introduction-to-budgets.md): This guide will introduce you to Budgets. - [Visualise spending by category](/resources/finance-management/visualise-spending-by-child-category.md): This guide will show you how to retrieve expense statistics by category - [Answer transaction refinement questions](/resources/finance-management/answer-transaction-refinement-questions.md): This article shows how to answer transaction refinement questions - [Visualise balances by account](/resources/finance-management/visualise-balances-by-account.md): This guide will show you how to retrieve balances statistics by account - [Introduction to Finance Management](/resources/finance-management/introduction-to-finance-management.md): Finance Management capabilities that help banks and their end users to better understand and engage more actively with their finances. - [Get Subscription Transactions](/resources/finance-management/get-subscription-transactions.md): This guide will show you how to get transactions for selected subscriptions - [Visualise incoming and outgoing transfers by category](/resources/finance-management/visualise-incoming-and-outgoing-transfers-by-category.md): This guide will show you how to retrieve incoming and outgoing transfers statistics - [Fetch a list of emission comparisons for a transaction](/resources/finance-management/fetch-a-list-of-emission-comparisons-for-a-transaction.md): This article shows how to fetch a list of emission comparisons for a transaction - [Get Cost of living Transactions](/resources/finance-management/get-cost-of-living-transactions.md): A catalogue of cost of living transaction on the Tink Platform - [Test Finance Management ](/resources/finance-management/demo-banks-money-manager.md): Using Tink’s Demo Bank feature, it will allow you to safely test Consumer Engagement features using test data without needing to use real credentials - [Create a recurring Budget](/resources/finance-management/create-a-recurring-budget.md): This guide will show you how to create a monthly recurring Budget - [Fetch Account Insights](/resources/finance-management/fetch-account-insights.md): This article shows how to fetch account insights on Sustainability - [Get Subscriptions](/resources/finance-management/get-subscriptions.md): This guide will show you how to get Subscriptions - [Present your first Actionable Insight](/resources/finance-management/present-your-first-actionable-insight.md): This guide will show you how to fetch your first actionable insight for a user - [Recommend Budgets](/resources/finance-management/recommend-budgets.md): This guide will show how to obtain budget recommendations based on spending patterns. - [Webhooks for Actionable Insights](/resources/finance-management/webhooks-for-actionable-insights.md): Use Webhooks for Actionable insights to subscribe to events when Insights are generated - [Reallocate funds between Savings Goals](/resources/finance-management/reallocate-funds-between-savings-goals.md): This guide will show you how to reallocate funds between Savings Goals - [Fetch Account profiling questions](/resources/finance-management/fetch-account-profiling-questions.md): This article shows how to fetch Account profiling questions - [Fetch account balance trends](/resources/finance-management/fetch-account-balance-trends.md): Visualise successful saving or over spending by using balance trends - [Configure which Actionable Insights your users can see](/resources/finance-management/configure-actionable-insights.md): Use console to configure Actionable insights - [Add funds to a Savings Goal](/resources/finance-management/add-funds-to-savings-goal.md): Add funds to a savings goal from the pre-selected account - [Create a Budget for a project (using Tags)](/resources/finance-management/create-a-budget-project.md): Create a one-off budget that can be used to keep track of expenses tied to a project. - [Get Cost of living](/resources/finance-management/get-cost-of-living.md): A catalogue of cost of living available on the Tink Platform - [Configure Periods](/resources/finance-management/configure-periods.md): Some API data is put into pre-computed date-based buckets for easy access, representing different time periods. - [Check the progress of your Budget](/resources/finance-management/progress-of-budget.md): How to fetch budget details so you can follow the progress of a specific budget - [Show a user how much they can spend](/resources/finance-management/check-your-remaining-left-to-spend.md): Shows the difference between a users Incomes & Expenses ## Income Check - [Fetch data from several risk products in one flow](/resources/income-check/ic-fetch-data-from-several-risk-products-in-one-flow.md): Retrieve data from different Tink products in one single flow. - [Optimize your Income Check integration](/resources/income-check/optimize-your-income-check-integration.md): Make sure that your integration is seamless and leads to the highest conversion rates. - [Set up and integrate Income Check](/resources/income-check/setup-and-integrate-income-check.md): Learn how to best integrate our SDKs with your app. - [Sessions](/resources/income-check/income-check-sdk-sessions.md): Launch the SDK with sensitive user information - [Test different Income Check scenarios](/resources/income-check/test-different-income-check-scenarios.md): Test your integration by using demo credentials. - [Income Check errors](/resources/income-check/handle-income-check-error-codes.md): Income Check error codes and formats, described and explained. - [Fetch your first Income Check report](/resources/income-check/fetch-your-first-income-check-report.md): Follow this step-by-step guide to fetch your first report. - [Income Check SDK reference](/resources/income-check/income-check-sdk-reference.md): Parameters, responses, versions and market availability for the Income Check SDK. - [Introduction to Income Check](/resources/income-check/introduction-to-income-check.md): Income verification used to take days, but can now be done in minutes through open banking APIs. Find out how. - [Postman collection](/resources/income-check/postman-collection-for-income-check.md): Use our Postman collection for Income Check. ## Investments - [Refresh data](/resources/investments/investments-refresh-data.md): Refresh data when using continuous access - [Test different Investments scenarios](/resources/investments/test-different-investments-scenarios.md): Test your integration by using demo credentials. - [Provider Consent errors](/resources/investments/investments-provider-consent-errors.md): Breakdown of errors for the Provider Consents API. - [Managing consents](/resources/investments/investments-managing-consents.md): Learn how to manage, update and delete consents for your users - [Postman collection](/resources/investments/postman-collection-for-investments.md): Use our Postman collection for Investments. - [ Get access to investment and pension data](/resources/investments/investments-continuous-access-to-a-bank-account.md): Learn how to get continuous access to a user’s bank account - [Investments SDK reference](/resources/investments/investments-sdk-reference.md): Parameters, responses, versions and market availability for the Investments SDK. - [Get one-time access to investment data](/resources/investments/get-one-time-access-to-investment-data.md): Quickly get access to investment data - [Introduction to Investments](/resources/investments/introduction-to-investments.md): Fetch real time holding data from investment and pension accounts - [Postman collection](/resources/investments/postman-collection-for-loans.md): Use our Postman collection for Loans. - [Combine multiple products](/resources/investments/investments-combine-multiple-products.md): Learn how to use a single authentication for multiple products. ## Loans - [Refresh data](/resources/loans/loans-refresh-data.md): Refresh data when using continuous access - [Managing consents](/resources/loans/loans-managing-consents.md): Learn how to manage, update and delete consents for your users - [Test different Loans scenarios](/resources/loans/test-different-loans-scenarios.md): Test your integration by using demo credentials. - [Combine Loans with other products in a single flow](/resources/loans/combine-loans-with-other-products-in-a-single-flow.md): Retrieve data from different Tink products in one single flow. - [Loans SDK reference](/resources/loans/loans-sdk-reference.md): Parameters, responses, versions and market availability for the Loans SDK. - [One time access to Loan accounts](/resources/loans/one-time-access-to-loan-accounts.md): Quick access to loan account data - [Continuous access to Loans accounts](/resources/loans/loans-continuous-access-to-a-bank-account.md): Learn how to get continuous access to a user’s bank account - [Provider Consent errors](/resources/loans/loans-provider-consent-errors.md): Breakdown of errors for the Provider Consents API. - [Introduction to Loans](/resources/loans/introduction-to-loans.md): Fetch real time loans data ## One Time Payments - [Consent and authentication](/resources/payments/one-time-payments/consent-and-authentication-one-time-payments.md): Understand where the legal notices shall be presented and how you can avoid steps in the authentication screens. - [Market-specific information](/resources/payments/one-time-payments/one-time-payments-market-specific-information.md): Examples of how to initiate one-time payments in every available market - [Integrate One-Time Payments in iOS apps](/resources/payments/one-time-payments/integrate-one-time-payments-in-ios-apps.md): Seamlessly launch and run the Tink SDK in your iOS app environment - [Risk Signals](/resources/payments/one-time-payments/risk-signals.md): Get started with Risk Signals - [Payment schemes](/resources/payments/one-time-payments/payment-schemes.md): Learn about payment schemes that Tink supports. - [Integrate One-Time Payments in web apps](/resources/payments/one-time-payments/integrate-one-time-payments-in-web-apps.md): Seamlessly launch and run the Tink SDK in your web app environment - [Endpoints overview](/resources/payments/one-time-payments/endpoints-overview.md): A list of all available endpoints for one-time payments - [Notifications and webhooks](/resources/payments/one-time-payments/one-time-payments-notifications-and-webhooks.md): Set up webhooks to listen for Tink event notifications. - [Cancel a future-dated payment](/resources/payments/one-time-payments/cancel-a-future-dated-payment.md): Empower your users to stop future-dated payments before any funds are exchanged - [Partner integration](/resources/payments/one-time-payments/partner-integration-one-time-payments.md): Partners! Learn how to set up and manage merchants - [Bank selection](/resources/payments/one-time-payments/payments-flow-optimization-bank-selection.md): Where to show the bank selection screen and how to populate the users' chosen bank. - [Payment status transitions](/resources/payments/one-time-payments/one-time-payments-status-transitions.md): Keep track of your payments as they are being processed - [Initiate your first bulk payment](/resources/payments/one-time-payments/initiate-your-first-bulk-payment.md): Make your first bulk payment with Tink Link - [One-time payments SDK reference](/resources/payments/one-time-payments/one-time-payments-sdk-reference.md): Parameters, responses, versions and market availability for the One-Time Payments SDK. - [Test different one-time payment scenarios](/resources/payments/one-time-payments/test-different-one-time-payment-scenarios.md): Test your integration by using demo credentials. - [Cross-border payments](/resources/payments/one-time-payments/cross-border-payments-one-time-payments.md): Learn about cross-border payments and the payment types that Tink supports. - [Skip the AIS SCA](/resources/payments/one-time-payments/one-sca-for-one-time-payments.md): Streamline your Payments journey by skipping a Strong Customer Authentication (SCA) step for returning users. - [Payment conditions](/resources/payments/one-time-payments/payment-conditions-one-time-payments.md): Explore different payment conditions and minimise failed cases - [Initiate your first one-time payment](/resources/payments/one-time-payments/initiate-your-first-one-time-payment.md): Learn the prerequisites, follow examples, and get started. - [One-time payment errors](/resources/payments/one-time-payments/handle-one-time-payments-sdk-error-codes.md): One-time payments error codes and formats, described and explained. - [Sessions](/resources/payments/one-time-payments/one-time-payments-sdk-sessions.md): Launch the SDK with sensitive user information - [Integrate One-Time Payments in Android apps](/resources/payments/one-time-payments/integrate-one-time-payments-in-android-apps.md): Seamlessly launch and run the Tink SDK in your Android app environment - [Set up settlement accounts](/resources/payments/one-time-payments/set-up-settlement-accounts-one-time-payments.md): Get started with settlement accounts ## Open Banking - [TPP certificates](/resources/open-banking/tpp-certificates.md): Details on TPP certificates and how to acquire them - [Get UK certificates](/resources/open-banking/get-uk-certificates.md): Learn how to get UK open banking certificates - [PSD2 API registration](/resources/open-banking/enroll-with-psd2.md): Learn how to upload PSD2 certificates and secrets to Tink and ASPSPs. - [Redirect URIs for open banking authentication](/resources/open-banking/redirect-uris-for-open-banking-authentication.md): Learn about redirect URIs, and how to configure them with ASPSPs and Tink - [Get EU certificates](/resources/open-banking/get-eu-certificates.md): Learn the ins and outs of acquiring EU open banking certificates - [Use dynamic enrollment to register for open banking APIs](/resources/open-banking/use-dynamic-enrollment-to-register-for-open-banking-apis.md): Learn how to use Tink services to enroll with bank APIs that offer support for this - [Upload certificates with Tink CSR](/resources/open-banking/upload-certificates-with-tink-csr.md): Use Tink services to create a certificate signing request (CSR) and upload the certificate to Tink - [Sign documents and data with your QSealC](/resources/open-banking/sign-documents-and-data-with-your-qsealc.md): Learn how to create digital signatures required for ASPSP enrollment - [eIDAS certificates](/resources/open-banking/eidas-certificates.md): Learn about eIDAS certificates and how you can acquire them. - [Certificate renewal](/resources/open-banking/certificate-renewal.md): Challenges, best practices, and process for open banking certificate renewal - [TPP integration manager](/resources/open-banking/tpp-integration-manager.md): Learn how to use Tink's TPP integration tool - [How to get an open banking license](/resources/open-banking/how-to-get-an-open-banking-license.md): Learn how to get licensed in your home market and other host markets. - [Install certificates](/resources/open-banking/install-certificates.md): Learn how to install your eDIAS certificates to Tink using our secure Python tool ## Payments - [Enhanced Due Diligence for payments](/resources/payments/enhanced-due-diligence-for-payments.md): Learn what Enhanced Due Diligence (EDD) is, when you need to provide an identifier, and where to find related payment error responses. ## Risk Insights - [Fetch your first Risk Insights report](/resources/risk-insights/fetch-your-first-risk-insights-report.md): Follow this step-by-step guide to fetch your first report. - [Risk Insights SDK reference](/resources/risk-insights/risk-insights-sdk-reference.md): Parameters, responses, versions and market availability for the Risk Insights SDK. - [Risk Insights errors](/resources/risk-insights/handle-risk-insights-error-codes.md): Risk Insights error codes and formats, described and explained. - [Sessions](/resources/risk-insights/risk-insights-sdk-sessions.md): Launch the SDK with sensitive user information - [Test different Risk Insights scenarios](/resources/risk-insights/test-different-risk-insights-scenarios.md): Test your integration by using demo credentials. - [Postman collection](/resources/risk-insights/postman-collection-for-risk-insights.md): Use our Postman collection for Risk Insights. - [Fetch data from several risk products in one flow](/resources/risk-insights/ri-fetch-data-from-several-risk-products-in-one-flow.md): Retrieve data from different Tink products in one single flow. - [Introduction to Risk Insights](/resources/risk-insights/introduction-to-risk-insights.md): Risk Insights provides lenders with sophisticated features based on real-time data to see the full extent of an end user's repayment capacity. - [Set up and integrate Risk Insights](/resources/risk-insights/setup-and-integrate-risk-insights.md): Learn how to best integrate our SDKs with your app. - [Optimize your Risk Insights integration](/resources/risk-insights/optimize-your-risk-insights-integration.md): Make sure that your integration is seamless and leads to the highest conversion rates. ## Transactions - [Optimize your Transactions integration](/resources/transactions/optimize-your-transactions-integration.md): Make sure that your integration is seamless and leads to the highest conversion rates. - [Introduction to Transactions](/resources/transactions/introduction-to-transactions.md): Fetch standardized transaction data once or continuously. - [Early redirect](/resources/transactions/early-redirect.md): Redirect users back to your app right after they've authenticated. - [One-time access to a bank account](/resources/transactions/connect-to-a-bank-account.md): Learn how to make a one-time connection to a bank account - [Transactions errors](/resources/transactions/handle-transactions-error-codes.md): Transactions error codes and formats, described and explained. - [List accounts and balances](/resources/transactions/list-accounts-and-balances.md): Fetch a list of accounts for a specific user. - [Webhooks for Transactions](/resources/transactions/webhooks-for-transactions.md): Set up webhooks to listen for Tink event notifications. - [Postman collections](/resources/transactions/postman-collections-for-transactions.md): Use our Postman collections for Transactions - [Sessions](/resources/transactions/transactions-sdk-sessions.md): Launch the SDK with sensitive user information - [Managing consents](/resources/transactions/managing-consents.md): Learn how to manage, update and delete consents for your users - [List transactions](/resources/transactions/list-transactions.md): Filter and fetch a list of transactions. - [Set up and integrate Transactions](/resources/transactions/setup-and-integrate-transactions.md): Learn how to best integrate our SDKs with your app. - [Transactions SDK reference](/resources/transactions/transactions-sdk-reference.md): Parameters, responses, versions and market availability for the Transactions SDK. - [Continuous access to a bank account](/resources/transactions/continuous-connect-to-a-bank-account.md): Learn how to get continuous access to a user’s bank account - [Refresh data](/resources/transactions/refresh-data.md): Refresh data when using continuous access ## Variable Recurring Payments - [Handle Variable Recurring Payments error codes](/resources/payments/variable-recurring-payments/handle-variable-recurring-payments-error-codes.md): Variable recurring payments error codes and formats, described and explained. - [Initiate your first Sweeping Variable Recurring Payment](/resources/payments/variable-recurring-payments/initiate-your-first-sweeping-variable-recurring-payment.md): Initiate a sweeping payment with a chosen bank using Variable Recurring Payments - [Integrate Variable Recurring Payments in iOS apps](/resources/payments/variable-recurring-payments/integrate-variable-recurring-payments-in-ios-apps.md): Seamlessly launch and run the Tink SDK in your iOS app environment - [Endpoints overview](/resources/payments/variable-recurring-payments/vrp-endpoints-overview.md): A list of all available endpoints for Variable Recurring Payments - [Variable Recurring Payments SDK reference](/resources/payments/variable-recurring-payments/variable-recurring-payments-sdk-reference.md): Read about all Consent resources. - [Variable Recurring Payment status transition](/resources/payments/variable-recurring-payments/vrp-payment-status-transitions.md): Keep track of your payments as they are being processed - [Test different Variable Recurring Payment scenarios](/resources/payments/variable-recurring-payments/test-different-variable-recurring-payments-scenarios.md): Test your integration by using demo credentials. - [Integrate Variable Recurring Payments in Android apps](/resources/payments/variable-recurring-payments/integrate-variable-recurring-payments-in-android-apps.md): Seamlessly launch and run the Tink SDK in your Android app environment - [Payment conditions](/resources/payments/variable-recurring-payments/vrp-payment-conditions.md): Explore different payment conditions and minimise failed cases - [Integrate Variable Recurring Payments in web apps](/resources/payments/variable-recurring-payments/integrate-variable-recurring-payments-in-web-apps.md): Seamlessly launch and run the Tink SDK in your web app environment