Introduction

Introduction

Welcome to 7SoftTech Seamless API documentation!

Terms

TermDescription
Casinothe operator who works with the players
Game providerthe final content provider
PROVIDER_URLgames content provider api endpoint
WALLET_URLwallet server api endpoint
CASINO_IDcasino's identifiers
AUTH_TOKENtoken used to sign messages

Before integration

  1. Provide your Project Name and WALLET_URL to us.
  2. PROVIDER_URL, WALLET_URL, CASINO_ID and AUTH_TOKEN will be provided by one of our manager.

Security

  • Each request between servers should be signed.
  • Each request's signature should be validated.
  • Request’s body should be json object.
  • Signature should be sent in X-API-KEY header of the request.
  • In case of signature mismatch, server (GCP and wallet) should respond with HTTP 403 Forbidden.

Workflow

Workflow