#chengyu-Connect

1 messages · Page 1 of 1 (latest)

gusty root
#

Yes you can do that. So basically you can create a customer in the connected account and then make a direct charge to it.

barren tree
#

any idea how to create a customer for a connected account?

#

it is so amazing u can understand my poor english and crappy described question 🙏

gusty root
#

If you prefer to communicate in other languages, just want to let you know that I can also speak Chinese.

barren tree
#

老铁 我问题问这样你都能理解 绝对的华人啦

gusty root
#

哈哈,有问题可以随时来 Discord 联系我们

barren tree
#

在python的API里面好像没有讲这个parameter

gusty root
#
stripe.Customer.create(
  email="person@example.edu",
  stripe_account="{{CONNECTED_STRIPE_ACCOUNT_ID}}"
)

# Fetching an account just needs the ID as a parameter
stripe.Account.retrieve("{{CONNECTED_STRIPE_ACCOUNT_ID}}")```