#Durrell
1 messages ยท Page 1 of 1 (latest)
Could it be that the customer is only sent when the bank account is being used as a payment method? In this case it is being used as an external account
Hello ๐
That's correct. For external accounts associated to a connected account, there's no customer object involved.
It should have an account associated instead
https://stripe.com/docs/api/external_account_bank_accounts/object#account_bank_account_object-account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok. Thank you.