Replies: 0 comments 1 reply
-
|
I don't think refunds are currently implemented for Stripe. You can either implement it in your project by adding a custom action for refunds, or send a PR to payum/payum which can be merged into core. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Would you be able to advise please? I have a Symfony application which is able to take payments, but now I am trying to set up refunds and I am struggling.
These are my packages:
Whats the best approach to initiate a refund?
I see the refund request class is empty:
I have a function which needs to do this:

but whenever I call Refund() its always complaining.
Do you guys have any working config that you could share please? I am new to Symfony, so code samples would be appreciated please.
Beta Was this translation helpful? Give feedback.
All reactions