#jbuck94-payments-subs

1 messages · Page 1 of 1 (latest)

final sorrel
#

Hello! Is there a specific reason you want to be working with Tokens? You can't create Tokens or Payment Methods directly with the PaymentElement, and tokens in general aren't really what most new integrations work with

torn moon
#

Interesting - that's how id seen a bunch of examples online. I was doing this to avoid passing sensitive info (CC/account numbers) to my own API

#

What is the preferred approach ?

final sorrel
#

But backing up for a minute - is your goal here to minimize the amount of engineering work you need to put into this?

torn moon
#

Generally yes

final sorrel
#

Checkout is a much simpler integration, and should be compatible with usage-based subscritions

#

You'd still need code to report the usage (unless you wanted to do this yourself through the dashboard), but Checkout would take care of the initial payment method colelction

torn moon
final sorrel
torn moon
#

Perfect, thanks. Ill dig through those

#

Really appreciate the quick feedback