Skip to main content

Get Recurring Order

Get a order under recurring plan

Header Parameters
    Nonce string required

    random 16 bytes alphanumerics

    Credential string required

    Please follow the OpenAPI authentication section

    Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
    Signature string required

    Please follow the OpenAPI authentication section

    Example: lM42cgyuLS98Dieydc8K2OD3KwYkOXibpV9pFvr/R0i/830M/FPKUKbav2UBBN3M3EdPk/PpvKQlvBNT+NbEg20CKuiDTZWDc3r7KiA1pdZsui/57XCVhC2s01W8jEM+G5lS362+p8+E0K6UKQDrJMyVpbDT31XSkSJIxae+uDi2nJr4DnIkemeU2LlNDRPPGe9NeX7z3B3N3LwIiQgKMyauPqAjro0UrZykQM9pv4UySRSU2cT8EcjQmyKxbzyuR2A47PyeodJvotlIthdfCHIxG52D06tpRJlRVbUdvxSg14bFiPbr3FwCvruZlbR15gOanJCqE4wp4fC8qEXXsg==
    Content-type string required
    Example: application/json
    x-request-id string
    Example: d900da8b-6e16-4a85-8a66-05d29ac53f24
    x-i18n-lang string

    from zh-HK, zh-CN, or en

Request Body
    customer_uuid string required
    order object required
    number string required
Responses

Response Headers

    Schema
      code integer required
      message string required
      data object required
      customer object required
      name string
      email string
      phone string
      reference_number string required
      default_payment_method string
      uuid string required
      default_payment_token object
      token_type string required

      Possible values: [CreditCard, WechatPayAutoDebit, AlipayAutoDebit]

      token string required
      state string required
      verify_url string nullable
      verify_uuid string required
      default boolean required

      默认卡

      credit_card object
      number string
      exp_month string
      exp_year string
      holder_name string
      brand string
      billing_currency string
      recurring_cycle object required
      recurring_billing_config object required
      id string required
      interval_count integer
      billing_interval string required
      billing_type string required
      billing_month integer
      billing_day_of_month integer
      billing_proration_enabled boolean
      description string
      created_at string required
      updated_at string required
      deleted_at string nullable
      recurring_items object[] required
    • Array [
    • id string required
      label string
      price number required
      currency string required
      reference_id string
      description string
      created_at string
      updated_at string
      deleted_at string nullable
    • ]
    • discount_amount number required
      order object required
      amount number
      paid_total number
      currency string
      order_number string
      reference_number string
      state string
      correspondence_state string
      auth_code string
      default_payment_token string
      default_collection_method string
    Loading...