#keeth

1 messages · Page 1 of 1 (latest)

azure snowBOT
short gyro
#

Hi, are you currently using Stripe Charges API? I want to confirm that we are on the same page here.

boreal schooner
#

Hi, to pay currently I call either invoice.pay() or I create a subscription. I don't think I call the charges API directly.

short gyro
#

What specific guidelines are you looking for?

boreal schooner
#

I have read this guide, but it doesn't mention Invoices, Subscriptions or Tax Rates

short gyro
#

Generally, what you summarized is correct. You can't render a Payment Element before getting a Payment Intent client_secret which comes from creating a Payment Intent.

boreal schooner
#

Right.. I wonder if SetupIntent is closer to what I want.

short gyro
boreal schooner
#

yes I want to do all of these things. i am just wondering what's the best way to get there.

short gyro
boreal schooner
#

could i use SetupIntent to collect the payment method in addition to billing address, and then use that payment method in a Payment Elements form?

short gyro
boreal schooner
#

i feel like a SetupIntent flow is closer to what we have today. we collect the payment method and location in a single step, calculate taxes, and then present the finalized invoice to pay.

#

but payment happens on the server

short gyro
boreal schooner
#

ok thanks

#

i will try some of these ideas