WhiteBIT
Quick Start
- Sign up at whitebit.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
WhiteBIT payment integration
| Provider ID | whitebit |
| Category | Crypto & Blockchain |
| Website | whitebit.com |
Authentication
HMAC-SHA512 signature:
- Encode body request:
payload = base64(body_json) - Calculate signature:
signature = hex(HMAC-SHA512(payload, api_secret)) - Add headers:
X-TXC-APIKEY: {api_key}X-TXC-PAYLOAD: {payload}X-TXC-SIGNATURE: {signature}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success, completed | charged | |
new, pending | charging | |
failed, expired, declined | rejected |