ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

Add Refund action #98

Closed sante85 closed 3 years ago

sante85 commented 3 years ago

Can you add refund action in your api?

Best Regards

ezet commented 3 years ago

This is a client-side library. The Stripe API does not allow clients to issue refunds, that would create quite a few issues. You have to issue refunds from your server.