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?
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?