-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support billing_info on Subscription, Invoice & Gift card #424
Conversation
Makes possible to resolve "three_d_secure_action_required" error triggered while: - creating subscription - updating subscription - collecting invoice - creating gift card Support for this is mentioned in the SCA integration guide as well as documented on corresponding endpoints in API reference.
@bhelx I just want to clarify - unless we've misunderstood something, this seems hard necessity on Sep 14 2019. |
What is going on? Can’t you at least clarify that this isn’t needed or what? It’s Sep 12. Tomorrow is last day and it ends considerably sooner in EU than in US. Without these changes, passing 3Dsecure result token when updating subscription as described in your API reference simply doesn’t work. So unless we’re missing something, this library isn’t ready for PSD2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Hi @vojtech-dobes, thanks for the catch and the contribution! Due to the tight deadline on PSD2 we've been behind on some of the client library updates. We've reviewed and merged |
Thanks! Will you also ship new version with it? |
@vojtech-dobes i'm going to release a new version in the next 2 hours. The release should be linked back to this issue. Thanks again! |
Covered in #424 but this adds property docs
Makes possible to resolve "three_d_secure_action_required" error triggered while:
Support for this is mentioned in the SCA integration guide as well as documented on corresponding endpoints in API reference.