Class SessionCreateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.financialconnections.SessionCreateParams

public class SessionCreateParams extends ApiRequestParams
  • Method Details

    • builder

      public static SessionCreateParams.Builder builder()
    • getAccountHolder

      public SessionCreateParams.AccountHolder getAccountHolder()
      Required. The account holder to link accounts for.
    • 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.
    • getFilters

      public SessionCreateParams.Filters getFilters()
      Filters to restrict the kinds of accounts to collect.
    • getPermissions

      public List<SessionCreateParams.Permission> getPermissions()
      Required. List of data features that you would like to request access to.

      Possible values are balances, transactions, ownership, and payment_method.

    • getPrefetch

      public List<SessionCreateParams.Prefetch> getPrefetch()
      List of data features that you would like to retrieve upon account creation.
    • getReturnUrl

      public String getReturnUrl()
      For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.