#stripe_connect_platform-customer

1 messages · Page 1 of 1 (latest)

naive vessel
#

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?

novel verge
#

is that sufficient or do you need an account?

naive vessel
#

That works

#

That customer's invoice is still in draft

novel verge
#

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

naive vessel
#

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.

novel verge
#

OK, never saw that!

naive vessel
novel verge
#

got it! Thank you so much!!!!