Files
medusa-store/www/apps/resources/app/integrations/page.mdx
erickirt 89b9fd24b2 Switch the headings to match the content (#9619)
HEading and content was switched for payment and file modules
2024-10-17 06:49:17 +00:00

53 lines
912 B
Plaintext

import { CardList } from "docs-ui"
export const metadata = {
title: `Integrations`,
}
# {metadata.title}
Find in this document Medusa's modules that integrate third-party services and systems.
## File
Learn how to create a file provider in [this guide](/references/file-provider-module).
<CardList
items={[
{
href: "/architectural-modules/file/s3",
title: "AWS S3 (and Compatible APIs)"
}
]}
/>
---
## Notification
Learn how to create a notification provider in [this guide](/references/notification-provider-module).
<CardList
items={[
{
href: "/architectural-modules/notification/sendgrid",
title: "SendGrid"
}
]}
/>
---
## Payment
Learn how to create a payment provider in [this guide](/references/payment/provider).
<CardList
items={[
{
href: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe"
}
]}
/>