Skip to content
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

Strong customer authentication #3

Closed
robert-nash opened this issue Nov 2, 2020 · 2 comments
Closed

Strong customer authentication #3

robert-nash opened this issue Nov 2, 2020 · 2 comments

Comments

@robert-nash
Copy link

Recent changes implement new strong customer authentication rules which sometimes require attaching signatures to requests.

https://api-docs.transferwise.com/#payouts-guide-strong-customer-authentication

As far as I can see this breaks many methods in this library when SCA is required. A basic solution might be to support passing the correct headers to the methods to support manually handling this signatures and retires. It would be great if the library was able to automatically handle retries and signing.

@13pass
Copy link
Owner

13pass commented Nov 3, 2020

Hi @robert-nash ,

Thank you for opening this issue.

I have been looking at implementing this feature but I failed to replicate the 403 error that gives the one-time token either with my sandbox account or my live account. So I don't really know how to test the feature once implemented. If you've managed to reproduce the OTT demand I'll be interested to know how you did it.

@13pass
Copy link
Owner

13pass commented Jun 17, 2022

Hi @robert-nash, I'm closing this issue as the strong customer authentication is now supported since release v2.0.0

@13pass 13pass closed this as completed Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants