Prerequisites
To use these APIs, your organization must have the whitelabel property enabled in the Yuno Dashboard. Contact your Yuno account manager to enable this feature.
Core Management Flow
Follow these steps to set up a new merchant environment.Create an Account Group
The account group acts as the parent entity for your merchant, centralizing the management of related accounts. Use the Create Account Group endpoint to initialize this group.Output & Next Steps: The response will include a unique
id for the Account Group. Store this ID, as you will need it to create specific merchant accounts in the next step.Create an Account
Within the newly created account group, you can create one or more accounts. This structure allows you to separate business logic, regions, or business lines for the same merchant. Use the Create Account endpoint.Output & Next Steps: You will receive an
id for the merchant account. This ID is used to scope payments, sessions, and configurations specifically to this merchant environment.Create a User and Assign Permissions
Finally, create a physical user and grant them access to the account or the entire account group. Assigning roles (like Output & Next Steps: The user will be created in the system. To allow them to log in to your whitelabel portal, use the Authenticate Whitelabel User endpoint to generate a secure access token.
merchant-admin) ensures the user has the necessary permissions to manage the merchant dashboard. Use the Create User endpoint.