Skip to content

Instantly share code, notes, and snippets.

@KrishanMadushanka
Created September 27, 2022 08:38
Show Gist options
  • Select an option

  • Save KrishanMadushanka/a93b41ff0bc7bbd83de7e17e9ba64e49 to your computer and use it in GitHub Desktop.

Select an option

Save KrishanMadushanka/a93b41ff0bc7bbd83de7e17e9ba64e49 to your computer and use it in GitHub Desktop.
app.post("/refund", async (req, res) => {
const refund = await stripe.refunds.create({
payment_intent: 'pi_Aabcxyz01aDfoo'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment