Skip to main content

01. Create customer

Create a Customer in Wonder Gateway, then use custoemr uuid for card binding & transaction functions.

The same uuid is returned for the same customer id.

Request Body
    customer object required

    your side customer unique id

    name string required
    email string
    dial_code string

    手机区号

    phone string required
    company_name string

    公司名

    reference_number string required
    default_payment_method string
    default_payment_token string
Responses

Response Headers

    Schema
      code number
      message string
      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
    Loading...