# Checkout.com documentation > Set up, customize, and go live with a seamless payments experience. This file indexes the documentation's article pages, grouped by topic rather than by site navigation, so a group gathers related pages from wherever they sit in the docs. Groups that span more than one area of the docs are split under H3 headings, and indentation shows parent and child pages. ## Getting started _Landing pages for each area of the documentation._ ### Payments - [Payments](https://www.checkout.com/docs/payments) ### Developer resources - [Developer resources](https://www.checkout.com/docs/developer-resources) ### Funds management - [Funds management](https://www.checkout.com/docs/funds-management): Use your Checkout Business Account to efficiently manage your funds across our product suite. ### Business operations - [Business operations](https://www.checkout.com/docs/business-operations) ### Card issuing - [Card issuing](https://www.checkout.com/docs/card-issuing) ### Platforms - [Platforms](https://www.checkout.com/docs/platforms) ## Online checkout _Taking payments on a website, in a mobile app, on a hosted page, or through a payment link, and the APIs behind them._ - [Accept payments](https://www.checkout.com/docs/payments/accept-payments): Request payments with new and stored card details, and process different types of authorization. - [Payments solution comparison](https://www.checkout.com/docs/payments/accept-payments/payments-solution-comparison): Learn about the different features of the Flow, Hosted Payments Page, and Payment Links integration options. - [Accept a payment using the Payments API](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-using-the-payments-api): Request a payment using a token, a network token, a payment instrument, or the full card details. - [Accept a payment using the Payment Setup API](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-using-the-payment-setup-api): The Payment setup API simplifies the management of complex payment flows that cover multiple payment methods. - [Accept a payment on your website](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website): Accept payments on your website with our Flow solution. - [Get started with Flow](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/get-started-with-flow): Learn how to set up your client-side and server-side Flow integration. - [Customize your Flow integration](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/customize-your-flow-integration): Learn how to customize your Flow integration. - [Add localization to your Flow integration](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/add-localization-to-your-flow-integration): Add support for additional locales to your Flow integration. - [Extend your Flow integration](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration): Extend the functionality of your Flow integration to support a range of advanced payment scenarios. - [Access payment details from a wallet](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/access-payment-details-from-a-wallet): Use the onAuthorized event to monitor the card details the customer provides in Apple Pay or Google Pay. - [Collect payment details without an initial payment session](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/collect-payment-details-without-an-initial-payment-session): Render components and collect payment details without an initial payment session. - [Dynamically adjust the payment amount](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/dynamically-adjust-the-payment-amount): Dynamically adjust the payment amount based on changes during checkout. - [Enable Remember Me](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/enable-remember-me): Enable customers to save their card details during checkout. The next time the customer shops at any merchant that has Remember Me enabled, we display their saved card details. - [Accept payments with stored card credentials](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/accept-payments-with-stored-card-credentials): Find out how to accept payments with your customers' stored card details. - [Retrieve card metadata](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/retrieve-card-metadata): Use the onCardBinChanged event to retrieve metadata for the card provided by the customer in real time. - [Retrieve card tokenization results](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/retrieve-card-tokenization-results): Use the onTokenized event to monitor the results of tokenizing the payment card. - [Accept account funding transactions with a wallet](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/extend-your-flow-integration/accept-account-funding-transactions-with-a-wallet): Use Apple Pay or Google Pay with Flow to accept Account Funding Transactions and collect billing details during authorization. - [Flow library reference](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference): See the configuration options and error handling steps for Flow. - [CheckoutWebComponents](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference/checkoutwebcomponents): See the library reference for CheckoutWebComponents. - [FlowComponent](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference/flowcomponent): See the library reference for FlowComponent. - [AuthenticationComponent](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference/authenticationcomponent): See the library reference for AuthenticationComponent. - [AddressComponent](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference/addresscomponent): See the library reference for AddressComponent. - [CheckoutError](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference/checkouterror): See the library reference for CheckoutError. - [Flow error codes](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-website/flow-library-reference/flow-error-codes): See the definitions of the error codes you may receive when integrating Flow. - [Accept payments on your mobile app](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app): Accept payments in your mobile app with Flow for mobile. - [Get started with Flow for mobile](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/get-started-with-flow-for-mobile): Learn how to set up Flow for mobile - [Customize Flow for mobile](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/customize-flow-for-mobile): Learn how to customize your Flow for mobile integration. - [Add localization to Flow for mobile](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/add-localization-to-flow-for-mobile): Add support for additional locales to Flow for mobile. - [Extend your Flow for mobile integration](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/extend-your-flow-for-mobile-integration): Extend the functionality of your Flow for mobile integration to support a range of advanced payment scenarios. - [Accept payments with stored card credentials](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/extend-your-flow-for-mobile-integration/accept-payments-with-stored-card-credentials): Find out how to accept payments with your customers' stored card details in Flow for mobile. - [Dynamically adjust the payment amount](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/extend-your-flow-for-mobile-integration/dynamically-adjust-the-payment-amount): Dynamically adjust the payment amount based on changes during checkout. - [Enable Remember Me](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/extend-your-flow-for-mobile-integration/enable-remember-me): Enable customers to save their card details during checkout. The next time the customer shops at any merchant that has Remember Me enabled, we display their saved card details. - [Retrieve card metadata](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/extend-your-flow-for-mobile-integration/retrieve-card-metadata): Use the onCardBinChanged event to retrieve metadata for the customer's card in real time. - [Retrieve card tokenization results](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/extend-your-flow-for-mobile-integration/retrieve-card-tokenization-results): Use the onTokenized event to monitor the results of tokenizing a payment card. - [Flow for mobile library reference](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference): See the configuration options and error handling steps for Flow for mobile. - [Flow for mobile library reference for Android](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/android): See the library reference for Android Flow for mobile. - [CheckoutComponents](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/android/checkoutcomponents): See the library reference for CheckoutComponents. - [PaymentMethodComponent](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/android/paymentmethodcomponent): See the library reference for PaymentMethodComponent. - [ComponentCallback](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/android/componentcallback): See the library reference for ComponentCallback. - [CheckoutError](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/android/checkouterror): See the library reference for Flow for mobile CheckoutError. - [Error codes](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/android/error-codes): See the library reference for Flow for mobile error codes. - [Flow for mobile library reference for iOS](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/ios): See the library reference for iOS Flow for mobile. - [CheckoutComponents](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/ios/checkoutcomponents): See the library reference for CheckoutComponents. - [Actionable](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/ios/actionable): See the library reference for Actionable. - [ComponentCallback](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/ios/componentcallback): See the library reference for ComponentCallback. - [CheckoutError](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/ios/checkouterror): See the library reference for Flow for mobile CheckoutError. - [Error codes](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/flow-for-mobile-library-reference/ios/error-codes): See the library reference for Flow for mobile error codes. - [Process payments outside the App Store](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app/process-payments-outside-the-app-store): Embed a Hosted Payment Page to process payments outside the Apple In-App Purchases system. - [Accept a payment on a hosted page](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-a-hosted-page): Accept payments through a hosted webpage with our Hosted Payments Page solution. - [Manage your Hosted Payments Page](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-a-hosted-page/manage-your-hosted-payments-page): Create a Hosted Payments Page, or check on the status of one. - [Customize your Hosted Payments Page](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-a-hosted-page/customize-your-hosted-payments-page): Learn how we can customize your Hosted Payments Page to match your brand design. - [Create a Payment Link](https://www.checkout.com/docs/payments/accept-payments/create-a-payment-link): Accept one-time payments using the Payment Links solution. - [Manage Payment Links](https://www.checkout.com/docs/payments/accept-payments/create-a-payment-link/manage-payment-links): Set up a Payment Link, or check on the status of a Payment Link session. - [Customize Payment Links](https://www.checkout.com/docs/payments/accept-payments/create-a-payment-link/customize-payment-links): Learn how we can customize your Payment Links to match your brand design. - [Apply surcharge](https://www.checkout.com/docs/payments/accept-payments/apply-surcharge): Learn how to apply surcharges to eligible transactions. - [Format the amount value](https://www.checkout.com/docs/payments/accept-payments/format-the-amount-value): Learn how to calculate the amount value to supply in your API requests, based on the currency. - [Accept a payment via agentic commerce](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-via-agentic-commerce): Integrate Checkout.com with AI shopping assistants to accept payments through agentic commerce. - [Accept a payment via ChatGPT](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-via-agentic-commerce/accept-a-payment-via-chatgpt): Integrate Checkout.com with OpenAI's agentic commerce protocol to accept card payments through ChatGPT. - [Accept a payment via Google AI](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-via-agentic-commerce/accept-a-payment-via-google-ai): Integrate Checkout.com with Google's Universal Commerce Protocol (UCP) to accept Google Pay payments through Google's AI Mode and Gemini. - [Upgrade to Flow from Frames](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames): Upgrade your Frames integration to Flow, Checkout.com's pre-built, customizable payment user interface. - [Upgrade from Frames for web](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-from-frames-for-web): Upgrade your Frames for web integration to Flow. - [Upgrade from Frames for Android](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-from-frames-for-android): Upgrade your Frames for Android integration to Flow for mobile. - [Upgrade from Frames for iOS](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-from-frames-for-ios): Upgrade your Frames for iOS integration to Flow for mobile. - [Upgrade your ecommerce platform integration](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-your-ecommerce-platform-integration): Upgrade your ecommerce platform integration to Flow. - [Upgrade your Magento 2 integration to Flow](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-your-ecommerce-platform-integration/magento-2): Upgrade your Magento 2 integration to Flow, Checkout.com's pre-built, customizable payment user interface. - [Upgrade your SAP Commerce Cloud integration to Flow](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-your-ecommerce-platform-integration/sap-commerce-cloud): Upgrade your SAP Commerce Cloud integration to Flow, Checkout.com's pre-built, customizable payment user interface. - [Upgrade your WooCommerce integration to Flow](https://www.checkout.com/docs/payments/accept-payments/upgrade-to-flow-from-frames/upgrade-your-ecommerce-platform-integration/woocommerce): Upgrade your WooCommerce integration to Flow, Checkout.com's pre-built, customizable payment user interface. ## Card payments and digital wallets _Accepting card payments, Apple Pay, and Google Pay._ ### Card payments - [Card payments](https://www.checkout.com/docs/payments/add-payment-methods/card-payments): Accept credit and debit card payments. - [Card payments for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/card-payments/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process card payments. ### Apple Pay - [Apple Pay](https://www.checkout.com/docs/payments/add-payment-methods/apple-pay): Accept credit and debit card payments with Apple Pay. - [Apple Pay for web](https://www.checkout.com/docs/payments/add-payment-methods/apple-pay/web): Accept Apple Pay payments on your website with Flow, our pre-built, customizable payment user interface. - [Apple Pay for iOS](https://www.checkout.com/docs/payments/add-payment-methods/apple-pay/ios): Accept Apple Pay payments in your iOS app with Flow for mobile, our pre-built, customizable payment user interface. - [Apple Pay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/apple-pay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Apple Pay payments. - [Apple Pay via KNET](https://www.checkout.com/docs/payments/add-payment-methods/apple-pay/apple-pay-via-knet): Learn how to process Apple Pay payments in Kuwait. - [Apple Pay for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/apple-pay/unified-payments-api): Build your own UI and integrate with our API to process Apple Pay payments. ### Google Pay - [Google Pay](https://www.checkout.com/docs/payments/add-payment-methods/google-pay): Accept credit and debit card payments with Google Pay. - [Google Pay for web](https://www.checkout.com/docs/payments/add-payment-methods/google-pay/web): Accept Google Pay payments on your website with Flow, our pre-built, customizable payment user interface. - [Google Pay for Android](https://www.checkout.com/docs/payments/add-payment-methods/google-pay/android): Accept Google Pay payments in your Android app with Flow for mobile, our pre-built, customizable payment user interface. - [Google Pay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/google-pay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Google Pay payments. - [Google Pay for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/google-pay/unified-payments-api): Build your own UI and integrate with our API to process Google Pay payments. ## Payment methods _The catalog of supported payment methods, with the integration steps and configuration for each one._ ### Add payment methods - [Add payment methods](https://www.checkout.com/docs/payments/add-payment-methods): Discover the payment methods we support. - [ACH Direct Debit](https://www.checkout.com/docs/payments/add-payment-methods/ach-direct-debit): Accept Automated Clearing House (ACH) funds transfers - [ACH Direct Debit for web](https://www.checkout.com/docs/payments/add-payment-methods/ach-direct-debit/web): Accept ACH Direct Debit payments on your website with Flow, our pre-built, customizable payment user interface. - [ACH Direct Debit for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/ach-direct-debit/unified-payments-api): Build your own UI and integrate with our API to process ACH Direct Debit payments. - [AlipayCN](https://www.checkout.com/docs/payments/add-payment-methods/alipaycn): Accept payments with AlipayCN, a popular digital wallet in China. - [AlipayCN for web](https://www.checkout.com/docs/payments/add-payment-methods/alipaycn/web): Accept AlipayCN payments on your website with Flow, our pre-built, customizable payment user interface. - [Alipay CN for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/alipaycn/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Alipay CN payments. - [AlipayCN for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/alipaycn/unified-payments-api): Build your own UI and integrate with our API to process Alipay payments. - [AlipayHK](https://www.checkout.com/docs/payments/add-payment-methods/alipayhk): Accept payments with AlipayHK, a popular digital wallet in Hong Kong. - [AlipayHK for web](https://www.checkout.com/docs/payments/add-payment-methods/alipayhk/web): Accept AlipayHK payments on your website with Flow, our pre-built, customizable payment user interface. - [AlipayHK for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/alipayhk/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process AlipayHK payments. - [AlipayHK for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/alipayhk/unified-payments-api): Build your own UI and integrate with our API to process Alipay payments. - [Alma](https://www.checkout.com/docs/payments/add-payment-methods/alma): Accept payments with Alma, which offers a buy now, pay later service in Europe. - [Alma for web](https://www.checkout.com/docs/payments/add-payment-methods/alma/web): Accept Alma payments on your website with Flow, our pre-built, customizable payment user interface. - [Alma for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/alma/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Alma payments. - [Alma for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/alma/unified-payments-api): Build your own UI and integrate with our API to process Alma payments. - [Bacs Direct Debit](https://www.checkout.com/docs/payments/add-payment-methods/bacs): Accept payments with Bacs Direct Debit, a direct debit system for UK bank accounts. - [Bacs Direct Debit for web](https://www.checkout.com/docs/payments/add-payment-methods/bacs/web): Accept Bacs Direct Debit payments on your website with Flow, our pre-built, customizable payment user interface. - [Bacs Direct Debit for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/bacs/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Bacs Direct Debit payments. - [Bacs Direct Debit for API only](https://www.checkout.com/docs/payments/add-payment-methods/bacs/unified-payments-api): Build your own UI and integrate with our API to process Bacs Direct Debit payments. - [Bancontact](https://www.checkout.com/docs/payments/add-payment-methods/bancontact): Accept payments with Bancontact, a popular online payment method in Belgium. - [Bancontact for web](https://www.checkout.com/docs/payments/add-payment-methods/bancontact/web): Accept Bancontact payments on your website with Flow, our pre-built, customizable payment user interface. - [Bancontact for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/bancontact/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Bancontact payments. - [Bancontact for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/bancontact/unified-payments-api): Build your own UI and integrate with our API to process Bancontact payments. - [Benefit Payment Gateway (PG)](https://www.checkout.com/docs/payments/add-payment-methods/benefit-payment-gateway): Accept payments with Benefit Payment Gateway, a popular online payment method in Bahrain. - [Benefit Payment Gateway for web](https://www.checkout.com/docs/payments/add-payment-methods/benefit-payment-gateway/web): Accept Benefit Payment Gateway payments on your website with Flow, our pre-built, customizable payment user interface. - [Benefit Payment Gateway for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/benefit-payment-gateway/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Benefit Payment Gateway payments. - [Benefit Payment Gateway for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/benefit-payment-gateway/unified-payments-api): Build your own UI and integrate with our API to process Benefit Payment Gateway payments. - [Bizum](https://www.checkout.com/docs/payments/add-payment-methods/bizum): Accept payments with Bizum, a popular payment method in Spain - [Bizum for web](https://www.checkout.com/docs/payments/add-payment-methods/bizum/web): Accept Bizum payments on your website with Flow, our pre-built, customizable payment user interface. - [Bizum for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/bizum/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Bizum payments. - [Bizum for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/bizum/unified-payments-api): Build your own UI and integrate with our API to process Bizum payments. - [BLIK](https://www.checkout.com/docs/payments/add-payment-methods/blik): Accept payments with BLIK, a popular payment wallet in Poland. - [BLIK for web](https://www.checkout.com/docs/payments/add-payment-methods/blik/web): Accept BLIK payments on your website with Flow, our pre-built, customizable payment user interface. - [BLIK for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/blik/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process BLIK payments. - [BLIK for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/blik/unified-payments-api): Build your own UI and integrate with our API to process BLIK payments. - [Cartes Bancaires](https://www.checkout.com/docs/payments/add-payment-methods/cartes-bancaires): Accept payments with Cartes Bancaires (CB), the predominant card scheme in France. - [Cartes Bancaires for web](https://www.checkout.com/docs/payments/add-payment-methods/cartes-bancaires/web): Accept Cartes Bancaires payments on your website with Flow, our pre-built, customizable payment user interface. - [Cartes Bancaires for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/cartes-bancaires/unified-payments-api): Build your own UI and integrate with our API to process Cartes Bancaires payments. - [Dana](https://www.checkout.com/docs/payments/add-payment-methods/dana): Accept payments with Dana, a popular digital wallet in Indonesia. - [Dana for web](https://www.checkout.com/docs/payments/add-payment-methods/dana/web): Accept Dana payments on your website with Flow, our pre-built, customizable payment user interface. - [Dana for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/dana/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Dana payments. - [Dana for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/dana/unified-payments-api): Build your own UI and integrate with our API to process Dana payments. - [Electronic Payment Standard (EPS)](https://www.checkout.com/docs/payments/add-payment-methods/electronic-payment-standard-eps): Accept payments with Electronic Payment Standard (EPS), a popular payment method in Austria. - [Electronic Payment Standard (EPS) for web](https://www.checkout.com/docs/payments/add-payment-methods/electronic-payment-standard-eps/web): Accept Electronic Payment Standard (EPS) payments on your website with Flow, our pre-built, customizable payment user interface. - [EPS for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/electronic-payment-standard-eps/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process EPS payments. - [Electronic Payment Standard (EPS) for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/electronic-payment-standard-eps/unified-payments-api): Build your own UI and integrate with our API to process EPS payments. - [GCash](https://www.checkout.com/docs/payments/add-payment-methods/gcash): Accept payments with GCash, a popular digital wallet in the Philippines. - [GCash for web](https://www.checkout.com/docs/payments/add-payment-methods/gcash/web): Accept GCash payments on your website with Flow, our pre-built, customizable payment user interface. - [GCash for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/gcash/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process GCash payments. - [GCash for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/gcash/unified-payments-api): Build your own UI and integrate with our API to process GCash payments. - [iDEAL](https://www.checkout.com/docs/payments/add-payment-methods/ideal): Accept payments with iDEAL, a popular online payment method in the Netherlands. - [iDEAL for web](https://www.checkout.com/docs/payments/add-payment-methods/ideal/web): Accept iDEAL payments on your website with Flow, our pre-built, customizable payment user interface. - [iDEAL for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/ideal/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process iDEAL payments. - [iDEAL for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/ideal/unified-payments-api): Build your own UI and integrate with our API to process iDEAL payments. - [KakaoPay](https://www.checkout.com/docs/payments/add-payment-methods/kakaopay): Accept payments with KakaoPay, a popular digital wallet in South Korea. - [KakaoPay for web](https://www.checkout.com/docs/payments/add-payment-methods/kakaopay/web): Accept KakaoPay payments on your website with Flow, our pre-built, customizable payment user interface. - [KakaoPay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/kakaopay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process KakaoPay payments. - [Kakaopay for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/kakaopay/unified-payments-api): Build your own UI and integrate with our API to process KakaoPay payments. - [Klarna Debit Risk](https://www.checkout.com/docs/payments/add-payment-methods/klarna-debit-risk): Accept payments with Klarna Debit Risk, a bank payment solution for restricted segments. - [Klarna Debit Risk for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/klarna-debit-risk/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Klarna Debit Risk payments. - [Klarna Debit Risk for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/klarna-debit-risk/unified-payments-api): Build your own UI and integrate with our API to process Klarna Debit Risk payments. - [Klarna Payments](https://www.checkout.com/docs/payments/add-payment-methods/klarna-payments): Accept payments with Klarna, a popular online payment method used globally. - [Klarna for web](https://www.checkout.com/docs/payments/add-payment-methods/klarna-payments/web): Accept Klarna payments on your website with Flow, our pre-built, customizable payment user interface. - [Klarna for mobile app](https://www.checkout.com/docs/payments/add-payment-methods/klarna-payments/mobile-app): Accept Klarna payments on your app with Flow for mobile, our pre-built, customizable payment user interface. - [Klarna for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/klarna-payments/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Klarna payments. - [Klarna for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/klarna-payments/unified-payments-api): Build your own UI and integrate with our API to process Klarna payments. - [KNET](https://www.checkout.com/docs/payments/add-payment-methods/knet): Accept payments with KNET, a popular payment method in Kuwait. - [KNET for web](https://www.checkout.com/docs/payments/add-payment-methods/knet/web): Accept KNET payments on your website with Flow, our pre-built, customizable payment user interface. - [KNET for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/knet/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process KNET payments. - [KNET for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/knet/unified-payments-api): Build your own UI and integrate with our API to process KNET payments. - [Mada](https://www.checkout.com/docs/payments/add-payment-methods/mada): Accept payments with Mada, the domestic payment network in Saudi Arabia. - [Mada for web](https://www.checkout.com/docs/payments/add-payment-methods/mada/web): Accept Mada payments on your website with Flow, our pre-built, customizable payment user interface. - [Mada for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/mada/unified-payments-api): Build your own UI and integrate with our API to process Mada payments. - [MB WAY](https://www.checkout.com/docs/payments/add-payment-methods/mb-way): Accept payments with MB WAY, a popular digital wallet in Portugal. - [MB WAY for web](https://www.checkout.com/docs/payments/add-payment-methods/mb-way/web): Accept MB WAY payments on your website with Flow, our pre-built, customizable payment user interface. - [MB WAY for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/mb-way/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process MB WAY payments. - [MB WAY for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/mb-way/unified-payments-api): Build your own UI and integrate with our API to process MB WAY payments. - [MobilePay](https://www.checkout.com/docs/payments/add-payment-methods/mobilepay): Accept MobilePay payments. - [MobilePay for web](https://www.checkout.com/docs/payments/add-payment-methods/mobilepay/web): Accept MobilePay payments on your website with Flow, our pre-built, customizable payment user interface. - [MobilePay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/mobilepay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process MobilePay payments. - [MobilePay for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/mobilepay/unified-payments-api): Build your own UI and integrate with our API to process MobilePay payments. - [Multibanco](https://www.checkout.com/docs/payments/add-payment-methods/multibanco): Accept payments with Multibanco, a popular payment method in Portugal. - [Multibanco for web](https://www.checkout.com/docs/payments/add-payment-methods/multibanco/web): Accept Multibanco payments on your website with Flow, our pre-built, customizable payment user interface. - [Multibanco for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/multibanco/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Multibanco payments. - [Multibanco for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/multibanco/unified-payments-api): Build your own UI and integrate with our API to process Multibanco payments. - [Octopus](https://www.checkout.com/docs/payments/add-payment-methods/octopus): Accept payments with Octopus, a popular contactless card and digital wallet used in Hong Kong. - [Octopus for web](https://www.checkout.com/docs/payments/add-payment-methods/octopus/web): Accept Octopus payments on your website with Flow, our pre-built, customizable payment user interface. - [Octopus for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/octopus/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Octopus payments. - [Octopus for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/octopus/unified-payments-api): Build your own UI and integrate with our API to process Octopus payments. - [OmanNET](https://www.checkout.com/docs/payments/add-payment-methods/omannet): Accept payments with OmanNET, the domestic payment network in Oman. - [OmanNET for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/omannet/unified-payments-api): Build your own UI and integrate with our API to process OmanNET payments. - [PayNow](https://www.checkout.com/docs/payments/add-payment-methods/paynow): Accept payments with PayNow, a popular payment wallet in Singapore. - [PayNow for web](https://www.checkout.com/docs/payments/add-payment-methods/paynow/web): Accept PayNow payments on your website with Flow, our pre-built, customizable payment user interface. - [PayNow for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/paynow/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process PayNow payments. - [PayNow for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/paynow/unified-payments-api): Build your own UI and integrate with our API to process PayNow payments. - [PayPal](https://www.checkout.com/docs/payments/add-payment-methods/paypal): Accept payments with PayPal, a popular digital wallet used globally. - [PayPal for web](https://www.checkout.com/docs/payments/add-payment-methods/paypal/web): Accept PayPal payments on your website with Flow, our pre-built, customizable payment user interface. - [PayPal for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/paypal/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process PayPal payments. - [PayPal for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/paypal/unified-payments-api): Build your own UI and integrate with our API to process PayPal payments. - [PINless debit](https://www.checkout.com/docs/payments/add-payment-methods/pinless-debit): Accept PINless debit payments. - [PINless debit for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/pinless-debit/unified-payments-api): Build your own UI and integrate with our API to process PINless debit payments. - [Przelewy24](https://www.checkout.com/docs/payments/add-payment-methods/przelewy24): Accept payments with Przelewy24, a popular online payment method in Poland. - [Przelewy24 for web](https://www.checkout.com/docs/payments/add-payment-methods/przelewy24/web): Accept Przelewy24 payments on your website with Flow, our pre-built, customizable payment user interface. - [Przelewy24 for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/przelewy24/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Przelewy24 payments. - [Przelewy24 for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/przelewy24/unified-payments-api): Build your own UI and integrate with our API to process Przelewy24 payments. - [QPay](https://www.checkout.com/docs/payments/add-payment-methods/qpay): Accept payments with QPay, a popular online payment method in Qatar. - [QPay for web](https://www.checkout.com/docs/payments/add-payment-methods/qpay/web): Accept QPay payments on your website with Flow, our pre-built, customizable payment user interface. - [QPay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/qpay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process QPay payments. - [QPAY for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/qpay/unified-payments-api): Build your own UI and integrate with our API to process QPAY payments. - [SEPA Direct Debit](https://www.checkout.com/docs/payments/add-payment-methods/sepa-direct-debit): Accept payments with SEPA Direct Debit, a direct debit system for countries in the Single Euro Payments Area (SEPA). - [SEPA Direct Debit for web](https://www.checkout.com/docs/payments/add-payment-methods/sepa-direct-debit/web): Accept SEPA Direct Debit payments on your website with Flow, our pre-built, customizable payment user interface. - [SEPA Direct Debit for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/sepa-direct-debit/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process SEPA Direct Debit payments. - [SEPA direct debit for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/sepa-direct-debit/unified-payments-api): Build your own UI and integrate with our API to process SEPA payments. - [seQura](https://www.checkout.com/docs/payments/add-payment-methods/sequra): Accept payments with seQura, a popular payment method in Spain. - [seQura for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/sequra/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process seQura payments. - [seQura for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/sequra/unified-payments-api): Build your own UI and integrate with our API to process seQura payments. - [Sofort](https://www.checkout.com/docs/payments/add-payment-methods/sofort): Accept payments with Sofort, a popular payment method in Europe. - [Sofort for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/sofort/unified-payments-api): Build your own UI and integrate with our API to process Sofort payments. - [stc pay](https://www.checkout.com/docs/payments/add-payment-methods/stc-pay): Accept payments with STC Pay, a popular payment method in Saudi Arabia. - [stc pay for web](https://www.checkout.com/docs/payments/add-payment-methods/stc-pay/web): Accept stc pay payments on your website with Flow, our pre-built, customizable payment user interface. - [stc pay for mobile app](https://www.checkout.com/docs/payments/add-payment-methods/stc-pay/mobile-app): Accept stc pay payments on your app with Flow for mobile, our pre-built, customizable payment user interface. - [stc pay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/stc-pay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process stc pay payments. - [stc pay for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/stc-pay/unified-payments-api): Build your own UI and integrate with our API to process stc pay payments. - [Swish](https://www.checkout.com/docs/payments/add-payment-methods/swish): Accept Swish payments. - [Swish for web](https://www.checkout.com/docs/payments/add-payment-methods/swish/web): Accept Swish payments on your website with Flow, our pre-built, customizable payment user interface. - [Swish for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/swish/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Swish payments. - [Swish for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/swish/unified-payments-api): Build your own UI and integrate with our API to process Swish payments. - [Tabby](https://www.checkout.com/docs/payments/add-payment-methods/tabby): Accept payments with Tabby, a popular online payment method in the Middle East and North Africa. - [Tabby for web](https://www.checkout.com/docs/payments/add-payment-methods/tabby/web): Accept Tabby payments on your website with Flow, our pre-built, customizable payment user interface. - [Tabby for mobile app](https://www.checkout.com/docs/payments/add-payment-methods/tabby/mobile-app): Accept Tabby payments on your app with Flow for mobile, our pre-built, customizable payment user interface. - [Tabby for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/tabby/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Tabby payments. - [Tabby for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/tabby/unified-payments-api): Build your own UI and integrate with our API to process Tabby payments. - [Tamara](https://www.checkout.com/docs/payments/add-payment-methods/tamara): Accept payments with Tamara, a popular payment method in the United Arab Emirates (UAE) and Saudi Arabia. - [Tamara for web](https://www.checkout.com/docs/payments/add-payment-methods/tamara/web): Accept Tamara payments on your website with Flow, our pre-built, customizable payment user interface. - [Tamara for mobile app](https://www.checkout.com/docs/payments/add-payment-methods/tamara/mobile-app): Accept Tamara payments on your app with Flow for mobile, our pre-built, customizable payment user interface. - [Tamara for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/tamara/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Tamara payments. - [Tamara for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/tamara/unified-payments-api): Build your own UI and integrate with our API to process Tamara payments. - [Touch 'n Go](https://www.checkout.com/docs/payments/add-payment-methods/touch-'n-go): Accept payments with Touch 'n Go, a popular digital wallet in Malaysia. - [Touch 'n Go for web](https://www.checkout.com/docs/payments/add-payment-methods/touch-'n-go/web): Accept Touch 'n Go payments on your website with Flow, our pre-built, customizable payment user interface. - [Touch 'n Go for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/touch-'n-go/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Touch 'n Go payments. - [Touch 'n Go for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/touch-'n-go/unified-payments-api): Build your own UI and integrate with our API to process Touch 'n Go payments. - [TrueMoney](https://www.checkout.com/docs/payments/add-payment-methods/truemoney): Accept payments with TrueMoney, a popular digital wallet in Thailand. - [TrueMoney for web](https://www.checkout.com/docs/payments/add-payment-methods/truemoney/web): Accept TrueMoney payments on your website with Flow, our pre-built, customizable payment user interface. - [TrueMoney for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/truemoney/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process TrueMoney payments. - [Truemoney for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/truemoney/unified-payments-api): Build your own UI and integrate with our API to process TrueMoney payments. - [TWINT](https://www.checkout.com/docs/payments/add-payment-methods/twint): Accept payments with TWINT, a popular payment wallet in Switzerland. - [TWINT for web](https://www.checkout.com/docs/payments/add-payment-methods/twint/web): Accept TWINT payments on your website with Flow, our pre-built, customizable payment user interface. - [TWINT for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/twint/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process TWINT payments. - [TWINT for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/twint/unified-payments-api): Build your own UI and integrate with our API to process TWINT payments. - [Venmo](https://www.checkout.com/docs/payments/add-payment-methods/venmo): Accept payments with Venmo, a social payment service used in the United States. - [Venmo for web](https://www.checkout.com/docs/payments/add-payment-methods/venmo/web): Accept Venmo payments on your website with Flow, our pre-built, customizable payment user interface. - [Venmo for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/venmo/unified-payments-api): Build your own UI and integrate with our API to process Venmo payments. - [Venmo for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/venmo/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Venmo payments. - [Vipps](https://www.checkout.com/docs/payments/add-payment-methods/vipps): Accept Vipps payments. - [Vipps for web](https://www.checkout.com/docs/payments/add-payment-methods/vipps/web): Accept Vipps payments on your website with Flow, our pre-built, customizable payment user interface. - [Vipps for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/vipps/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process Vipps payments. - [Vipps for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/vipps/unified-payments-api): Build your own UI and integrate with our API to process Vipps payments. - [WeChat Pay](https://www.checkout.com/docs/payments/add-payment-methods/wechat-pay): Accept payments with WeChat Pay, a popular digital wallet in China. - [WeChat Pay for web](https://www.checkout.com/docs/payments/add-payment-methods/wechat-pay/web): Accept WeChat Pay payments on your website with Flow, our pre-built, customizable payment user interface. - [WeChat Pay for Payment Setup API](https://www.checkout.com/docs/payments/add-payment-methods/wechat-pay/payment-setup-api): Build your own UI and integrate with our Payment Setup API to process WeChat Pay payments. - [WeChat Pay for Unified Payments API](https://www.checkout.com/docs/payments/add-payment-methods/wechat-pay/unified-payments-api): Build your own UI and integrate with our API to process WeChat Pay payments. ### Manage payment methods - [Manage payment methods](https://www.checkout.com/docs/payments/manage-payment-methods): View the payment configured in your account and the processing channels they're activated for. ## Partner integrations _Accepting payments through ecommerce platforms and partner connectors._ - [Connect to integrated partners](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners): Accept payments using our partner integrations. - [BigCommerce](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/bigcommerce): Accept payments with Checkout.com's BigCommerce integration. - [BR-DGE](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/br-dge): Accept payments with Checkout.com's BR-DGE integration. - [Chargebee](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/chargebee): Accept payments with our Chargebee plugin. - [Gr4vy](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/gr4vy): Accept payments with Checkout.com's Gr4vy integration. - [Magento 2](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/magento-2): Accept payments with our Magento 2 plugin. - [Payrails](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/payrails): Accept payments with Checkout.com's Payrails integration. - [Primer](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/primer): Accept payments with Checkout.com's Primer integration. - [Recurly](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/recurly): Accept payments with our Recurly plugin. - [Salesforce Commerce Cloud](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/salesforce-commerce-cloud): Accept payments with our Salesforce Commerce Cloud plugin. - [SAP Commerce Cloud](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/sap-commerce-cloud): Accept payments with our SAP Commerce Cloud plugin. - [SAP Open Payment Framework](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/sap-open-payment-framework): Accept payments with SAP Open Payment Framework - [Shopify offsite payments app](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/shopify-offsite-payments-app): Accept payments with our offsite Shopify payments app. - [Shopify onsite payments app](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/shopify-onsite-payments-app): Shopify onsite payments app installation and configuration. - [Shopify onsite plugin - previous](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/shopify-onsite-plugin-previous): Shopify onsite plugin (previous) installation and configuration - [Spreedly](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/spreedly): Accept payments with Checkout.com's Spreedly integration. - [WooCommerce](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/woocommerce): Accept payments with our WooCommerce plugin. - [Zuora](https://www.checkout.com/docs/payments/accept-payments/connect-to-integrated-partners/zuora): Accept payments with Checkout.com's Zuora integration. ## Authentication and 3D Secure _Authenticating payments with 3D Secure, and meeting Strong Customer Authentication requirements._ - [Authenticate payments](https://www.checkout.com/docs/payments/authenticate-payments): Learn how to authenticate payments using 3D Secure. - [Google Secure Payment Authentication](https://www.checkout.com/docs/payments/authenticate-payments/google-secure-payment-authentication): Enable Google Secure Payment Authentication (SPA) to allow cardholders to complete biometric authentication directly from the merchant domain. - [Hosted standalone](https://www.checkout.com/docs/payments/authenticate-payments/google-secure-payment-authentication/hosted-standalone): Learn about our Google SPA hosted sessions solution, where we manage the authentication flow for you. - [Non-hosted standalone](https://www.checkout.com/docs/payments/authenticate-payments/google-secure-payment-authentication/non-hosted-standalone): Learn about our Google SPA non-hosted sessions solution, which gives you full control over the authentication flow. - [3D Secure](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure): Verify your customers' card payments with the new authentication standard. - [Standalone (Sessions)](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/standalone-sessions): Learn more about our standalone authentication solution. - [Non-hosted sessions](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/standalone-sessions/non-hosted-sessions): The Non-hosted sessions solution gives you full control over your 3D Secure authentication flow. - [Hosted sessions](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/standalone-sessions/hosted-sessions): Learn about our hosted sessions solution, where we manage the authentication flow for you. - [3DS exemptions](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/standalone-sessions/3ds-exemptions): Learn how to provide a frictionless authentication experience with 3DS exemptions. - [Smart optimization of authentication requests](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/standalone-sessions/smart-optimization-of-authentication-requests): Learn how to optimize your authentication requests, using our intelligent acceptance engine. - [Diagnose authentication failures](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/diagnose-authentication-failures): Learn more about common authentication failures you may encounter. - [Improve authentication performance](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/improve-authentication-performance): Improve your authentication performance by including optional fields to enhance risk analysis. - [Request Data Sharing authentication](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/request-data-sharing-authentication) - [Visa Digital Authentication Program](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/request-data-sharing-authentication/visa-digital-authentication-program): Lower interchange rates and improve authorization rates by qualifying for Visa's Digital Commerce Authentication Program (DCAP). - [Request 3RI authentication](https://www.checkout.com/docs/payments/authenticate-payments/3d-secure/request-3ri-authentication): Learn how to submit authentication data for transactions in which the cardholder is not present. - [Verify a card](https://www.checkout.com/docs/payments/authenticate-payments/verify-a-card): Accept and verify a cardholder's payment details without billing them. - [Flagged payments](https://www.checkout.com/docs/payments/authenticate-payments/flagged-payments): Identify and follow up on suspicious transactions. - [Manage SCA retries](https://www.checkout.com/docs/payments/authenticate-payments/manage-sca-retries): Optimize authorization acceptance rates using automated SCA soft decline retries. ## Stored credentials _Storing card details for later use, and requesting recurring, unscheduled, and installment payments._ ### Pay with stored card details - [Pay with stored card details](https://www.checkout.com/docs/payments/accept-payments/pay-with-stored-card-details): Store a card's details for use in future payment requests. - [Recurring payments with stored card details](https://www.checkout.com/docs/payments/accept-payments/pay-with-stored-card-details/recurring-payments-with-stored-card-details): Learn how to request recurring payments with stored card details. - [Unscheduled payments with stored card details](https://www.checkout.com/docs/payments/accept-payments/pay-with-stored-card-details/unscheduled-payments-with-stored-card-details): Learn how to request unscheduled payments with stored card details. - [Pay with tokenized CVV](https://www.checkout.com/docs/payments/accept-payments/pay-with-stored-card-details/pay-with-tokenized-cvv): Learn how to request payments with a stored CVV. ### Store and manage credentials - [Store and manage credentials](https://www.checkout.com/docs/payments/store-and-manage-credentials): Securely store and manage credentials in the Vault. - [Store credentials](https://www.checkout.com/docs/payments/store-and-manage-credentials/store-credentials): Securely store customer and payment credentials in the Vault. - [Customers](https://www.checkout.com/docs/payments/store-and-manage-credentials/store-credentials/customers): Store your customer's details in the Vault. - [Payment instruments](https://www.checkout.com/docs/payments/store-and-manage-credentials/store-credentials/payment-instruments): Store your customer's payment card or bank account details in a payment instrument. - [Network tokens](https://www.checkout.com/docs/payments/store-and-manage-credentials/store-credentials/network-tokens): Store a payment card's tokenized primary account number (PAN). - [Update stored credentials](https://www.checkout.com/docs/payments/store-and-manage-credentials/update-stored-credentials): Use our account updater services to keep your stored credentials updated. - [Real-Time Account Updater](https://www.checkout.com/docs/payments/store-and-manage-credentials/update-stored-credentials/real-time-account-updater): Automatically update payment card details when they change, using the Real-Time Account Updater. - [Batch Account Updater](https://www.checkout.com/docs/payments/store-and-manage-credentials/update-stored-credentials/batch-account-updater): Upload a batch file to manually update your card details in bulk. - [Standalone Account Updater](https://www.checkout.com/docs/payments/store-and-manage-credentials/update-stored-credentials/standalone-account-updater): Request updates for card details on demand, independent of payment authorization transactions. - [Tokenize credentials](https://www.checkout.com/docs/payments/store-and-manage-credentials/tokenize-credentials): Securely collect and tokenize credentials with Flow and Flow for mobile. - [Forward stored credentials](https://www.checkout.com/docs/payments/store-and-manage-credentials/forward-stored-credentials): Enrich a payment request with payment credentials you've stored with Checkout.com, and forward the request to a third-party API endpoint. - [Migrate credentials](https://www.checkout.com/docs/payments/store-and-manage-credentials/migrate-credentials): Migrate credentials from your current payment service provider to Checkout.com. - [Retrieve stored credentials reports](https://www.checkout.com/docs/payments/store-and-manage-credentials/retrieve-stored-credentials-reports): Learn how to generate reports relating to your stored credentials. - [Real Time Account Updater Report](https://www.checkout.com/docs/payments/store-and-manage-credentials/retrieve-stored-credentials-reports/real-time-account-updater-report): View a comprehensive history of all card updates made by the Real-Time Account Updater service. - [Tokenize card verification value](https://www.checkout.com/docs/payments/store-and-manage-credentials/tokenize-card-verification-value): Find out how to tokenize your customers' card verification value. ## Payment management _Working with a payment after authorization, including captures, voids, refunds, and searching payments._ - [Manage payments](https://www.checkout.com/docs/payments/manage-payments): Capture, void, and refund payments, or retrieve payment details and actions. - [Authorize a payment](https://www.checkout.com/docs/payments/manage-payments/authorize-a-payment): Perform an estimated or final authorization. - [Adjust an estimated authorization](https://www.checkout.com/docs/payments/manage-payments/authorize-a-payment/adjust-an-estimated-authorization): Adjust the authorization amount for a previously authorized payment, or extend its validity period. - [Overcapture a payment](https://www.checkout.com/docs/payments/manage-payments/authorize-a-payment/overcapture-a-payment): Learn how to overcapture an authorized payment. - [American Express Enhanced Authorization](https://www.checkout.com/docs/payments/manage-payments/authorize-a-payment/american-express-enhanced-authorization): Learn how to use the American Express Enhanced Authorization solution. - [Discover Enhanced Decisioning](https://www.checkout.com/docs/payments/manage-payments/authorize-a-payment/discover-enhanced-decisioning): Learn how to use the Discover Enhanced Decisioning solution. - [Capture a payment](https://www.checkout.com/docs/payments/manage-payments/capture-a-payment): Manually capture an authorized payment. - [Retry a payment](https://www.checkout.com/docs/payments/manage-payments/retry-a-payment): Retry failed payments. - [Smart Dunning retries](https://www.checkout.com/docs/payments/manage-payments/retry-a-payment/smart-dunning-retries): Use the Smart Dunning retry solution to improve payment recovery for failed merchant-initiated transactions. - [Automatic downtime retries](https://www.checkout.com/docs/payments/manage-payments/retry-a-payment/automatic-downtime-retries): Automatically retry merchant-initiated transactions that fail due to an issuer or acquirer network timeout. - [Void a payment](https://www.checkout.com/docs/payments/manage-payments/void-a-payment): Void an authorized payment before it is captured. - [Refund a payment](https://www.checkout.com/docs/payments/manage-payments/refund-a-payment): Return funds to a customer either partially or in full. - [Refund a payment with a reference](https://www.checkout.com/docs/payments/manage-payments/refund-a-payment/refund-a-payment-with-a-reference): Issue a refund using a payment ID authorized by Checkout.com - [Refund a payment without a reference](https://www.checkout.com/docs/payments/manage-payments/refund-a-payment/refund-a-payment-without-a-reference): Refund a payment without referencing an existing payment ID - [Fast refund a payment without a reference](https://www.checkout.com/docs/payments/manage-payments/refund-a-payment/fast-refund-a-payment-without-a-reference): Fast refund a payment without referencing an existing payment ID - [Reverse a payment](https://www.checkout.com/docs/payments/manage-payments/reverse-a-payment): Return funds back to the customer, without having to manage the appropriate action to take based on the payment status. - [Route payments](https://www.checkout.com/docs/payments/manage-payments/route-payments): Control which processing channel or processor a payment is routed through. - [Configure processing channel routing](https://www.checkout.com/docs/payments/manage-payments/route-payments/configure-processing-channel-routing): Define processing configurations and route your payments through specific processing channels. - [Configure processor routing](https://www.checkout.com/docs/payments/manage-payments/route-payments/configure-processor-routing): Define routing rules to route your payments through specific processors. - [Process payments in bulk](https://www.checkout.com/docs/payments/manage-payments/process-payments-in-bulk): Upload a batch file to process payment actions in bulk. - [Perform an Account Funding Transaction](https://www.checkout.com/docs/payments/manage-payments/perform-an-account-funding-transaction): Learn how to perform Account Funding Transactions (AFTs). - [Retrieve card metadata](https://www.checkout.com/docs/payments/manage-payments/retrieve-card-metadata): Metadata is card information provided by the card scheme that enables you to learn more about a card. - [Get payment details](https://www.checkout.com/docs/payments/manage-payments/get-payment-details): Retrieve detailed information about a payment. - [Get payment actions](https://www.checkout.com/docs/payments/manage-payments/get-payment-actions): Retrieve the full history of a payment. - [Get a list of payments](https://www.checkout.com/docs/payments/manage-payments/get-a-list-of-payments): Retrieve a list of payments matching your specified payment reference. - [Search and filter payments](https://www.checkout.com/docs/payments/manage-payments/search-and-filter-payments) - [Enhanced scheme data](https://www.checkout.com/docs/payments/manage-payments/enhanced-scheme-data): Submit additional data with your transactions to reduce your interchange rate. - [Submit Level 2 or Level 3 data](https://www.checkout.com/docs/payments/manage-payments/enhanced-scheme-data/submit-level-2-or-level-3-data): Submit additional Level 2 and Level 3 data with your transactions to reduce your interchange rate. - [Submit lodging data](https://www.checkout.com/docs/payments/manage-payments/enhanced-scheme-data/lodging-data): Send lodging data for US domestic transactions with commercial or consumer cards to optimize your interchange rates. - [Manage billing descriptors](https://www.checkout.com/docs/payments/manage-payments/manage-billing-descriptors): Use the billing descriptor to modify the text that is displayed on a customer's credit card statement. - [Transaction Advice Addendum (TAA) - Travel & cruise](https://www.checkout.com/docs/payments/manage-payments/transaction-advice-addendum-travel-&-cruise): Learn more about complying with American Express scheme requirements as a travel and cruise merchant. ## Payment optimization _Improving authorization and acceptance rates._ - [Optimize your payments](https://www.checkout.com/docs/payments/optimize-payments): Learn about our solutions to help you optimize your payments and boost your payment conversion rates. - [Improve payment request data quality](https://www.checkout.com/docs/payments/optimize-payments/improve-payment-request-data-quality): Improve the quality of your payment requests by including optional data to better identify fraudulent transactions and reduce false declines. - [Reduce sanctions request volumes](https://www.checkout.com/docs/payments/optimize-payments/reduce-sanctions-request-volumes): Learn more about the additional information you can share to reduce sanctions request volumes. - [Boost acceptance rates](https://www.checkout.com/docs/payments/optimize-payments/boost-acceptance-rates): Use the Intelligent Acceptance solution to optimize payments and boost acceptance rates with machine learning. - [Monitor integration health](https://www.checkout.com/docs/payments/optimize-payments/monitor-integration-health): Monitor your integrations and identify opportunities to potentially optimize your payment performance. ## Disputes and chargebacks _Responding to disputes and retrievals, and the scheme programs that monitor them._ ### Process disputes - [Process disputes](https://www.checkout.com/docs/payments/process-disputes): Learn how to manage and resolve disputes. - [Responding to disputes](https://www.checkout.com/docs/payments/process-disputes/responding-to-disputes): Learn the best practices for responding to disputes raised against you. - [Dispute reasons and recommended evidence](https://www.checkout.com/docs/payments/process-disputes/dispute-reasons-and-recommended-evidence): Learn about the different dispute categories and the type of evidence we recommend submitting to make your case. - [Dispute evidence file requirements](https://www.checkout.com/docs/payments/process-disputes/dispute-evidence-file-requirements): See the file requirements each scheme imposes for evidence you submit to challenge a dispute. - [Pre-dispute resolution](https://www.checkout.com/docs/payments/process-disputes/pre-dispute-resolution): Learn how to use pre-disputes to resolve disputes before they count towards your dispute ratio. - [Disputes reconciliation](https://www.checkout.com/docs/payments/process-disputes/disputes-reconciliation): Learn how to reconcile chargebacks with your payments. - [Disputes API](https://www.checkout.com/docs/payments/process-disputes/disputes-api): Learn how to view and respond to disputes using our Disputes API. - [File uploader](https://www.checkout.com/docs/payments/process-disputes/file-uploader): Learn how to upload a file to use as evidence in a dispute. - [Scheme case details](https://www.checkout.com/docs/payments/process-disputes/scheme-case-details): Learn how to view a dispute's scheme case files. ### Manage disputes - [Manage disputes](https://www.checkout.com/docs/business-operations/manage-disputes): Learn how to handle and monitor disputes. - [How disputes work](https://www.checkout.com/docs/business-operations/manage-disputes/how-disputes-work): Learn about the disputes flow and what happens at each stage of the process. - [Preventing fraudulent disputes](https://www.checkout.com/docs/business-operations/manage-disputes/preventing-fraudulent-disputes): Learn how to identify and prevent fraudulent disputes to reduce their impact on your business. - [Retrieve dispute reports](https://www.checkout.com/docs/business-operations/manage-disputes/retrieve-dispute-reports) - [Disputes Report](https://www.checkout.com/docs/business-operations/manage-disputes/retrieve-dispute-reports/disputes-report): Generate a Disputes Report to see an overview of all actions that happen during a dispute’s lifecycle, and their impact on your currency account’s available balance. - [Retrievals Report](https://www.checkout.com/docs/business-operations/manage-disputes/retrieve-dispute-reports/retrievals-report): Generate a Retrievals Report to see an overview of retrieval requests you've received from card schemes. - [Scheme monitoring programs](https://www.checkout.com/docs/business-operations/manage-disputes/scheme-monitoring-programs): Learn more about the fraud monitoring programs card schemes may place you in if you exceed acceptable levels of fraud. ## Fraud and risk _Fraud Detection rules, lists, risk strategies, monitoring, and fraud reporting._ - [Prevent fraud](https://www.checkout.com/docs/business-operations/prevent-fraud): The Fraud Detection solution enables you to manage the fraud risk of your payments. - [Create risk rules and lists](https://www.checkout.com/docs/business-operations/prevent-fraud/create-risk-rules-and-lists): Create your Fraud Detection lists and rules using properties, operators and functions, and velocities. - [Build and test risk strategies](https://www.checkout.com/docs/business-operations/prevent-fraud/build-and-test-risk-strategies): Build your Fraud Detection risk strategies using rules, lists, outcomes, and risk profiles. - [Integrate with Risk SDK](https://www.checkout.com/docs/business-operations/prevent-fraud/integrate-with-risk-sdk): Integrate with a Risk SDK to maximize the efficiency of the Fraud Detection solution. - [Optimize payment request data](https://www.checkout.com/docs/business-operations/prevent-fraud/optimize-payment-request-data): Provide high quality data in your payment requests to improve the effectiveness of your Fraud Detection integration. - [Monitor risk performance](https://www.checkout.com/docs/business-operations/prevent-fraud/monitor-risk-performance): Monitor the performance of your Fraud Detection risk strategies. - [Upgrade to Pro](https://www.checkout.com/docs/business-operations/prevent-fraud/upgrade-to-pro): Upgrade to Fraud Detection Pro to build more complex risk strategies and unlock new or upgraded services and features. - [Verify customer addresses](https://www.checkout.com/docs/business-operations/prevent-fraud/verify-customer-addresses): Learn more about the Address Verification Service (AVS), a fraud prevention tool used to verify that the customer performing a payment is genuine. - [Flag fraudulent payments](https://www.checkout.com/docs/business-operations/prevent-fraud/flag-fraudulent-payments): Inform Checkout.com if you or your customers identify a payment as fraudulent. - [Retrieve fraud reports](https://www.checkout.com/docs/business-operations/prevent-fraud/retrieve-fraud-reports): Gain insight using the Fraud Detection Report and Reported Fraudulent Transactions Report. - [Backtesting reports](https://www.checkout.com/docs/business-operations/prevent-fraud/retrieve-fraud-reports/backtesting-reports): Learn how to interpret the results of backtesting with Fraud Detection Pro. - [Fraud Detection Report](https://www.checkout.com/docs/business-operations/prevent-fraud/retrieve-fraud-reports/fraud-detection-report): Learn how to generate a Fraud Detection Report. - [Reported Fraudulent Transactions Report](https://www.checkout.com/docs/business-operations/prevent-fraud/retrieve-fraud-reports/reported-fraudulent-transactions-report): Generate a Reported Fraudulent Transactions Report to gain insight into suspected fraudulent activity. - [Shadow testing reports](https://www.checkout.com/docs/business-operations/prevent-fraud/retrieve-fraud-reports/shadow-testing-reports): Learn how to interpret the results of shadow testing for Fraud Detection. ## Identity verification _Verifying identities and ID documents, biometric authentication, and AML screening._ - [Manage identities](https://www.checkout.com/docs/business-operations/manage-identities): Use the Identities solutions to verify identities, screen AML databases, authenticate with biometrics, and verify ID documents. - [Manage applicants](https://www.checkout.com/docs/business-operations/manage-identities/manage-applicants): Create and manage profiles for people applying to use your services. - [Manage applicants using the Dashboard](https://www.checkout.com/docs/business-operations/manage-identities/manage-applicants/using-the-dashboard): Create and manage profiles for people applying to use your services, using the Dashboard. - [Manage applicants using the API](https://www.checkout.com/docs/business-operations/manage-identities/manage-applicants/using-the-api): Create and manage profiles for people applying to use your services, using the API. - [Integrate Identities via web](https://www.checkout.com/docs/business-operations/manage-identities/integrate-via-web): Redirect applicants to the attempt on their mobile device using web redirection, WebView, or iframes. - [Verify identities](https://www.checkout.com/docs/business-operations/manage-identities/verify-identities): Build a seamless experience to verify the identity of people applying to use your services. - [Verify identities using the Dashboard](https://www.checkout.com/docs/business-operations/manage-identities/verify-identities/using-the-dashboard): Verify the identity of people applying to use your services, using the Dashboard. - [Verify identities using the API](https://www.checkout.com/docs/business-operations/manage-identities/verify-identities/using-the-api): Verify the identity of people applying to use your services, using the API. - [Authenticate with biometrics](https://www.checkout.com/docs/business-operations/manage-identities/authenticate-with-biometrics): Authenticate an applicant for an existing account or additional services using their facial biometrics. - [Authenticate with biometrics using the Dashboard](https://www.checkout.com/docs/business-operations/manage-identities/authenticate-with-biometrics/using-the-dashboard): Authenticate an applicant for an existing account or additional services using their facial biometrics, using the Dashboard. - [Authenticate with biometrics using the API](https://www.checkout.com/docs/business-operations/manage-identities/authenticate-with-biometrics/using-the-api): Authenticate an applicant for an existing account or additional services using their facial biometrics, using the API. - [Screen AML databases](https://www.checkout.com/docs/business-operations/manage-identities/screen-aml-databases): Check if a verified applicant appears in any politically exposed persons, sanctions, or adverse media databases. - [Screen AML databases using the Dashboard](https://www.checkout.com/docs/business-operations/manage-identities/screen-aml-databases/using-the-dashboard): Check if a verified applicant appears in any politically exposed persons, sanctions, or adverse media databases, using the Dashboard. - [Screen AML databases using the API](https://www.checkout.com/docs/business-operations/manage-identities/screen-aml-databases/using-the-api): Check if a verified applicant appears in any politically exposed persons, sanctions, or adverse media databases, using the API. - [Verify ID Documents](https://www.checkout.com/docs/business-operations/manage-identities/verify-id-documents): Verify that an applicant's ID document is authentic and matches their identity. ## Regulatory compliance _PCI DSS, scheme and regulatory requirements, compliance requests, and periodic reviews._ ### Compliance requests - [Compliance requests](https://www.checkout.com/docs/business-operations/compliance-requests): Learn about Checkout.com's transaction screening process and compliance requests. - [Manage sanctions requests](https://www.checkout.com/docs/business-operations/compliance-requests/manage-sanctions-requests): Managing sanctions requests helps reduce processing delays, improve customer experience, and maintain compliance with regulations. ### Ensure regulatory compliance - [Ensure regulatory compliance](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance): Get ready for Strong Customer Authentication, and learn about other regulatory requirements. - [PCI compliance](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance/pci-compliance): Learn more about Payment Card Industry Data Security Standards. - [SCA compliance](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance/sca-compliance): Comply with Strong Customer Authentication requirements for authenticating online payments in Europe. - [Requirements for financial institutions](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance/requirements-for-financial-institutions): Are you a financial institution (MCC 6012)? If so, read up on Visa and Mastercard's requirements. - [Requirements for subscriptions and trials](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance/requirements-for-subscriptions-and-trials): Card scheme disclosure requirements if you offer subscriptions or free trials. - [Requirements for unscheduled payments](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance/requirements-for-unscheduled-payments): Card scheme disclosure requirements if you process unscheduled payments. - [Third-party provider access](https://www.checkout.com/docs/business-operations/ensure-regulatory-compliance/third-party-provider-access): Enable third-party providers to access your account information. ### Manage periodic reviews - [Manage periodic reviews](https://www.checkout.com/docs/business-operations/manage-periodic-reviews): Learn about the periodic reviews we conduct to ensure your business information is accurate and complies with regulatory requirements. ## Payouts _Sending funds to cards and bank accounts._ - [Request payouts](https://www.checkout.com/docs/payments/request-payouts): Make payouts to your customers’ bank accounts or cards. - [Request Bank Payouts](https://www.checkout.com/docs/payments/request-payouts/bank-payouts): Create a payout instrument to use one or multiple times, then request a payout to a bank account. - [Bank account field formatting](https://www.checkout.com/docs/payments/request-payouts/bank-payouts/bank-account-field-formatting): View the bank account field formatting required to create bank account instruments, or request bank payouts for each supported country. - [Card Payouts](https://www.checkout.com/docs/payments/request-payouts/card-payouts): Perform near-instant payouts to eligible cards. - [Request a card payout](https://www.checkout.com/docs/payments/request-payouts/card-payouts/request-a-card-payout): Request a card payout to perform a money transfer or a direct funds disbursement. - [Request an Apple Pay Card Payout](https://www.checkout.com/docs/payments/request-payouts/card-payouts/request-an-apple-pay-card-payout): Perform payouts to eligible cards using Apple Pay. ## Funds and settlements _Balances, settlements, and moving, spending, and reconciling funds held with Checkout.com._ ### Manage funds - [Manage funds](https://www.checkout.com/docs/funds-management/manage-funds): Learn more about using sub-accounts to hold and manage your funds. - [Balances](https://www.checkout.com/docs/funds-management/manage-funds/balances): Understand how your funds are tracked as different balances. - [Manage balances](https://www.checkout.com/docs/funds-management/manage-funds/balances/manage-balances): Learn how to view and manage the balances you hold with Checkout.com, and configure balance notifications. - [Fixed and rolling reserves](https://www.checkout.com/docs/funds-management/manage-funds/balances/fixed-and-rolling-reserves): Learn more about fixed and rolling reserves held by Checkout.com. - [Pool your funds](https://www.checkout.com/docs/funds-management/manage-funds/pool-your-funds): Use the Funds Pooling solution to continue to process card payouts when the sub-account does not have sufficient funds. ### Receive settlements - [Receive settlements](https://www.checkout.com/docs/funds-management/receive-settlements): Find out how settlements work, when your funds become available, and how often you can receive payouts. - [Manage settlements](https://www.checkout.com/docs/funds-management/receive-settlements/manage-settlements): View your settlements in the Dashboard, and update your schedule, bank details, time zone, and settlement IDs. ### Access funds - [Access funds](https://www.checkout.com/docs/funds-management/access-funds): Learn how to accelerate your payouts to access your funds faster. - [Acceleration](https://www.checkout.com/docs/funds-management/access-funds/acceleration): Learn how to accelerate your payouts to access your funds faster. ### Move funds - [Move funds](https://www.checkout.com/docs/funds-management/move-funds): Move funds into, out of, and between your sub-accounts, and transfer them to a verified stablecoin wallet. - [Add funds](https://www.checkout.com/docs/funds-management/move-funds/add-funds): Add funds to your sub-accounts on-demand to fund issuing payments or payouts. - [Transfer funds between sub-accounts](https://www.checkout.com/docs/funds-management/move-funds/transfer-funds-between-sub-accounts): Transfer funds between your sub-accounts on demand, in the same or a different currency, to manage your cashflow. - [Transfer funds to wallets](https://www.checkout.com/docs/funds-management/move-funds/transfer-funds-to-wallets): Transfer funds to verified stablecoin wallets in USDC on demand in the Dashboard. - [Withdraw funds](https://www.checkout.com/docs/funds-management/move-funds/withdraw-funds): Learn how to withdraw funds from your Checkout Business Account to a bank account on demand. ### Reconcile with Checkout.com - [Reconcile with Checkout.com](https://www.checkout.com/docs/funds-management/reconcile-with-checkout-com): Reconcile your settlements, financial actions, balances, and invoices with Checkout.com. - [Breakdown types](https://www.checkout.com/docs/funds-management/reconcile-with-checkout-com/breakdown-types): Learn about the different breakdown types and fee categories in reports and invoices for reconciliation. - [Exchange (FX) rate fee](https://www.checkout.com/docs/funds-management/reconcile-with-checkout-com/exchange-fx-rate-fee): Learn more about Checkout.com foreign exchange (FX) rate fees. - [Scheme fee adjustments](https://www.checkout.com/docs/funds-management/reconcile-with-checkout-com/scheme-fee-adjustments): Learn more about scheme fee adjustments and how they're calculated. ### Spend funds - [Spend funds](https://www.checkout.com/docs/funds-management/spend-funds): Learn how to spend funds from your Checkout Business Account. - [Corporate Cards](https://www.checkout.com/docs/funds-management/spend-funds/corporate-cards): Learn how to create virtual cards to spend funds from your Checkout Business Account. ## Card issuing _Running a card program, from cardholders and card creation to spending controls._ ### Set up card program - [Set up card program](https://www.checkout.com/docs/card-issuing/set-up-card-program): Learn more about the information you'll need to provide to set up a card program with Checkout.com. ### Design and ship cards - [Design and ship cards](https://www.checkout.com/docs/card-issuing/design-and-ship-cards): Learn more about how you can customize the design of your card and packaging, and the shipping methods available to send cards to your cardholders. ### Fund your Issuing balance - [Fund your Issuing balance](https://www.checkout.com/docs/card-issuing/fund-your-issuing-balance): Learn how to fund your Issuing balance. ### Create and manage cardholders - [Create and manage cardholders](https://www.checkout.com/docs/card-issuing/create-and-manage-cardholders): Learn how to create and manage cardholder details. ### Issue a card - [Issue a card](https://www.checkout.com/docs/card-issuing/issue-a-card): Create a virtual or physical card and issue it to a cardholder. ### Activate a card - [Activate a card](https://www.checkout.com/docs/card-issuing/activate-a-card): Learn how to activate an issued card using the Dashboard, API, your app, or your website, and how cardholders can activate their cards. ### Simulate Issuing transactions - [Simulate Issuing transactions](https://www.checkout.com/docs/card-issuing/simulate-issuing-transactions): Use the sandbox environment to simulate transaction flows with an issued card. ### Manage cards - [Manage cards](https://www.checkout.com/docs/card-issuing/manage-cards): Learn how to manage the cards that you've issued to your cardholders. - [Enroll a card in 3D Secure](https://www.checkout.com/docs/card-issuing/manage-cards/enroll-a-card-in-3d-secure): Learn how to enroll cards in 3DS to authenticate cardholders for online transactions and reduce the risk of fraud. - [Display card details](https://www.checkout.com/docs/card-issuing/manage-cards/display-card-details): Learn how to view sensitive card details using the Dashboard or API, and display them to cardholders in your app or on your website. - [Add a card to a digital wallet](https://www.checkout.com/docs/card-issuing/manage-cards/add-a-card-to-a-digital-wallet): Learn how to enable your cardholders to add cards to their digital wallet using your app. - [Suspend a card](https://www.checkout.com/docs/card-issuing/manage-cards/suspend-a-card): Learn how to suspend and reactivate cards using the Dashboard, API, your app, and your website. - [Revoke a card](https://www.checkout.com/docs/card-issuing/manage-cards/revoke-a-card): Learn how to revoke and schedule revocation for cards using the Dashboard, API, your app, and your website. - [Renew a card](https://www.checkout.com/docs/card-issuing/manage-cards/renew-a-card): Learn how to renew a card with a previous card's configuration. - [Update card details](https://www.checkout.com/docs/card-issuing/manage-cards/update-card-details): Learn how to update the details of issued cards. - [Update card product](https://www.checkout.com/docs/card-issuing/manage-cards/update-card-product): Learn how to rename the card product for issued cards. - [Manage card PINs](https://www.checkout.com/docs/card-issuing/manage-cards/manage-card-pins): Learn how to manage the PINs for physical cards. ### Manage Issuing transactions - [Manage Issuing transactions](https://www.checkout.com/docs/card-issuing/manage-issuing-transactions): Learn more about how your cardholder's transactions transition through the various phases of the transaction lifecycle. - [Transaction lifecycle](https://www.checkout.com/docs/card-issuing/manage-issuing-transactions/transaction-lifecycle): Learn more about how your cardholder's transactions transition through the various stages of the transaction lifecycle. - [Relay authorization requests](https://www.checkout.com/docs/card-issuing/manage-issuing-transactions/relay-authorization-requests): Review relayed authorization requests to approve or decline payments based on your own fraud logic. - [Manage Issuing disputes](https://www.checkout.com/docs/card-issuing/manage-issuing-transactions/manage-issuing-disputes): Learn more about managing disputes on a card that you've issued. - [Authenticate cardholders for transactions](https://www.checkout.com/docs/card-issuing/manage-issuing-transactions/authenticate-cardholders-for-transactions): Perform out-of-band (OOB) 3D Secure cardholder authentication for digital transactions in your app. ### Manage controls - [Manage controls](https://www.checkout.com/docs/card-issuing/manage-controls): Learn about card spending controls that manage how much cardholders can spend, where, and how quickly. - [Card controls](https://www.checkout.com/docs/card-issuing/manage-controls/card-controls): Apply and manage card spending controls that limit how much a card can spend in total, over a set period of time, and at certain businesses. - [Card control profiles](https://www.checkout.com/docs/card-issuing/manage-controls/card-control-profiles): Create and manage control profiles that apply a set of spending controls to a group of cards. - [Card-product controls](https://www.checkout.com/docs/card-issuing/manage-controls/card-product-controls): Apply card spending controls at the level of the card product. - [Control groups](https://www.checkout.com/docs/card-issuing/manage-controls/control-groups): Group multiple controls together and define how to apply the combined outcome. ## Platform payments _Payfac and SaaS platform integrations, including sub-entity onboarding, payments, and payouts._ ### Platforms for Payfac - [Platforms for Payfac](https://www.checkout.com/docs/platforms/for-payfac): Learn more about the Platforms solution for payment facilitators (Payfac). - [Account types](https://www.checkout.com/docs/platforms/for-payfac/account-types): Learn more about the account types for the Platforms solution. - [Lite account](https://www.checkout.com/docs/platforms/for-payfac/account-types/lite-account): Learn more about the Lite account type for the Platforms solution. - [Full account](https://www.checkout.com/docs/platforms/for-payfac/account-types/full-account): Learn more about the Full account type for the Platforms solution. - [Onboard sub-entities](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities): Onboard and verify sub-entities to the platform. - [Collect verification information](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/collect-verification-information): Learn about the information required for Checkout.com to verify sub-entities. - [Handle webhooks](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/handle-webhooks): Learn about the webhooks you receive when onboarding sub-entities to your platform. - [Submit onboarding application](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/submit-application): Learn about the different ways you can submit the onboarding application for your sub-entities. - [Onboard a sub-entity with the Dashboard](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/submit-application/onboard-with-the-dashboard): Submit an onboarding application in the Dashboard. - [Onboard a sub-entity using the API](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/submit-application/onboard-with-the-api): Submit an onboarding application using the Platforms API. - [Onboard with Hosted Onboarding](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/submit-application/onboard-with-hosted-onboarding): Send a sub-entity an invite to onboard themselves to your platform. - [Add supporting documents](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/add-supporting-documents): Add supporting documents using our Platforms API. - [Add a payment instrument](https://www.checkout.com/docs/platforms/for-payfac/onboard-sub-entities/add-payment-instrument): Learn how to add a payment instrument. - [Manage sub-entities](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entities): Learn how you can manage the sub-entities on your platform. - [Retrieve sub-entity details](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entities/retrieve-sub-entity-details): Learn how you can retrieve details of a sub-entity on your platform. - [Update a sub-entity](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entities/update-a-sub-entity): Learn how you can update a sub-entity on your platform. - [Sub-entity status](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entities/sub-entity-status): Learn about the different sub-entity statuses. - [Manage periodic reviews](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entities/manage-periodic-reviews): Learn about the periodic reviews we conduct to ensure your sub-entities' business information is accurate and complies with regulatory requirements. - [Process sub-entity payments](https://www.checkout.com/docs/platforms/for-payfac/process-sub-entity-payments): Process payments on behalf of your sub-entities, and charge platform fees. - [Process payments on the Lite account type](https://www.checkout.com/docs/platforms/for-payfac/process-sub-entity-payments/process-payments-on-a-lite-account): Learn how to process sub-entity payments for your Integrated Platform account - [Process payments on a full account](https://www.checkout.com/docs/platforms/for-payfac/process-sub-entity-payments/process-payments-on-a-full-account): Learn how to process payments for your sub-entity accounts - [Process sub-entity payouts](https://www.checkout.com/docs/platforms/for-payfac/process-sub-entity-payouts): Pay funds out to your sub-entities. - [Process sub-entity Bank Payouts](https://www.checkout.com/docs/platforms/for-payfac/process-sub-entity-payouts/process-bank-payouts): Process on-demand and scheduled payouts to bank accounts. - [Process sub-entity card payouts](https://www.checkout.com/docs/platforms/for-payfac/process-sub-entity-payouts/process-card-payouts): Process on-demand payouts to a card. - [Manage sub-entity balances](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entity-balances): View your sub-entities' funds and manage their reserve rules. - [Transfer sub-entity funds](https://www.checkout.com/docs/platforms/for-payfac/manage-sub-entity-balances/transfer-sub-entity-funds): Transfer funds to your sub-entities using the Dashboard or the Transfers API. ### Platforms for SaaS - [Platforms for SaaS](https://www.checkout.com/docs/platforms/for-saas): Learn more about the Platforms solution for software platforms. - [Get started with platforms for SaaS](https://www.checkout.com/docs/platforms/for-saas/get-started): Get started with onboarding sub-entities and processing payments on their behalf on your SaaS platform. - [Onboard sub-entities](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities): Onboard and verify sub-entities to the platform. - [Collect verification information](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities/collect-verification-information): Learn about the information required for Checkout.com to verify sub-entities. - [Handle webhooks](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities/handle-webhooks): Learn about the webhooks you receive when onboarding sub-entities to your platform. - [Submit application](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities/submit-application): Submit an onboarding application using the Platforms API. - [Add supporting documents](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities/add-supporting-documents): Add supporting documents using our Platforms API. - [Add a payment instrument](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities/add-payment-instrument): Learn how to add a payment instrument. - [Simulate onboarding scenarios](https://www.checkout.com/docs/platforms/for-saas/onboard-sub-entities/simulate-onboarding-scenarios): Simulate different onboarding scenarios using the Onboarding simulator API. - [Manage sub-entities](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entities): Learn how to manage the sub-entities on your platform. - [Retrieve sub-entity details](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entities/retrieve-sub-entity-details): Learn how you can retrieve details of a sub-entity on your platform. - [Update a sub-entity](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entities/update-a-sub-entity): Learn how you can update a sub-entity on your platform. - [Sub-entity status](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entities/sub-entity-status): Learn about the different sub-entity statuses. - [Resolve pending requirements](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entities/resolve-pending-requirements): Learn how to list, review, and resolve pending compliance requirements on your sub-entities. - [Process sub-entity payments](https://www.checkout.com/docs/platforms/for-saas/process-sub-entity-payments): Process payments on behalf of your sub-entities, and charge platform fees. - [Manage sub-entity payments](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entity-payments): Get payment details and search for specific transactions. - [Get payment details](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entity-payments/get-payment-details): Learn how to get detailed information about a payment. - [Search and filter payments](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entity-payments/search-and-filter-payments): Search for individual payments or filter the list of payments by certain parameters. - [Process sub-entity payouts](https://www.checkout.com/docs/platforms/for-saas/process-sub-entity-payouts): Pay funds out to your sub-entities. - [Process sub-entity bank payouts](https://www.checkout.com/docs/platforms/for-saas/process-sub-entity-payouts/process-sub-entity-bank-payouts): Process on-demand and scheduled payouts to bank accounts. - [Process sub-entity card payouts](https://www.checkout.com/docs/platforms/for-saas/process-sub-entity-payouts/process-sub-entity-card-payouts): Process on-demand payouts to a card. - [Manage sub-entity balances](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entity-balances): View balances and reserve rules for your sub-entities. - [Manage sub-entity settlements](https://www.checkout.com/docs/platforms/for-saas/manage-sub-entity-settlements): Learn how you can manage your sub-entities' settlement payouts. - [Retrieve reports](https://www.checkout.com/docs/platforms/for-saas/retrieve-reports): Learn more about the reports available and how to retrieve them. - [Retrieve reports using the API](https://www.checkout.com/docs/platforms/for-saas/retrieve-reports/retrieve-reports-using-the-api): Use the Reports API to retrieve your reports and your merchants' reports. ## Reporting and analytics _Payment performance analytics, and the reports available to retrieve._ ### Retrieve payment reports - [Retrieve payment reports](https://www.checkout.com/docs/payments/retrieve-payment-reports): Retrieve payment reports to view a history of your payments' and payouts' transition through the payment lifecycle. - [Authentication Report](https://www.checkout.com/docs/payments/retrieve-payment-reports/authentication-report): View granular authentication data for authentications you process with Checkout.com, using the Integrated or Standalone authentication solutions. - [Bank Payouts Report](https://www.checkout.com/docs/payments/retrieve-payment-reports/bank-payouts-report): View all successful and declined bank payouts during a selected period. - [Card Payouts Report](https://www.checkout.com/docs/payments/retrieve-payment-reports/card-payouts-report): See a comprehensive view of your card payout transactions. - [Payments Report](https://www.checkout.com/docs/payments/retrieve-payment-reports/payments-report): View a comprehensive history of your payments' transition through the payment lifecycle. ### Retrieve financial reports - [Retrieve financial reports](https://www.checkout.com/docs/funds-management/retrieve-financial-reports): Retrieve financial reports to reconcile and understand the movement of funds. - [Balance reports](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/balance-reports): Learn how to generate reports related to your balances. - [Balance Breakdown Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/balance-reports/balance-breakdown-report): View financial movements that impact your Available balance. - [Balance Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/balance-reports/balance-report): See the funds movements in and out of your sub-accounts, and the opening and closing Available balances in a specified time frame. - [Financial Actions by Date Range Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/balance-reports/financial-actions-by-date-range-report): View a representation of actions taken during a payment’s lifecycle, and how it impacts your currency account's available balance. - [Settlement reports](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/settlement-reports): Learn how to generate reports related to your settlements. - [Financial Actions by Payout ID Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/settlement-reports/financial-actions-by-payout-id-report): See financial actions during a payment's lifecycle and the impacts your sub-account's Available balance. - [Payouts Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/settlement-reports/payouts-report): See an overview of settlement payouts in a specified time frame, along with the associated fees and activity breakdown. - [Settlement Breakdown Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/settlement-reports/settlement-breakdown-report): View all financial movements that relate to a specific settlement. - [Settlement Statement](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/settlement-reports/settlement-statement): View a formal summary of your settlement from Checkout.com. - [Fee Summary Report](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/fee-summary-report): See all fees and taxes charged to your Checkout.com account during a specified timeframe. - [Invoices](https://www.checkout.com/docs/funds-management/retrieve-financial-reports/invoices): Learn more about how invoices from Checkout.com work, and how often you receive them. ### Monitor payment performance - [Monitor payment performance](https://www.checkout.com/docs/business-operations/monitor-payment-performance): Use the Payment lifecycle view in the Dashboard to gain insights into your payment performance, and quickly identify and solve performance issues. - [Authentication analytics](https://www.checkout.com/docs/business-operations/monitor-payment-performance/authentication-analytics): Track your authentication performance over time and review your authentication analytics. - [Authorization analytics](https://www.checkout.com/docs/business-operations/monitor-payment-performance/authorization-analytics): Track your authorization performance over time and review your authorization analytics. - [Acceptance analytics](https://www.checkout.com/docs/business-operations/monitor-payment-performance/acceptance-analytics): Track your acceptance performance over time and review your acceptance analytics. - [Captures and refunds analytics](https://www.checkout.com/docs/business-operations/monitor-payment-performance/captures-and-refunds-analytics): Track your capture and refund rates over time and review your analytics for each stage. - [Payouts analytics](https://www.checkout.com/docs/business-operations/monitor-payment-performance/payouts-analytics): Track your payout performance over time and review your payouts analytics. - [Manage performance notifications](https://www.checkout.com/docs/business-operations/monitor-payment-performance/manage-performance-notifications): Customize notifications for your payment performance metrics - [Custom Boards](https://www.checkout.com/docs/business-operations/monitor-payment-performance/custom-boards): Build flexible payment performance views on top of Checkout.com Payment Lifecycle data. ### Retrieve reports - [Retrieve reports](https://www.checkout.com/docs/business-operations/retrieve-reports): Retrieve your reports programmatically using the Dashboard, the Reports API, SFTP, and webhooks. ### Retrieve Issuing reports - [Retrieve Issuing reports](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports): Learn how to generate reports relating to Issuing. - [Authorization Activity Report](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports/authorization-activity-report): View all authorization messages processed within a specified time frame. - [Cards Report](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports/cards-report): View all cards you created within a specified time frame. - [Clearing Activity Report](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports/clearing-activity-report): View all transactional activities associated with your cards, including presentments, chargebacks, representments, pre-arbitrations, and arbitrations. - [Clearing Summary Report](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports/clearing-summary-report): View the aggregated amounts for all transactional messages received within a specified time frame. - [Dispute Lifecycle Report](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports/dispute-lifecycle-report): View the lifecycle events for all Issuing disputes raised on your cards during a selected period. - [Quarterly Mastercard Report](https://www.checkout.com/docs/card-issuing/retrieve-issuing-reports/quarterly-mastercard-report): View operational metrics you must send to Mastercard per quarter. ## Dashboard and account management _Using the Dashboard, and managing account settings, users, permissions, and single sign-on._ - [Use the Dashboard](https://www.checkout.com/docs/business-operations/use-the-dashboard): Learn how to use the Dashboard to monitor and analyze your payments, and see your key performance indicators. - [Single sign-on](https://www.checkout.com/docs/business-operations/use-the-dashboard/single-sign-on): Learn about the benefits of enabling single sign-on (SSO) for Dashboard authentication. - [Enable single sign-on with Okta](https://www.checkout.com/docs/business-operations/use-the-dashboard/single-sign-on/enable-single-sign-on-with-okta): Delegate Dashboard authentication, team management, and user creation to Okta. - [Enable single sign-on with Azure](https://www.checkout.com/docs/business-operations/use-the-dashboard/single-sign-on/enable-single-sign-on-with-azure): Delegate Dashboard authentication, team management, and user creation to Azure Active Directory (AD). - [Enable single sign-on with Google](https://www.checkout.com/docs/business-operations/use-the-dashboard/single-sign-on/enable-single-sign-on-with-google): Configure Google Cloud as an identity provider to authenticate your users to the Dashboard using your Google credentials. - [Enable single sign-on with other identity providers](https://www.checkout.com/docs/business-operations/use-the-dashboard/single-sign-on/enable-single-sign-on-with-other-identity-providers): Delegate Dashboard authentication, team management, and user creation to your identity provider. - [Configure multi-factor authentication](https://www.checkout.com/docs/business-operations/use-the-dashboard/configure-multi-factor-authentication): Configure multi-factor authentication for your account - [Manage users](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-users): You can view the list of users, as well as manage access and permissions in the Dashboard. - [User permissions](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-users/user-permissions): Control what individual users and groups of users can see and do in the Dashboard. - [User activity](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-users/user-activity): View and download logs of all user activity on your Dashboard account. - [Entity segments](https://www.checkout.com/docs/business-operations/use-the-dashboard/entity-segments): Use entity segments to manage account structure and information access. - [Payment activity](https://www.checkout.com/docs/business-operations/use-the-dashboard/payment-activity): Use the Dashboard to view your business' full payment activity. - [Filter payments](https://www.checkout.com/docs/business-operations/use-the-dashboard/payment-activity/filter-payments): Sort through your transaction list quickly with the payment filter. - [View payment fees](https://www.checkout.com/docs/business-operations/use-the-dashboard/payment-activity/view-payment-fees): View a breakdown of the fees charged for any given payment from the Payment details page. - [Track authentication events](https://www.checkout.com/docs/business-operations/use-the-dashboard/payment-activity/track-authentication-events): Use the Dashboard to track authentication events that occur throughout a payment's lifecycle. - [Create MOTO payments](https://www.checkout.com/docs/business-operations/use-the-dashboard/payment-activity/create-moto-payments): Create mail order or telephone order (MOTO) payments through the Dashboard. - [Generate payment proof documents](https://www.checkout.com/docs/business-operations/use-the-dashboard/payment-activity/generate-payment-proof-documents): Generate a Proof of Refund, Capture, or Void PDF to share with your customers as proof that a payment event occurred. - [Disputes](https://www.checkout.com/docs/business-operations/use-the-dashboard/disputes): Monitor and respond to disputes from within the Dashboard. - [Analytics](https://www.checkout.com/docs/business-operations/use-the-dashboard/analytics): Use the analytics tool in the Dashboard for real-time data insights. - [Developers](https://www.checkout.com/docs/business-operations/use-the-dashboard/developers): Manage your API keys, create test data, and view the Checkout.com service status from within the Developers section in the Dashboard. - [Notifications](https://www.checkout.com/docs/business-operations/use-the-dashboard/notifications): Learn how to configure email and Dashboard alerts for specific events. - [Configure account rules](https://www.checkout.com/docs/business-operations/use-the-dashboard/configure-account-rules): Configure account rules to add an approval layer for payment actions taken on your account. - [Manage website URLs](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-website-urls): Learn how to view and request to add website URLs on the Dashboard. - [Manage business details](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-business-details): Manage your business details in the Dashboard. - [Manage key business stakeholder details](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-key-business-stakeholder-details): View the details of your entity's key business stakeholders in the Dashboard. - [Manage processing channels](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-processing-channels): View the processing channels configured in a selected entity. - [Manage support requests](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-support-requests): Learn how to manage your support requests in the Dashboard. ## SDKs and libraries _Client and server SDKs, and the mobile and web libraries._ - [SDKs](https://www.checkout.com/docs/developer-resources/sdks): Use Checkout.com's back-end and mobile SDKs for Android and iOS to securely perform tasks in your app. - [3DS SDKs](https://www.checkout.com/docs/developer-resources/sdks/3ds-sdks): Use the 3DS SDKs to provide a native 3D Secure authentication experience in your mobile app. - [3DS Android SDK](https://www.checkout.com/docs/developer-resources/sdks/3ds-sdks/3ds-android-sdk): Use the 3DS Android SDK to provide a native 3DS experience in your Android app. - [3DS iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/3ds-sdks/3ds-ios-sdk): Use the 3DS iOS SDK to provide a native 3DS experience in your iOS app. - [Card Issuing SDKs](https://www.checkout.com/docs/developer-resources/sdks/card-issuing-sdks): Use the Card Issuing SDKs to manage cards in your Android or iOS mobile app. - [Card Management Android SDK](https://www.checkout.com/docs/developer-resources/sdks/card-issuing-sdks/card-management-android-sdk): Integrate this SDK to manage cards in your Android app. - [Card Management iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/card-issuing-sdks/card-management-ios-sdk): Integrate this SDK to manage cards in your iOS app. - [Card Management Web SDK](https://www.checkout.com/docs/developer-resources/sdks/card-issuing-sdks/card-management-web-sdk): Integrate this SDK to manage cards from your website or web application. - [Out-of-Band Authentication Android SDK](https://www.checkout.com/docs/developer-resources/sdks/card-issuing-sdks/out-of-band-authentication-android-sdk): Integrate this SDK to authenticate cardholders for digital transactions in your Android app. - [Out-of-Band Authentication iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/card-issuing-sdks/out-of-band-authentication-ios-sdk): Integrate this SDK to authenticate cardholders for digital transactions in your iOS app. - [Frames SDKs](https://www.checkout.com/docs/developer-resources/sdks/frames-sdks): Use the Frames SDKs to process payments in your mobile app without having to handle sensitive data. - [Frames Android SDK](https://www.checkout.com/docs/developer-resources/sdks/frames-sdks/frames-android-sdk): Use the Frames Android SDK to process payments in your Android app, without having to handle sensitive data. - [Customize the Frames Android SDK](https://www.checkout.com/docs/developer-resources/sdks/frames-sdks/frames-android-sdk/customize-the-frames-android-sdk): Customize the forms used to collect payment information in your Android app. - [Frames iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/frames-sdks/frames-ios-sdk): Use the Frames iOS SDK to process payments in your iOS app, without having to handle sensitive data. - [Customize the Frames iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/frames-sdks/frames-ios-sdk/customize-the-frames-ios-sdk): Customize the forms used to collect payment information in your iOS app. - [Frames reference](https://www.checkout.com/docs/developer-resources/sdks/frames-sdks/frames-reference): Learn how to configure our Frames solution. - [Identities SDKs](https://www.checkout.com/docs/developer-resources/sdks/identities-sdks): Use Identities SDKs to redirect applicants to attempts in your mobile app. - [Identity Verification Android SDK](https://www.checkout.com/docs/developer-resources/sdks/identities-sdks/identity-verification-android-sdk): Redirect applicants to attempts in your Android mobile app. - [Identity Verification iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/identities-sdks/identity-verification-ios-sdk): Redirect applicants to attempts in your iOS mobile app. - [Risk SDKs](https://www.checkout.com/docs/developer-resources/sdks/risk-sdks): Use the Risk SDKs to collect device data in your mobile app to leverage in your risk strategy. - [Risk Android SDK](https://www.checkout.com/docs/developer-resources/sdks/risk-sdks/risk-android-sdk): Integrate the Risk Android SDK to collect device data in your app to leverage in your risk strategy. - [Risk iOS SDK](https://www.checkout.com/docs/developer-resources/sdks/risk-sdks/risk-ios-sdk): Integrate the Risk iOS SDK to collect device data in your app to leverage in your risk strategy. - [Risk.js SDK](https://www.checkout.com/docs/developer-resources/sdks/risk-sdks/risk-js-sdk): Integrate the Risk.js SDK to collect device data in your app to leverage in your risk strategy. - [Data safety form](https://www.checkout.com/docs/developer-resources/sdks/data-safety-form): Provide the required responses when you submit an app that includes a Checkout.com Android SDK to Google Play. - [Mobile SDKs lifecycle policy](https://www.checkout.com/docs/developer-resources/sdks/mobile-sdks-lifecycle-policy): Learn how we version, support, and deprecate our mobile SDKs, and how long you have to adopt each new release. ## API and testing _API access and endpoints, the MCP server, and testing an integration._ ### Checkout.com MCP Server - [Checkout.com MCP Server](https://www.checkout.com/docs/developer-resources/checkout-com-mcp-server): Use the Checkout.com MCP Server to search through our knowledge base and manage payment operations directly from your AI-assisted development environment. ### Testing - [Testing](https://www.checkout.com/docs/developer-resources/testing): Use these resources to test your integration. - [Test cards](https://www.checkout.com/docs/developer-resources/testing/test-cards): Use these test card numbers to simulate credit, debit, and prepaid card payments. Test cards for all major schemes including Visa and Mastercard. - [Disputes testing](https://www.checkout.com/docs/developer-resources/testing/disputes-testing): Simulate disputes and chargebacks in the testing environment. - [Payments testing](https://www.checkout.com/docs/developer-resources/testing/payments-testing): Create a test token for making test payment requests. - [Bank payouts testing](https://www.checkout.com/docs/developer-resources/testing/bank-payouts-testing): Simulate various Bank Payouts scenarios. - [Simulate card verification outcomes](https://www.checkout.com/docs/developer-resources/testing/simulate-card-verification-outcomes): Simulate card verification value (CVV) check outcomes. - [AVS check testing](https://www.checkout.com/docs/developer-resources/testing/avs-check-testing): Simulate various outcomes for Address Verification Service (AVS) checks. - [ANI check testing](https://www.checkout.com/docs/developer-resources/testing/ani-check-testing): Simulate various outcomes for Account Name Inquiry (ANI) checks. - [Recommendation code testing](https://www.checkout.com/docs/developer-resources/testing/recommendation-code-testing): Simulate recommendation code outcomes from the card scheme. - [Identity Verification testing](https://www.checkout.com/docs/developer-resources/testing/identity-verification-testing): Simulate various Identity Verification scenarios. - [Fraud Detection testing](https://www.checkout.com/docs/developer-resources/testing/fraud-detection-testing): Simulate various outcomes for the Fraud Detection solution. ### API - [API](https://www.checkout.com/docs/developer-resources/api): Learn how to authenticate your API calls, and handle with rate limits. - [API endpoints](https://www.checkout.com/docs/developer-resources/api/api-endpoints): Learn how to communicate with the Checkout.com API. - [TLS certificates](https://www.checkout.com/docs/developer-resources/api/api-endpoints/tls-certificates): Learn about the TLS certificate authorities required in your trust store when connecting to Checkout.com APIs. - [Private connections](https://www.checkout.com/docs/developer-resources/api/private-connections): Connect to the Checkout.com APIs privately to improve data security. - [Mutual TLS](https://www.checkout.com/docs/developer-resources/api/private-connections/mtls): Connect to the Checkout.com APIs privately with Mutual TLS (mTLS) to improve data security. - [AWS PrivateLink](https://www.checkout.com/docs/developer-resources/api/private-connections/aws-privatelink): Connect to the Checkout.com APIs privately with AWS PrivateLink to improve data security. - [Idempotency](https://www.checkout.com/docs/developer-resources/api/idempotency): Safely retry API requests, without the risk of duplicate requests. - [API rate limits](https://www.checkout.com/docs/developer-resources/api/api-rate-limits): Learn more about how and when we may apply rate limits to calls to our APIs. - [Manage API keys](https://www.checkout.com/docs/developer-resources/api/manage-api-keys): Learn more about the different methods of authenticating your API calls. - [OAuth 2.0 client credentials](https://www.checkout.com/docs/developer-resources/api/manage-api-keys/oauth-2-0-client-credentials): Learn how to authenticate your API calls with OAuth 2.0. - [API keys](https://www.checkout.com/docs/developer-resources/api/manage-api-keys/api-keys): Learn how to authenticate your API calls with API keys. - [API changes](https://www.checkout.com/docs/developer-resources/api/api-changes): See the types of non-breaking changes we typically introduce to our API. - [FX rates API](https://www.checkout.com/docs/developer-resources/api/fx-rates-api): Use the Forex (FX) rates API to get the indicative foreign exchange rates that Checkout.com uses to process payments. - [API logs](https://www.checkout.com/docs/developer-resources/api/api-logs): Review your API request and response data in the Dashboard. ## Webhooks and event notifications _Receiving event notifications over webhooks or Amazon EventBridge._ - [Event notifications](https://www.checkout.com/docs/developer-resources/event-notifications): Receive real-time notifications about events related to your account using webhooks or EventBridge. - [Receive webhooks](https://www.checkout.com/docs/developer-resources/event-notifications/receive-webhooks): Receive real-time notifications on your webhooks server about events related to your account. - [Configure your webhook server](https://www.checkout.com/docs/developer-resources/event-notifications/receive-webhooks/configure-your-webhook-server): Configure your webhook server to receive notifications about events related to your account. - [Manage webhooks in the Dashboard](https://www.checkout.com/docs/developer-resources/event-notifications/receive-webhooks/manage-webhooks-in-the-dashboard): Use the Dashboard to manage webhook configurations. - [Manage webhooks using the API](https://www.checkout.com/docs/developer-resources/event-notifications/receive-webhooks/manage-webhooks-using-the-api): Use the Workflows API to manage webhook workflows, their actions and conditions, and retrieve information about event types. - [Resend webhooks](https://www.checkout.com/docs/developer-resources/event-notifications/receive-webhooks/resend-webhooks): Resend past webhook events to re-initiate associated workflow actions using the Dashboard or API. - [Receive events in EventBridge](https://www.checkout.com/docs/developer-resources/event-notifications/receive-events-in-eventbridge): Receive Checkout.com events in Amazon EventBridge. ## Webhook event types _Reference for each event type you can subscribe to, with its payload._ - [Event types](https://www.checkout.com/docs/developer-resources/event-notifications/event-types): View the reference for events you can receive that relate to your account. - [3DS card enrolled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/3ds_card_enrolled) - [3DS card information changed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/3ds_card_information_changed) - [AML verification created](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_created) - [AML verification monitoring alert](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_monitoring_alert) - [AML verification monitoring reviewed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_monitoring_reviewed) - [AML verification onboarding completed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_onboarding_completed) - [AML verification onboarding reviewed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_onboarding_reviewed) - [AML verification onboarding started](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_onboarding_started) - [AML verification status changed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/aml_verification_status_changed) - [Authentication approved](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authentication_approved) - [Authentication attempted](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authentication_attempted) - [Authentication expired](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authentication_expired) - [Authentication failed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authentication_failed) - [Authentication started](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authentication_started) - [Authorization advice received](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authorization_advice_received) - [Authorization approved](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authorization_approved) - [Authorization declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/authorization_declined) - [Bank account updated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/bank_account_updated) - [Batch successful](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/batch_successful) - [Batch unsuccessful](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/batch_unsuccessful) - [Card activated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_activated) - [Card created](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_created) - [Card details changed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_details_changed) - [Card revoked](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_revoked) - [Card suspended](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_suspended) - [Card updated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_updated) - [Card verification declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_verification_declined) - [Card verified](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/card_verified) - [Digital card activated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_activated) - [Digital card deactivated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_deactivated) - [Digital card deleted](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_deleted) - [Digital card not provisioned](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_not_provisioned) - [Digital card pending](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_pending) - [Digital card provisioned](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_provisioned) - [Digital card reprovisioned](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/digital_card_reprovisioned) - [Dispute accepted](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_accepted) - [Dispute arbitration evidence submitted](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_arbitration_evidence_submitted) - [Dispute arbitration lost](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_arbitration_lost) - [Dispute arbitration sent to scheme](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_arbitration_sent_to_scheme) - [Dispute arbitration won](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_arbitration_won) - [Dispute canceled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_canceled) - [Dispute evidence acknowledged by the scheme](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_evidence_acknowledged_by_scheme) - [Dispute evidence required](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_evidence_required) - [Dispute evidence submitted](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_evidence_submitted) - [Dispute expired](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_expired) - [Dispute lost](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_lost) - [Dispute received](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_received) - [Dispute resolved](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_resolved) - [Dispute won](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/dispute_won) - [Face Authentication webhooks](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/face-authentication-webhooks) - [Fraud reported](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/fraud_reported) - [Full DD failed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/full_dd_failed) - [Full DD passed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/full_dd_passed) - [ID Document Verification webhooks](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/id-document-verification-webhooks) - [Identity verification anonymized](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_anonymized) - [Identity verification audit completed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_audit_completed) - [Identity verification capture aborted](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_capture_aborted) - [Identity verification capture completed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_capture_completed) - [Identity verification capture refused](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_capture_refused) - [Identity verification checks completed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_checks_completed) - [Identity verification checks inconclusive](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_checks_inconclusive) - [Identity verification closed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_closed) - [Identity verification created](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_created) - [Identity verification link expired](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_link_expired) - [Identity verification opened](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_opened) - [Identity verification report created](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_report_created) - [Identity verification reset](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_reset) - [Identity verification retry requested](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_retry_requested) - [Identity verification started](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/identity_verification_started) - [Issuer reversal processed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/issuer_reversal_processed) - [Issuing chargeback processed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/issuing_chargeback_processed) - [Issuing dispute closed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/issuing_dispute_closed) - [Issuing prearbitration processed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/issuing_prearbitration_processed) - [Issuing representment received](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/issuing_representment_received) - [Match failed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/match_failed) - [Match passed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/match_passed) - [Network token update](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/network_token_update) - [Payment approved](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_approved) - [Payment authorization increment declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_authorization_increment_declined) - [Payment authorization incremented](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_authorization_incremented) - [Payment canceled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_canceled) - [Payment capture declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_capture_declined) - [Payment capture pending](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_capture_pending) - [Payment captured](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_captured) - [Compliance review](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_compliance_review) - [Payment declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_declined) - [Payment expired](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_expired) - [Payment instrument verification failed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_instrument_verification_failed) - [Payment instrument verification passed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_instrument_verification_passed) - [Payment method ready](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_method_ready) - [Payment optimized](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_optimized) - [Payment paid](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_paid) - [Payment pending](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_pending) - [Payment refund declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_refund_declined) - [Payment refund pending](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_refund_pending) - [Payment refunded](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_refunded) - [Payment retry scheduled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_retry_scheduled) - [Payment returned](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_returned) - [Payment void declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_void_declined) - [Payment voided](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payment_voided) - [Payments disabled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payments_disabled) - [Payments enabled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payments_enabled) - [Payout declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payout_declined) - [Payout paid](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payout_paid) - [Payouts disabled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payouts_disabled) - [Payouts enabled](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/payouts_enabled) - [Presentment received](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/presentment_received) - [Presentment reversed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/presentment_reversed) - [Report generated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/report_generated) - [Request for information](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/request_for_information) - [Request for information received](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/request_for_information_received) - [Reversal approved](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/reversal_approved) - [Reversal declined](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/reversal_declined) - [Settlement debited](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/settlement_debited) - [New settlement generated](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/settlement_generated) - [Settlement instructed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/settlement_instructed) - [Settlement rejected](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/settlement_rejected) - [Settlement returned](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/settlement_returned) - [Status changed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/status_changed) - [Balance below threshold](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/sub_account_low_balance_threshold_exceeded) - [Top-up received](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/sub_account_top_up_received) - [Sub-entity created](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/sub_entity_created) - [Transfer status changed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/transfer_status_changed) - [VMSS failed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/vmss_failed) - [VMSS passed](https://www.checkout.com/docs/developer-resources/event-notifications/event-types/vmss_passed) ## Reference _Response codes, IP address ranges, and terminology._ ### Codes - [Codes](https://www.checkout.com/docs/developer-resources/codes): Find the correct formatting to use when specifying values in your requests, and the definitions for the various response codes you may receive. - [3DS SDK error codes](https://www.checkout.com/docs/developer-resources/codes/3ds-sdk-error-codes): View the error codes returned by the 3DS SDKs for Android and iOS. - [ANI codes](https://www.checkout.com/docs/developer-resources/codes/ani-codes): View the reference for codes returned with Account Name Inquiry checks. - [API response codes](https://www.checkout.com/docs/developer-resources/codes/api-response-codes): View the reference for the response codes you can receive about the status of an API request. - [AVS codes](https://www.checkout.com/docs/developer-resources/codes/avs-codes): View the reference for the codes returned by Address Verification Service (AVS) checks. - [Chargeback codes](https://www.checkout.com/docs/developer-resources/codes/chargeback-codes): View the reference for the chargeback codes you can receive during the chargeback process. - [Country codes](https://www.checkout.com/docs/developer-resources/codes/country-codes): View the reference for ITU-T E.164 dialing codes, alpha-2 ISO 3166 country codes, and alpha-3 ISO 3166 country codes. - [Currency codes](https://www.checkout.com/docs/developer-resources/codes/currency-codes): View the reference for ISO 4217 currency codes. - [CVV response codes](https://www.checkout.com/docs/developer-resources/codes/cvv-response-codes): View the reference for the card verification value (CVV) response codes you can receive when you carry out a CVV check or verify a card. - [ECI values](https://www.checkout.com/docs/developer-resources/codes/eci-values): View the reference for Electronic Commerce Indicator (ECI) values that indicate 3D Secure (3DS) authentication level and liability shift. - [Error codes](https://www.checkout.com/docs/developer-resources/codes/error-codes): View the reference for the error codes you can receive if there is an issue with your API request. - [Identities codes](https://www.checkout.com/docs/developer-resources/codes/identities-codes): View the reference for the statuses, response codes, and risk codes you can receive for Identities products. - [Issuing decline codes](https://www.checkout.com/docs/developer-resources/codes/issuing-decline-codes): View the reference for decline reason codes you can receive when a transaction from a card you issued fails. - [Issuing dispute codes](https://www.checkout.com/docs/developer-resources/codes/issuing-dispute-codes): View the reference for the reason codes you can receive for Issuing disputes. - [Merchant category codes](https://www.checkout.com/docs/developer-resources/codes/merchant-category-codes): View the reference for the ISO 18245 merchant category codes used to classify your business. - [Network token provisioning codes](https://www.checkout.com/docs/developer-resources/codes/network-token-provisioning-codes): View the reference for card scheme response codes you can receive for network token provisioning requests. - [Real-Time Account Updater response codes](https://www.checkout.com/docs/developer-resources/codes/real-time-account-updater-response-codes): View the reference for the response codes you can receive when requesting a card update with Real-Time Account Updater. - [Recommendation codes](https://www.checkout.com/docs/developer-resources/codes/recommendation-codes): View the reference for recommendation codes about how and when to retry Mastercard and Visa payments. - [Risk property codes](https://www.checkout.com/docs/developer-resources/codes/risk-property-codes): Use properties to create your Fraud Detection risk rules. - [Scheme fraud codes](https://www.checkout.com/docs/developer-resources/codes/scheme-fraud-codes): View the reference for the definitions of fraud codes you can receive when processing Visa and Mastercard payments. - [Visa response codes](https://www.checkout.com/docs/developer-resources/codes/visa-response-codes): View the reference for the response codes Visa returns to inform you if and when to retry transactions. ### IP addresses - [IP addresses](https://www.checkout.com/docs/developer-resources/ip-addresses): See the list of IP addresses you must add to your allowlist for your integration to work correctly. ### Terminology - [Terminology](https://www.checkout.com/docs/business-operations/terminology): View the reference for terms commonly used for Checkout.com products. ## Optional - [API reference](https://api-reference.checkout.com/): Endpoint, request, and response specifications for every Checkout.com API. - [Support](https://www.checkout.com/docs/support): Troubleshooting articles and answers to common questions. - [Sitemap](https://www.checkout.com/docs/sitemap.xml): The same pages as an XML sitemap.