api
api copied to clipboard
Seperate Saver Emoji & Name from `displayName` field
Hey guys
Was curious if you could seperate these two into their own keys rather than concatenating them to one?
Would rather not have to work some regex magic to make this emoji bigger.. Legends!
https://upbank.netlify.app/

Hi @jakehwll,
Yes, basically the plan (in the not too distant future) is to expose all the detailed/structured Saver details, which would include separating the name from the emoji. The accounts endpoint is much more of a summary endpoint; breakdown of details for specific account types will (most likely) be handled in an endpoint specific to that account type, so that, for example create/update type operations can pair symmetrically with the representation that is returned in the API.
Combining this request with https://github.com/up-banking/api/issues/10