ChoongRookie
The new security measures do not seem to take Business accounts that use the API into account. We rely on this feature to send payments to IBANs, but are now unable to do so. Furthermore:
- The error is a HTTP 474 response code with a message to retry in 24 hours, which is undocumented.
- This means programmatically, API users need to build logic to retry after 24 hours.
- And if you retry within those 24 hours, the timer gets reset to an additional 24 hours.
- The error message is unstructured text rather than eg JSON so parsing the expected retry time from it is unreliable.
- Does this security measure make sense at all in the context of Business account API users in the first place?