Skip to main content

PUBLISHER ACCOUNT

Going Live

Sign the licensing agreement and switch from sandbox to production — the final steps before accepting real payments.

LAUNCH CHECKLIST

Sign the Licensing Agreement​

important

You must sign an agreement for every new project in your Publisher Account.

To sign the licensing agreement and enable real payments:

  1. Open your Publisher Account.
  2. In the side menu, go to Agreements and taxes > Agreements section.
  3. On the Licensing Agreement tab, click Fill out application form.
  4. Provide your information in the corresponding fields.

Your application will be reviewed within 3 business days. If questions arise, Xsolla will contact the person listed in the application. Once approved, the agreement status changes to Signed.

Before you sign the licensing agreement, you can open the payment UI only in sandbox mode.

Switch to Production Environment​

  1. Make sure you signed the licensing agreement with Xsolla.
  2. Set sandbox to false from the SDK configuration code.
var configuration = XsollaStoreClientConfiguration.Builder.Create()
.SetSandbox(false)
.SetLogLevel(XsollaLogLevel.None)
// ...other settings
.Build();

Test Cards and Sandbox Mode​

warning

After the first real payment is made, a strict sandbox payment policy takes effect.

Payments made in sandbox mode are available only to users specified in the Publisher Account under Company settings > Users.