diff --git a/public/_redirects b/public/_redirects index 53984022..e9814e48 100644 --- a/public/_redirects +++ b/public/_redirects @@ -110,7 +110,8 @@ /tools/models/merchant/ /tools/glossary/merchant # Resources -/extdev/ /getting-started +/getting-started/ / +/extdev/ / /rest-api/ /api /docs/online-payments/features/open-banking/ /resources/open-banking diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx deleted file mode 100644 index 10ce7caf..00000000 --- a/src/content/docs/getting-started.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Getting started -description: Start integrating SumUp quickly by creating a sandbox account, choosing your integration path, and processing your first payment. -sidebar: - order: -1 ---- - -Welcome to the SumUp Developer Portal. Here you'll find everything you need to integrate SumUp's payment solutions into your product. The documentation is divided into several sections: - -- **[Quick start](/getting-started/)** – set up a sandbox merchant account and run through a first payment in minutes. -- **[Online Payments](/online-payments/)** – accept card payments on the web or in mobile apps. -- **[Terminal Payments](/terminal-payments/)** – use SumUp card readers to take in-person payments. -- **[Developer Resources](/tools/authorization/)** – explore authentication, webhooks, LLM tooling, and other utilities. - -Create a [sandbox merchant account](https://me.sumup.com) to experiment safely and then dive into the section that best fits your use case.