32 lines
673 B
Plaintext
32 lines
673 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Integrations`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
Find in this document Medusa's modules that integrate third-party services and systems.
|
|
|
|
## Payment
|
|
|
|
Learn how to create a payment provider in [this guide](/references/payment/provider).
|
|
|
|
<ChildDocs showItems={["Payment"]} hideTitle />
|
|
|
|
---
|
|
|
|
## Notification
|
|
|
|
Learn how to create a payment provider in [this guide](/references/notification-provider-module).
|
|
|
|
<ChildDocs showItems={["Notification"]} hideTitle />
|
|
|
|
---
|
|
|
|
## File
|
|
|
|
Learn how to create a payment provider in [this guide](/references/file-provider-module).
|
|
|
|
<ChildDocs showItems={["File"]} hideTitle />
|