#Empress Brosephine

1 messages · Page 1 of 1 (latest)

clear fulcrumBOT
plucky siren
#

this might be a obvious question

uncut oar
#

Client secrets are generated on payment intents and setup intents only

plucky siren
#

which Subscriptions require, right?

#

sub question, does every stripe transaction require a paymetnIntent or a setupIntent?

uncut oar
#

sub question, does every stripe transaction require a paymetnIntent or a setupIntent?
No. Some legacy charges don't use these.

plucky siren
#

hm okie okie

#

is there anyway to tell on the dashboard if a transaction was created via one or not

uncut oar
#

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

plucky siren
#

sweeet thank you

uncut oar
#

Sure thing!

plucky siren
#

There's no "Card Element" equivalent for ACH payments is there; like you have to use PaymentElement?

uncut oar
#

Correct

plucky siren
#

dang ok. Looks like the prior developers used Tokens instead of PaymentIntent to handle Credit Cards