#Carlos Bolivar-payment-methods

1 messages · Page 1 of 1 (latest)

turbid vigil
#

Hello. Both are possible, yes! Are you already integrated with Stripe?

dull mantle
#

Do you have any examples?

#

I would like to know what is the field name in the "payment_methods" to set the token

turbid vigil
#

Specifically for a card? ACH?

#

Are you using the Payment Element?

dull mantle
#

should I use to use payment element correct?

turbid vigil
#

It depends! That is our recommended integration if you can't use Checkout or prefer the custom flow

dull mantle
#

cool!

turbid vigil
#

If you're using Payment Element, then there's no need to configure specific types or pass parameters around as it'll handle the creation from the data input

dull mantle
#

second question for you: We are using "v1/Charges" method to registar a charge in stripe. If we decide to use payment_methods, we must to use payment_intents?

turbid vigil
#

Yes, you can't use pm_xxx objects with Charges. Nor can you use Payment Element with Charges

#

Generally you should be transitioning to Payment Intents where possible

dull mantle
#

oh my God 🙁 we have a lot logic with "charges", do you know any way to save the payment method using "charges" method?

turbid vigil
#

But again, older, deprecated API