Introduction
Younium is a subscription management platform for SaaS companies. Making subscription business more agile with automated data reporting, billing, and revenue recognition.
This guide explains how to obtain authentication details from Younium, as well as how to install a Younium Connector.
Setup & Authentication
Overview
The Younium Connector has 3 Authentication Types available:
- OAuth 2.0 Client Credentials (recommended)
- Production Account
- Sandbox Account
The Production Account and Sandbox Account Authentication Types are for use with users who have their Authentication Method set to Legacy API user in Younium and are considered deprecated.
This guide covers setting up the Younium Connector with the recommended OAuth 2.0 Client Credentials Authentication Type.
Remote Setup in Younium – performed by your customer
Your customer should go to their Younium account and generate a client ID and secret key.
Younium’s documentation on how to do this can be found here.
Cyclr Connector Installation
When installing a Younium Connector, the following values are used:
| Property | Description |
|---|---|
| Client ID | The client ID of the Younium account to authenticate with. |
| Client Secret | The secret key of the Younium account to authenticate with. |
| Environment | The Younium environment to make requests against. |
| Scope | N/A |
| Legal-Entity | The legal entity ID or name to read from and write to. Required if your Younium tenant has multiple legal entities. |
| API Version | The Younium API version to target. Default: v2.1 |