Hi there,
I'm getting the following output on a notification call:
I, [2015-07-23T11:11:29.347394 #11345] INFO -- : Started POST "/adyen/notify" for xx.xx.xx.xx at 2015-07-23 11:11:29 +0200
I, [2015-07-23T11:11:29.348954 #11345] INFO -- : Processing by Spree::AdyenNotificationsController#notify as HTML
I, [2015-07-23T11:11:29.349071 #11345] INFO -- : Parameters: {"pspReference"=>"14143712321496", "eventDate"=>"2015-07-23T09:11:28.71Z", "merchantAccountCode"=>"myCustomer", "reason"=>"", "originalReference"=>"", "value"=>"21", "eventCode"=>"AUTHORISATION", "merchantReference"=>"R069063981", "operations"=>"REFUND", "success"=>"true", "paymentMethod"=>"ideal", "currency"=>"EUR", "live"=>"true"}
As you can see i'm getting a REFUND on the operations variable. The notification is not coming through and does not update the order. Also my payment_state remains on 'balance due'.
Can you help us out?