You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
having the client with the encryption data enabled, when requesting some data, i.e. listBankAccounts, and the response is empty (empty object {}), it throws an error when trying to decrypt the body.
The expected behavior is to return an empty body without throwing any error. As it is without activating the encryption data.
The text was updated successfully, but these errors were encountered:
Hi,
having the client with the encryption data enabled, when requesting some data, i.e.
listBankAccounts
, and the response is empty (empty object {}), it throws an error when trying to decrypt the body.The expected behavior is to return an empty body without throwing any error. As it is without activating the encryption data.
The text was updated successfully, but these errors were encountered: