#EzequielCalcanat-payments
1 messages · Page 1 of 1 (latest)
Hello!
Are you working with Charges or Payment Intents? Are you passing in the Payment Method when you're making the request?
To do this I'm using Charges.
When I do the charge I'm passing the customerID only
Are you a new user, or have you been using Charges for a while? Charges has been deprecated/is no longer recommended for a while
so do we have to use paymentIntents instead of charges?
That's what we'd recommend - payment methods won't work with Charges, Charges will only work with Sources
ok so instead of doing a charge I have to use paymentIntent and use as parameter customer and payment_method, right?