better-payment / bp-plugin-shopware6-api2

Shopware 6 Plugin for Better Payment API2
Other
0 stars 0 forks source link

[FIX] SEPA Direct Debit Refunds #44

Closed gadimbaylisahil closed 1 year ago

gadimbaylisahil commented 1 year ago

Description

SEPA Direct Debit refunds, works a bit differently than other payment methods. It's async, and refunds for SEPA are processed the next day.

When it's processed, application sends the refund postback. At that time, refunded_amount is correctly shown and status of the transaction is refunded.

Requirements