Hi!
It seems the pots withdrawal endpoint is broken, I tested on the dev playground too, and got the same error.
Error being brought back is:
{
code: ‘bad_request.insufficient_funds’,
message: “You can’t withdraw more than your current pot balance”
}
I am trying to withdraw 4000 pence from the pot, and I checked the pot balance from the API and my app, both correctly state the pot has £40/4000p in it. Not sure what’s going on as the code in place has worked for years, but suddenly has stopped working.
Thanks
Edit: Looks like deposit is also broken, saying that I have only £1 available to deposit, which again isnt the case.