Skip to main content

Acquiring Project & Login 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, necessary for initialization, are now ready for SDK configuration.

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

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