balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

Dob_month and dob_year overwritten when business_name is passed on a customer #529

Open rserna2010 opened 10 years ago

rserna2010 commented 10 years ago

DOBs save properly if just EIN is passed.

Example: https://gist.github.com/ChrisGF/9495181

ChrisGF commented 10 years ago

Please consider fixing this bug. We are using balanced as a bi-directional marketplace where a customer and businesses are both merchants (ie.. send and receive payments). Because of this, all of our "business accounts" are failing initial verification. This is causing additional pain on our customers and our operations.

Currently my work around is to save the customer record and then immediately update the customer record before checking it's verified status.

FYI.. In a perfect world I would expect to be able to verify a business off of the name and ein, and not need the account holders dob at all.