Skip to main content

PUBLISHER ACCOUNT

Finding Your Project IDs

Locate your Project ID and Login ID in the Publisher Account — you'll need both to initialize the SDK.

WHERE TO FIND THEM

Project ID

Your Project ID is displayed in the Publisher Account next to your project name.

Project ID location in Publisher Account

Login ID

To find your Login ID, navigate to Login > Dashboard in the Publisher Account and copy the ID displayed next to your Login project name.

Login ID location in Publisher Account

USAGE

Using the IDs with SDK

Use these IDs when initializing the SDK in your project.

var settings = XsollaStoreClientSettings.Builder.Create()
.SetProjectId(<Project ID>)
.SetLoginId(<Login ID>)
...
tip

For more information on how to configure the SDK, visit Configure SDK.