#MrH00ts
1 messages · Page 1 of 1 (latest)
Hi there, I think you might confuse custom connect account with customer. They are two different objects
Well basically I want to charge the connect account, but reference a specific customer
of that connect account
or rather user
Let me clarify the requirement, you just want to charge a connect account, there's no customer involved here right?
correct
I just want to say, hey we are charging because of X customer
Does that make sense?
I was going to put it in the meta data but figured customer field could be used
I'd suggest you to use metadata (https://stripe.com/docs/api/charges/create#create_charge-metadata) if you wish to associate some custom data to the charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No, you need to use Charges API for account debit.
Thanks