Skip to main content
WEBHOOK
subscriptionOrderNotify
{
  "bizId": "82285581939245166",
  "bizStatus": "CANCELLED",
  "bizType": "SUBSCRIPTION_ORDER_STATUS",
  "data": {
    "authorizedAmount": "0.01",
    "chain": "USDC",
    "createTime": 1774942804115,
    "cryptoAmount": "0.01",
    "cryptoCurrency": "USDT",
    "endTime": 1806478803644,
    "interval": 2,
    "lastPayTime": 0,
    "merchantId": "1627288",
    "merchantSubscriptionOrderNo": "4322055233",
    "orderStatus": "CANCELLED",
    "paidCount": 0,
    "period": "MONTH",
    "planDesc": "hello world subscription plan",
    "planName": "plan001",
    "planNo": "82285581939245065",
    "productName": "test goods",
    "productNo": "79367222528049209",
    "subscriptionOrderNo": "82285581939245166",
    "totalPaidAmount": "0",
    "totalPayCount": 2,
    "trialDays": 0,
    "updateTime": 1775031195787,
    "userAddress": ""
  }
}
{
  "returnCode": "SUCCESS",
  "returnMessage": ""
}

Body

application/json

Subscription order status update notification POST method

bizType
string

Business type: SUBSCRIPTION_ORDER_STATUS

bizStatus
string

Business status, AUTHORIZED / TRIAL / RUNNING / COMPLETED / CANCELLED / CLOSED / UNPAID/BLOCKED

data
object

Response

200 - application/json

Return HTTP 200 to indicate callback notification has been received.

returnCode
string

Response code, SUCCESS indicates success, FAIL indicates failure

returnMessage
string

Response description, empty when successful