-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CTA to publiq platform in UiTPAS docs and follow structure of oth…
…er docs
- Loading branch information
1 parent
6b3209f
commit 45af346
Showing
1 changed file
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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](<https://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 <[email protected]>.** After we approve your application, you will receive your production credentials. | ||
<!-- focus: false --> | ||
|
||
[![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 <[email protected]>.** After we approve your application, you will receive your production credentials. |