NGPATEL
NGPATEL

Reputation: 92

How to Perform Payment Refund in Payum bundle using stripe and Paypal?

i would like to do the Payment Refund using Payum Bundle, how can i do payment refund with Stripe and Paypal using Payum bundle?

Thank you.

Upvotes: 1

Views: 635

Answers (1)

Maksim Kotlyar
Maksim Kotlyar

Reputation: 3947

This feature was not implemented yet. Where in theory it is easy to implement (1-2 days).

What has to be done:

You have to create payum's request: RefundRequest and two payum's actions which support the request (can manage it). In the action you have to put payment specific refund logic. It may require some changes in statuses as refund status is not present yet too.

The refund action can be added to the bundle to ease future use.

Upvotes: 2

Related Questions