Skip to main content

WhiteBIT

Quick Start
  1. Sign up at whitebit.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to WhiteBIT →

Overview

WhiteBIT payment integration

Provider IDwhitebit
CategoryCrypto & Blockchain
Websitewhitebit.com

Authentication

HMAC-SHA512 signature:

  1. Encode body request: payload = base64(body_json)
  2. Calculate signature: signature = hex(HMAC-SHA512(payload, api_secret))
  3. Add headers:
    • X-TXC-APIKEY: {api_key}
    • X-TXC-PAYLOAD: {payload}
    • X-TXC-SIGNATURE: {signature}

Status Mapping

Provider Status4pay StatusDescription
success, completedcharged
new, pendingcharging
failed, expired, declinedrejected

Resources