# Do the Stripe APIs support bulk updates?

No, the Stripe APIs only support working with a single object at a time.
If you want to do 50 refunds, for example, you would need to call the `refunds` [API](https://stripe.com/docs/api#create_refund) with the ID for each `charge`.
