#Steve
1 messages · Page 1 of 1 (latest)
How did you use Charges API with Subscription? Charges API is for one-time payment.
Subscriptions with Stripe Billing uses Payment Intent
all my payment are subscription base. so i didnt use one-time payment. Payment Intent means already have 3DS right?
Can you share your account ID, so that I can take a closer look at how your integration works and how Charges API is used? You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
my account id acct_1GM9mbK4b68Eu8Ga
Hi @fair kindle I'm taking over
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Based on your log, ther's one Charge created by ClickFunnels, you might want to reach out to the plugin provider and ask them to update to PaymentIntents API
how about the recurring payment have issue? i using recurring payment of Subscriptions with Stripe Billing
does Subscriptions with Stripe Billing is one of PaymentIntents API?
Subscription will create invoices, and invoices will create PaymentIntents under the hood.