Skip to main content

Obtaining Project IDs

Here you will learn how and where to find various IDs necessary for your integration purposes.

Project ID

Find your Project ID in the Publisher Account next to the name of your project.

publisher account 4

Login ID

To get project's Login ID, open your project in the Publisher Account, navigate to Login > Dashboard, and copy the ID next to the name of the Login project.

publisher account 5

Using the IDs with SDK

The obtained IDs can now be used for configuring the SDK prior to its initialization.

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

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