import { Callout } from "zudoku/ui/Callout";
import { IconCardsGrid, LinkGroupCardsGrid } from "../../../src/components/ColumnsCards";

# Payment Services

With **365 business Banking**, you can connect not only traditional bank accounts but also **payment services**, such as PayPal, Stripe, and mollie, directly to **Microsoft Dynamics 365 Business Central**.  
This allows you to automatically retrieve transactions and include them in payment reconciliation.

## Supported Payment Services

<IconCardsGrid
  centeredContent
  items={[
    {
      href: "/en-us/365-business-banking/payment-services/paypal",
      imageSrc: "/assets/images/365-business-banking/paypal-logo.png",
      imageAlt: "PayPal Logo",
      title: "PayPal",
    },
    {
      href: "/en-us/365-business-banking/payment-services/stripe",
      imageSrc: "/assets/images/365-business-banking/stripe-logo.png",
      imageAlt: "Stripe Logo",
      title: "Stripe",
    },
    {
      href: "/en-us/365-business-banking/payment-services/mollie",
      imageSrc: "/assets/images/365-business-banking/mollie-logo.png",
      imageAlt: "Mollie Logo",
      title: "Mollie",
    },
    {
      href: "/en-us/365-business-banking/payment-services/klarna",
      imageSrc: "/assets/images/365-business-banking/klarna-logo.png",
      imageAlt: "Klarna Logo",
      title: "Klarna",
    },
    {
      href: "/en-us/365-business-banking/payment-services/shopify",
      imageSrc: "/assets/images/365-business-banking/shopify-logo.png",
      imageAlt: "Shopify Logo",
      title: "Shopify (Beta)",
    },
    {
      href: "/en-us/365-business-banking/payment-services/universal",
      imageSrc: "/assets/images/365-business-banking/logo.png",
      imageAlt: "Universal Logo",
      title: "Universal",
    },
  ]}
/>

<Callout type="info" title="Note">
We are continuously working to integrate additional payment services to provide you with an even broader selection.<br/>Please check regularly for new versions of 365 business Banking to take advantage of new features.
</Callout>

## Step-by-Step Guide

1. Select **Bank Accounts** in the search of Microsoft Dynamics 365 Business Central.
2. Create a new bank account or select an existing one.
3. In the **Bank Account Card**, under **Actions**, choose the action group **Account Connection** and select **Connect…**.
   ![Start connection](/assets/images/365-business-banking/connect-banking-provider.de-DE.png)
4. From the list, select the desired provider, e.g., **PayPal**  
   ![Select provider](/assets/images/365-business-banking/select-banking-provider.de-DE.png)
5. Confirm the confirmation prompt with **Yes**.
6. Depending on the provider, different authentication data may be required. Enter the necessary information.  
   ![Enter credentials](/assets/images/365-business-banking/paypal-setup.de-DE.png)
7. Select the **Authenticate** action to check and activate access.

Afterwards, you can retrieve and process the transactions from the payment service using the Payment Reconciliation Journal (see [Using the Payment Reconciliation Journal](bank-reconciliation.md)).

# See Also

 - [Set up PayPal account](payment-services/paypal.mdx)
 - [Set up Stripe account](payment-services/stripe.mdx)
 - [Set up Mollie account](payment-services/mollie.mdx)
 - [Set up Klarna account](payment-services/klarna.mdx)
 - [Set up Shopify account](payment-services/shopify.md)
 - [Set up Universal Banking Provider](payment-services/universal.md)

