api icon indicating copy to clipboard operation
api copied to clipboard

Seperate Saver Emoji & Name from `displayName` field

Open jakehwll opened this issue 5 years ago • 1 comments
trafficstars

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/

image

jakehwll avatar Aug 22 '20 11:08 jakehwll

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.

d11wtq avatar Aug 22 '20 23:08 d11wtq

Combining this request with https://github.com/up-banking/api/issues/10

markbrown4 avatar Mar 20 '24 02:03 markbrown4