Jump to Content
whitebird
API Reference
v1.1

Log Inwhitebird
API Reference
Log In
v1.1API Reference

WEB SDK

  • Initialize Main Flow
  • Initialize Linked Client Flow
    • Initialize Verification Flow
  • Demo Flow
  • Test Environment
  • Additional Params for SDK
    • SDK Themes for 1.0 (deprecated)
    • SDK Themes for 1.1

Webhooks

  • Order status
  • Sumsub verification status
  • Client verification status
  • Webhooks security
  • Crm tickets processed

API Reference

  • Preorder
    • Create preorder
    • Get preorder
  • Order
    • Get order
  • Linked client
    • Create link
    • Get client by linkId
    • Validate email
    • Sumsub. Access to verification
    • Sumsub. Get verification data
    • Assist. Get customer
    • Assist. Get customer cards
  • Currency
    • List of all available currencies
    • List of available currencies for verified client
    • List of available currency pairs for verified client
  • SDK
    • Get sdk token by client

Dictionaries

  • OrderStatus
  • AssetPosition
  • CurrencyPair
  • OrderType
  • ClientStatus

Additional features

  • Validate new order
  • Limiting asset
  • Preset payment data
Powered by 

Order status

You could subscribe for ORDER_STATUS_CHANGED webhook and get updates when your client's order change status.

Webhook structure:

{
	“type”: “ORDER_STATUS_CHANGED”,
	“orderId”: “UUID”,
	“externalOrderId”: “external-merchant-order-id”,
	“orderStatus”: “REQUEST/PROCESSING/CHANGED/CONFIRMED/DECLINED/EXPIRED/REJECTED/ARREST”,
	“createdAt”: “yyyy-mm-ddThh:mm:ssZ”
}