Hi,
I'm trying to use adyen as payment method, and im using it for a recurring plan
i followed the instructions in killbill-adyen-plugin.
- Created adyen test account
- Configured adyen plugin
- Created killbill account
- Created payment method with the created account with adyen-plugin "properties": [ { "key": "enableRecurring", "value": "true", "isUpdatable": false } ]
Here
http://127.0.0.1:8080/plugins/adyen-plugin/checkout?kbAccountId=123&amount=500&kbPaymentMethodId=12345im getting error regarding with amount, i also tried it with minor units 50000
PaymentPluginApiException{errorMessage='Internal payment error : java.lang.NumberFormatException: null', errorType='INTERNAL'}
i also tried using advance flow and checked the "Recurring Details" in additional data, so i tried adding the "recurringDetailReference", and "the encrypted card information" in pluginInfo.properties and it doesn't work. Please help me.
Thanks,
Marco