Class TokenCreateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.TokenCreateParams

public class TokenCreateParams extends ApiRequestParams
  • Method Details

    • builder

      public static TokenCreateParams.Builder builder()
    • getAccount

      public TokenCreateParams.Account getAccount()
      Information for the account this token represents.
    • getBankAccount

      public TokenCreateParams.BankAccount getBankAccount()
      The bank account this token will represent.
    • getCard

      public Object getCard()
      The card this token will represent. If you also pass in a customer, the card must be the ID of a card belonging to the customer. Otherwise, if you do not pass in a customer, this is a dictionary containing a user's credit card details, with the options described below.
    • getCustomer

      public String getCustomer()
      Create a token for the customer, which is owned by the application's account. You can only use this with an OAuth access token or Stripe-Account header. Learn more about cloning saved payment methods.
    • getCvcUpdate

      public TokenCreateParams.CvcUpdate getCvcUpdate()
      The updated CVC value this token represents.
    • getExpand

      public List<String> getExpand()
      Specifies which fields in the response should be expanded.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getPerson

      public TokenCreateParams.Person getPerson()
      Information for the person this token represents.
    • getPii

      public TokenCreateParams.Pii getPii()
      The PII this token represents.