Replies: 1 comment 4 replies
-
|
Hi @rclogerix ! Do you use If you are using the second one here is an example on how to make a refund: https://github.com/FLUX-SE/SyliusPayumStripePlugin/blob/master/src/CommandHandler/RefundPaymentHandler.php |
Beta Was this translation helpful? Give feedback.
4 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