You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I order for us to do some business logic when a CHARGEBACK is received, we would like to access the information contained in the notification from Adyen. Similar information is provided in the AUTHORIZED notification for the original transaction of the payment, but no plugin information is available in the transaction for the CHARGEBACK.
I don't know if this is a bug or an enhancement.
The text was updated successfully, but these errors were encountered:
I'm not quite sure what you are referring to: do you need more information on chargebacks when getPaymentInfo is called? If so, I think a PR exposing more plugin properties would be acceptable.
I need access to the information contained in the chargeback notification from adyen. I can see it in the adyen_notifications table, but I don't want to have to do SQL to get it. It would be nice to get this from paymentTransaction.getPaymentInfoPlugin().
I order for us to do some business logic when a CHARGEBACK is received, we would like to access the information contained in the notification from Adyen. Similar information is provided in the AUTHORIZED notification for the original transaction of the payment, but no plugin information is available in the transaction for the CHARGEBACK.
I don't know if this is a bug or an enhancement.
The text was updated successfully, but these errors were encountered: