#vito2

1 messages · Page 1 of 1 (latest)

wary pawnBOT
foggy sundial
heady valley
#

Thanks for the fast response, I tried following this tutorial about webhooks:
https://stripe.com/docs/connect/webhooks

But the stripe.ExternalAccount in golang doesn't exist. What would be the new name for that?

#

I tried AccountExternalAccount but it doesn't have the data property which you mentioned

foggy sundial
#

I think it has 2 separated types below BankAccount or Card

heady valley
#

well, it's neither the bank account or the card that we want, is just the status for the account

#

should I check like BankAccount.Status?

foggy sundial
#

Yep that I meant

heady valley
#

can you tell me the difference between:
BankAccountStatusNew
BankAccountStatusValidated
BankAccountStatusVerified
?

foggy sundial
#

From https://stripe.com/docs/api/accounts/object#account_object-external_accounts-data-status

A bank account that hasn’t had any activity or validation performed is new. If Stripe can determine that the bank account exists, its status will be validated. Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be verified