Akoya Owners Mapping
This data comes From Akoya's /customers/{version}/{providerId}/current endpoint and is returned from Meld's /bank-linking/accounts endpoint.
Meld Field | Description | Akoya Response Field |
|---|---|---|
addresses | The address(es) associated with this owner | |
data | The address data object | |
street | The street and residence number | customer.addresses.line1 |
city | The city | customer.addresses.city |
region | The region/state | customer.addresses.state |
postalCode | The postal or zip code | customer.addresses.postalCode |
country | The ISO 3166-1 alpha-2 country code | customer.addresses.country |
primary | Indicates if this is the owner's primary residence | |
emails | The email(s) associated with this owner | |
data | The email address | customer.email |
primary | Indicates if this is the owner's primary email | |
names | The name(s) of this owner | customer.name.prefix |
phoneNumbers | The phone number(s) associated with this owner | |
data | The phone number | customer.telephones.number |
primary | Indicates if this is the owner's primary phone number |
Updated 2 months ago