跳转到内容

Amounts & tokens

FieldTypeDescription
amountstringDecimal token amount, e.g. USDT "10.50" (6 decimals)
amountRawstringSmallest-unit integer string, e.g. "10500000"

Create-payment amount and webhook amount / amountRaw follow the same rules.

tokenSymbol (e.g. USDT) must be enabled in your environment. Unsupported symbols return 400 BAD_REQUEST.

Responses include tokenContract for the mapped contract and paymentNetwork for the chain family (often TRC20 at launch; more networks planned).

statusMeaning
PENDINGAwaiting payment
PARTIALUnderpaid vs requested amount
PAIDFully paid
EXPIREDExpired
CANCELEDCanceled

payment.paid webhooks fire when the payment is PAID and confirmations are satisfied. For partial settlements, combine polling GET /v1/payments/:id with your business rules.