#noel.amaya-payment-element

1 messages · Page 1 of 1 (latest)

umbral hollow
#

Hello!

Do you have Paypal integration? Here I saw a picture with the integration but in documentation there is no reference about that.
Not right now, no.

Do you have a bank transfer option? Ideally with callbacks from banks when the payment is done.
Yep, we have various bank payment methods: https://stripe.com/docs/payments/payment-methods/integration-options

How can we set different payment methods by country? In dashboard we can activate/deactivate methods but can't distinguish by country.
You'd use automatic_payment_methods when creating your PI: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods

Then Payment Element will only show the methods available to the locale of that customer (see here for a demo: https://stripe.com/docs/payments/payment-element)

Learn about the different ways to integrate payment methods.

indigo inlet
#

You'd use automatic_payment_methods when creating your PI
Yes, but then we can't decide them. I mean to decide what payment methods we want to use in every country. I think we must do this management and pass them manually to PI because you don't have this management by country. I'm right?

umbral hollow
#

Correct, yes. You'd need to manage that manually

indigo inlet
#

OK thanks. And what about the last question?

We have seen that you have a SEPA payment solution to domicile payments via bank account. Do you have any form of recurring payments but using a credit card?

umbral hollow
#

Ah, missed that one

indigo inlet
#

OK, I'm going to see that documentation. Thank you so much!

umbral hollow
#

Np!