#Empress Brosephine
1 messages · Page 1 of 1 (latest)
this might be a obvious question
Client secrets are generated on payment intents and setup intents only
which Subscriptions require, right?
sub question, does every stripe transaction require a paymetnIntent or a setupIntent?
correct
sub question, does every stripe transaction require a paymetnIntent or a setupIntent?
No. Some legacy charges don't use these.
hm okie okie
is there anyway to tell on the dashboard if a transaction was created via one or not
There should be pretty verbose developer logs of each action taken on a payment via the API. Those populate at the bottom of the individual payment's view
sweeet thank you
Sure thing!
There's no "Card Element" equivalent for ACH payments is there; like you have to use PaymentElement?
Correct
dang ok. Looks like the prior developers used Tokens instead of PaymentIntent to handle Credit Cards