MultiSafepay/.Net

Can't get the refundId from the RefundResult when creating a refund

Closed this issue · 3 comments

Much appreciated that the related transactions are now part of the OrderResponse. Problem is that when a refund is created, the refundId is not returned. This makes it impossible to connect the refund to the related transaction in the OrderResponse.

Can the refundId be added to the RefundResult?

@avilink , Ok thanks for reporting.
We already return in the Api, will check the response and add refund_id, transaction_id and other possible variables.

@avilink , refund_id was added. Also available in Nuget.
Thanks!

Thank you!