#vilesa_

1 messages ยท Page 1 of 1 (latest)

hexed impBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

scenic moth
#

Hello! None of those are really valid code snippets, but I think what you're asking is what are the different kinds of charge types with Connect. That's explained in the documentation here: https://stripe.com/docs/connect/charges

#

Have you read through all of that?

hoary pawn
#

thanks, maybe that's the one page I was missing ๐Ÿ™‚

#

my code snippets were valid tho, they run fine in dev ๐Ÿ™‚

scenic moth
#

Oh, is that Python?

hoary pawn
#

yes sorry

scenic moth
#

Ah, no worries. I always forget Python allows for stripe_account alongside the other properties like that. Most of the other languages have you specify it elsewhere, as it's being sent in the headers of the request, not the body with the other properties. My bad!

hoary pawn
#

no probs