W Checkout En
  1. Quick Start
W Checkout En
  • Introduction
  • Integration Preparation
  • Quick Start
    • Integrating Order Payment
    • Refunds
    • Settlement
    • Webhook
    • Enumeration Reference Table
  • API Reference
    • auth
      • get AccessToken
    • order
      • CreateCheckoutOrder
      • CancelCheckoutOrder
      • GetCheckoutOrderInfo
      • GetCheckoutOrderList
    • refund-order
      • CreateRefundOrder
      • CancelRefundOrder
      • GetRefundOrderInfo
      • GetRefundOrderList
    • settlement
      • CreateSettlementOrder
      • CreateFiatSettlementOrder
      • CancelSettlementOrder
      • GetSettlementOrder
      • GetSettlementOrderList
    • abnormal-payment
      • GetAbnormalPaymentList
      • CreateAbnormalPaymentRefund
    • Webhook
      • WcheckoutWebhook
  1. Quick Start

Settlement

This article describes the W Checkout settlement process.

Settlement Methods#

Stablecoin Transfer
Transfer funds directly to the external on-chain address specified by the client.
Fiat Withdrawal
Convert stablecoins into fiat currency and remit it to the client's designated bank account.

Create a Settlement Order#

Call the createSettlementOrder interface to initiate settlement. Upon successful request, tokens will be settled to the receiving address you specify.

Request Parameters#

Parameter NameTypeRequiredDescription
settlementOrderNoStringYesA unique settlement order number generated by the client system to identify this settlement transaction.
amountNumberYesThe amount to be settled in this transaction.
tokenStringYesThe token for this settlement. Refer to Supported Blockchains and Tokens.
addressStringYesThe on-chain receiving address for this settlement.

Retrieve Settlement Order Status#

You can obtain the settlement order status through the following methods:
Webhook Notification
Subscribe to settlement-related events. The system will push notifications when the settlement status changes.
API Query
Call the getSettlementInfo interface to query the settlement order status.

Developer Notes#

Settlement Address Security: Ensure the provided receiving address is accurate. An incorrect address may result in fund loss.
Idempotency: It is recommended to use a unique settlementOrderNo when calling the settlement interface to prevent duplicate settlements.
Arrival Time: Settlement arrival depends on blockchain network confirmation times. Please account for processing delays.
Modified at 2026-01-20 03:13:28
Previous
Refunds
Next
Webhook
Built with