Feature summary
Add support for v4 LEM APIs
Problem statement
The upcoming Onboarding v4 introduces updates to the LEM APIs https://docs.adyen.com/platforms/onboard-users/onboarding-versions/onboarding-v4/
Are there plans to incorporate this into the Python SDK?
Proposed solution
I'm interested how the upgrade would work. I see two paths:
- Create a new set of
legalEntityManagementV4 services
- Do an in-place upgrade and release a new major version
Alternatives considered
I don't think v4 adds any endpoints, so it would probably work to subclass existing LEM services within my app and change the base URL to v4. However an official solution would be much preferable.
Additional context
My KYC team is pretty excited for the workflow improvements in the new onboarding.
Feature summary
Add support for v4 LEM APIs
Problem statement
The upcoming Onboarding v4 introduces updates to the LEM APIs https://docs.adyen.com/platforms/onboard-users/onboarding-versions/onboarding-v4/
Are there plans to incorporate this into the Python SDK?
Proposed solution
I'm interested how the upgrade would work. I see two paths:
legalEntityManagementV4servicesAlternatives considered
I don't think v4 adds any endpoints, so it would probably work to subclass existing LEM services within my app and change the base URL to v4. However an official solution would be much preferable.
Additional context
My KYC team is pretty excited for the workflow improvements in the new onboarding.