From 45af346bca29f34a9e876eb56292cead5bcfc5b7 Mon Sep 17 00:00:00 2001 From: corneelwille Date: Fri, 30 Aug 2024 10:14:04 +0200 Subject: [PATCH] Add CTA to publiq platform in UiTPAS docs and follow structure of other docs --- projects/uitpas/docs/quickstart.md | 31 +++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/projects/uitpas/docs/quickstart.md b/projects/uitpas/docs/quickstart.md index 23b6ff7a..ca8eb3ed 100644 --- a/projects/uitpas/docs/quickstart.md +++ b/projects/uitpas/docs/quickstart.md @@ -1,12 +1,29 @@ -**These are the basic steps to integrate your application with UiTPAS:** +# Getting started -1. **[Create an integration via platform.publiq.be]()** to request your credentials for the UiTPAS testing environment. Within a few days you'll receive an email with a confirmation, giving you access to the [test organizer](./test-dataset.md) **(note: your new client will only be active after you receive the UiTPAS confirmation email)** +On this page we outline the basic steps to integrate your application with UiTPAS. -2. Carefully read [the authentication guide](./authentication.md) and get a grasp of common UiTPAS [terminology](./terminology.md). +> There are a few requirements that must be met to go live. Make sure you read this guide before you start developing on our test environment. -3. **Start building your application on the UiTPAS testing environment with the [test organizer](./test-dataset.md).** +## 1. Start on the test environment - Make use of our step-by-step guides for common integration scenarios - such as [How to register discounted ticket sales](./registering-ticket-sales.md) and [How to pay with UiTPAS-points](./pay-with-UiTPAS-points.md). +Create an integration on publiq platform, our self-service portal to request your credentials for the UiTPAS testing environment. -4. **Ready for production?** To ensure the quality of applications built with the UiTPAS-API, there is a one-time manual approval. **Plan a short demo of your application by contacting .** After we approve your application, you will receive your production credentials. + + +[![Add your entry API integration](https://raw.githubusercontent.com/cultuurnet/apidocs/main/assets/add-your-integration.svg)](https://platform.publiq.be) + +Within a few days you'll receive an email with a confirmation, giving you access to the [test organizer](./test-dataset.md). Note that your new client will only be active after you receive the UiTPAS confirmation email. + +## 2. Dive in the docs + +Carefully read [the authentication guide](./authentication.md) and get a grasp of common UiTPAS [terminology](./terminology.md). + +## 3. Start building + +Start building your application on the UiTPAS testing environment with the [test organizer](./test-dataset.md). + +> Make use of our step-by-step guides for common integration scenarios such as [How to register discounted ticket sales](./registering-ticket-sales.md) and [How to pay with UiTPAS-points](./pay-with-UiTPAS-points.md). + +## 4. Switch to the production environment + +Ready for production? To ensure the quality of applications built with the UiTPAS-API, there is a one-time manual approval. **Plan a short demo of your application by contacting .** After we approve your application, you will receive your production credentials.