Class SessionCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions

    • Method Detail

      • getCustomMandateUrl

        public java.lang.Object getCustomMandateUrl()
        A URL for custom mandate text to render during confirmation step. The URL will be rendered with additional GET parameters payment_intent and payment_intent_client_secret when confirming a Payment Intent, or setup_intent and setup_intent_client_secret when confirming a Setup Intent.
      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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.
      • getIntervalDescription

        public java.lang.String getIntervalDescription()
        Description of the mandate interval. Only required if 'payment_schedule' parameter is 'interval' or 'combined'.