Comment to 'Hard coded payment options in Stripe'
  • Thanks a lot for your reply. Sure, a flexible solution is definately needed here.

    You don't have to ask members to enter the Stripe payment method types. That way, managing them will be difficult as there are plenty availabe.

    From the frontend, users should just see Stripe as an available payment option beside Paypal, Chargebee, Credits etc. It's the admin (from the backend) who will have to set all the Stripe payment method types to be used on the website globally: Studio -> Stripe module. Members who choose Stripe will automatically be using them.

    BTW, I have checked, there are about 30 of them. See: https://stripe.com/docs/api/payment_methods/object

    This shouldn't be very difficult to implement either as single quotes comma-separated values into a text input field, a multiline field or as a multiple-selection list box.

    Hopeful @Anton L will jump in and advise.

    Thanks

    • Oh, I didn't mean members, sorry. As "Users" I meant UNA framework users, or admins. I totally agree with you that the current solution is not a very satisfying one.

      But, as always with 3rd-party-integrations, from the devs perspective, they try to keep it as simple as possible, cause you never know whats gonna happen, when the 3rd-party decides to make fundamental changes to their apis or processes.

      I'm pretty sure that the devs will discuss a more practicabel solution than the actual one.

      • Yeah, I got you. Thanks