killbill / killbill-adyen-plugin

Kill Bill plugin for Adyen
https://killbill.io
Apache License 2.0
10 stars 31 forks source link

java.lang.NullPointerException: address when trying to refresh payment method #94

Closed developeruz closed 6 years ago

developeruz commented 6 years ago

To create recurring payments in Adyen I do authorization payment and void it. After that, I have to refresh payment method to get Adyen token synchronized with killbill plugin (based on this example). I do request as is described in the documentation and getting java.lang.NullPointerException: address. Full error stack available here. Could you please help me understand what I am doing wrong or fix the bug?

developeruz commented 6 years ago

Btw, example on Ruby is not working too. Proof

developeruz commented 6 years ago

Adding org.killbill.billing.plugin.adyen.recurringUrl to config solved the issue