Skip to main content

03. Check customer payment token state

When you create a card, you need to wait until the card holder completes 3ds validation and you can call the Check API to check the validation status.

Request Body
    payment_token object required
    verify_uuid verify uuid required
    token card token required
Responses

Response Headers

    Schema
      code number required
      message string required
      data object required
      payment_token object required
      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...