How to stop recurring donations?

I set up a test app, built a form to take donations, including recurring. I tested it a bunch of times, now i’m getting all these emails from my sandbox, telling me my fake card 4111 is getting charged, each month. So, the app works great, i just need to stop all these emails. I cant find where to see all these donations, much less turn them off.

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Postman
Test in the Sandbox
Download, Configure, and Run the Client Sample

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Hi @dougcassidy1969, you can Open the Sandbox Square Dashboard, then cancel these recurring payments from the subscriptions section.

Hi, there are many many subscriptions. Is there a bulk way to delete them? Or, perhaps a way i can use the api (php sdk) to foreach them all and delte them?

By default, the SearchSubscriptions endpoint will return all subscriptions for a given location. You can iterate through that and call CancelSubscriptions to handle this programmatically!