I am getting "Encrypted data used outside of valid time period error" from payment gateway while I am trying to subscribe to a product.
The "card.encrypted.json" is generated and added as a payment method to a user(24 hours ago). The Adyen states that "card.encrypted.json" is only valid for the 24 hours.
When the "card.encrypted.json" is added as a payment method to a user:
Can this user be able to subscribe to a plan and get his invoices settled every month?
If so, how is it handled because the "card.encrypted.json" is valid only for the first 24 hours.
If not, is there any way from killbill-adyen plugin to allow a user to subscribe to a plan and get his invoices settled every month?
Thank you for your support,
Sai
I am getting "Encrypted data used outside of valid time period error" from payment gateway while I am trying to subscribe to a product.
The "card.encrypted.json" is generated and added as a payment method to a user(24 hours ago). The Adyen states that "card.encrypted.json" is only valid for the 24 hours.
I added a paymentMethod to a user by passing "card.encrypted.json" that is generated by using adyen's JS.
When I checked with Adyen, they mentioned that the "card.encrypted.json" is valid only for 24 hours.
Is it specific to Adyen or is that how handled with the other payment gateways as well(e.g. Stripe)?
Before calling this API, payment method(adyen's encrypted card json) is added to the user
I figured out the flow from the demo(I forgot to update about it here ). It is working for me now.
Thank you Pierre for updating README, it is definitely going to be helpful for others.
Adyen team mentioned that, an authorization can also be created for $0 in order to generate recurringDetailId(recurringDetailReference).
Thanks,
Sai
I figured out the flow from the demo(I forgot to update about it here ). It is working for me now.
Thank you Pierre for updating README, it is definitely going to be helpful for others.
Adyen team mentioned that, an authorization can also be created for $0 in order to generate recurringDetailId(recurringDetailReference).