#michaelfrost3779

1 messages · Page 1 of 1 (latest)

jaunty grottoBOT
fast warren
#

Hello @tame temple !

jaunty grottoBOT
fast warren
#

Hello

marble mist
#

Please be patient, we're helping other users and will message when we're available

fast warren
#

Thank you.

marble mist
#

Can you share details on your integration? Do you create a Payment Intent before you render the Element?

fast warren
#

Yes, on the server we create the payment intent first.

marble mist
#

Can you share a pi_xxx ID please

fast warren
#

Sure, give me a moment.

#

One thing I think I should mention: According to the documentation I removed the parameter with value "payment_method_types: ['card', 'eps', 'sepa_debit', 'sofort']," from the NodeJs stripe.paymentIntents.create( function call.

marble mist
#

Yeah, that's required if you want to use dynamic PMs

fast warren
#

I was wondering about that... Does that mean I have to get the activated PMs from the connected acound in the backend every time I create a PI?

#

I had the problem, that Sofort was hardcodede but a connected account was not eligible for Sofort. That throw an error.

marble mist
fast warren
#

No, not quite.

marble mist
#

Can you share a pi_xxx ID where you're not seeing the PMs you expect then?

fast warren
#

I missed the "automatic_payment_methods" parameter. Without that I guess I'll only see the card, right?

marble mist
fast warren
#

That was it... Thank you! The Issue is resovled. Have a great day!

marble mist
#

(this is why I asked for a pi_xxx ID so I can see what parameters you're passing)