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
Getting account info, balance and transactions works nice and was easy to implement thanks to the really cool expressjs sample app. But retrieving standing orders will return PERMISSION_DENIED.
The docs on your website state:
Get Standing Orders
AISPs can access a given standing order with the standingOrderId or a paged-list of standing order records.
Get Standing Orders (Currently available only in Java)
If it does not currently work, I'd rather have an exception that states Not supported yet, please see xyz for more info instead of an obscure PERMISSION_DENIED error. This gave me quite some headscratching.
ps. Any info about when this feature will work?
The text was updated successfully, but these errors were encountered:
Getting account info, balance and transactions works nice and was easy to implement thanks to the really cool expressjs sample app. But retrieving standing orders will return PERMISSION_DENIED.
The docs on your website state:
If it does not currently work, I'd rather have an exception that states
Not supported yet, please see xyz for more info
instead of an obscure PERMISSION_DENIED error. This gave me quite some headscratching.ps. Any info about when this feature will work?
The text was updated successfully, but these errors were encountered: