[Solved] Confusion about Stripe payment methods integration

Hi folks,

I'm still struggeling with my Stripe integration. I'm totally confused with API-Integration of UNA with the Stripe payment methods. Are all methods available pre-coded or do I have to add some code for different options, in order to show up as available payment methods at the checkout page for the user? For example, I want to use SEPA payment mehtod. I set up all the necessary things in my Stripe account, but it won't show up on the checkout page. The only available option working is credit cards payment.

Cheers, thomlin

Edit: My UNA payment settings seem to work correctly since my members happen to see the checkout page.

  • 618
  • More
Replies (3)
    • Hello @thomlin !

      It looks like smth exists on the Stripe's side. Did you try to ask their support? Because our app just shows only the popup generated by Stripe itself.

      • Oh, yes. I got a very nice e-mail from their customer support, asking me if I integrated all my payment options in the website, as well. And I got an advice to contact my third-party developers in case that I needed additional help with the integration. We are playing ping-pong here.

        • Solved that issue by myself. You have to add your Stripe payment methods to the session-array of payment_method_types in file BxPaymentProviderStripeV3.php. It contains only "card" payment method in the original file. Unfortunately, payment method types intended for one-time payment only, will not work with a subscription product or service you offer. It gave me the error message 'invalid_request_error; The payment method sofort cannot be used in subscription mode", for example ('sofort' is a common direct payment method in my country).

          Login or Join to comment.