buckaroo-it / Shopware6

Repository containing the Shopware 6 Payment Plugin by Buckaroo
3 stars 5 forks source link

Add support for native Shopware refunds #240

Open chris-returnless opened 1 month ago

chris-returnless commented 1 month ago

Shopware has a commercial plan (Rise) where merchants are able to process refunds. The benefit of this feature is that you can use both the Shopware panel and the Shopware API to create refunds.

Here is the endpoint that we use: https://shopware.stoplight.io/docs/admin-api/948f118f2363e-create-a-new-order-return-resources

In this endpoint, it's possible to issue a refund via lineItems.refundAmount. In Shopware, this refund is registered correctly. However, the Buckaroo integration does not seem to listen to this refund request, and therefore does not execute the refund. See screenshots attached.

Can you let us know if the Buckaroo integration can be made compatible with Shopware's default Refund feature?

Thanks in advance for your thoughts!

Scherm_afbeelding 2024-08-05 om 12 44 04
Buckaroo-Rene commented 1 month ago

Hi @chris-returnless ,

Thank you for suggesting this feature. I'll bring it up with the team to explore the possibility of implementing return support as you've outlined. I'll keep you updated on the outcome as we progress.