#stripe_connect_platform-customer
1 messages · Page 1 of 1 (latest)
Hi there! I believe there should be an invoice.payment_succeeded if it is not a trial or $0 invoice. Do you have an example I can look at?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is that sufficient or do you need an account?
ok, so i am doing a weird flow that i am not used to where I am just making a new Customer in a connected account's dashboard and trying to put them on a subscxription.
Is there a way to do that which does not end up with a draft?
Or can I make that one not a draft?
I am trying to see how we handle webhooks when we are not the platform that created the sub or cus
You are using send_invoice here when creating the Sub which means the invoice will wait an hour to be finalized unless you finalize it manually.
OK, never saw that!
So you can finalize immediately via https://stripe.com/docs/api/invoices/finalize if you want
got it! Thank you so much!!!!