Class PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections

java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
Enclosing class:
PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount

public static class PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections extends Object
  • Method Details

    • builder

    • 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.
    • getPermissions

      The list of permissions to request. If this parameter is passed, the payment_method permission must be included. Valid permissions include: balances, ownership, payment_method, and transactions.
    • 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.