Hacker News new | ask | show | jobs
by trcollinson 2776 days ago
I know this is not the answer you want to hear (and trust me this should NOT be the answer). But if they have an API that allows you to make these updates, it might be best to use something like Postman to hit the API to make the update while you find a drop in replacement for Stripe. I'm not saying it's a long term solution. But I wouldn't want your business to suffer while you are figuring this out. If I can be of assistance let me know.
1 comments

Postman is a decent stop gap, thanks for the suggestion
Looks like this change wasn't intended and hopefully stripe rolls back out the functionality you were using.

I'm a huge fan of Stripe so I'd give them a chance to get this resolved for you before switching.

The stripe api is great to work with so you might benefit having a custom web application built to interact with it and make things more efficient on your end and not depend on their dashboard.

Doing this through the python library might be even easier than Postman