Question

How do I create a Stripe refund automation?

  • 22 August 2023
  • 1 reply
  • 126 views

@Troy Tessalone 

 

I spotted a response of yours on a post about creating a certain amount refund in stripe from a trigger (https://community.zapier.com/how-do-i-3/create-refund-in-stripe-8649).

I’ve been trying to create an app extension however it never seems to work.

is there a tutorial on how to do this anywhere?

thank you!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @Luke cashman 

Good question.

I’m unaware of a tutorial available for this specific use case.

The Stripe API documentation would provide the info necessary to configure the API request for issuing a refund, which requires an understanding of advanced concepts using API methods.

 

If you need help, consider hiring a Certified Zapier Expert: https://zapier.com/experts/automation-ace

 

You may have to go with a more technical approach and leverage the Stripe API for refunds: https://stripe.com/docs/api/refunds/create

APIs can be utilized via Webhook steps or Code steps.

Webhooks: https://zapier.com/apps/webhook/integrations

Code: https://zapier.com/apps/code/help