#Bart
1 messages · Page 1 of 1 (latest)
I want to retrive the address information the client inputed during the onboarding for express account creation
Hi there,
This mean there is a property that's null in the sequence Company.Address.City you need to check which one. you can add some test like if Company && Company.Address then you print the City info otherwise that means the conencted Account doesn't have that field yet
Sorry, I'm not understanding you
It looks like here you are having a nil pointer. You need to check what field is nil here Company.Address.City
so the account don't have that field. When creating the Connected Account you need to set that values in order to have values on the response