PB API response key consistency
under review
N
Nikolaos Spyratos
Just some inconsistencies I've picked up:
- Account & transactions have their data contents in data.accounts/data.transactions, but beneficiary categories does not have an equivalentcategoriesarray.
 - PB docs have incorrect key casing for the get beneficiaries call, and the beneficiary categories doc has outdated key names (e.g. id instead of CategoryId).
 - Key casing on beneficiary categories is PascalCase instead of camelCase as used everywhere else.
 
Neil Withers
marked this post as
under review
N
Nikolaos Spyratos
Same Pascal vs camel case thing found with the responses on transfer & pay multiple endpoints.