Adyen / Adyen/adyen-node-api-library
[Feature]: Missing TS types for Onboarding on invite Webhook
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 95
- Avg merge
- 18h 31m
- Merged PRs (30d)
- 30
Description
Feature summary
Missing TS types for Onboarding on invite Webhook
The Adyen Node API library does not appear to expose or support TS types/models for Onboarding on invite webhooks v1, specifically:
balancePlatform.accountHolder.onboarded
This webhook is documented by Adyen, but I could not find a corresponding exported type or model in @adyen/api-library.
Because of this, TypeScript users need to use any or define local interfaces when handling this webhook.
Proposed solution
Please add generated TS models/exports for Onboarding on invite webhooks, especially the balancePlatform.accountHolder.onboarded event.
- Webhook: Onboarding on invite webhooks v1
- Event:
balancePlatform.accountHolder.onboarded - Adyen docs: https://docs.adyen.com/api-explorer/onboarding-on-invite-webhooks/1/overview
Alternatives considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the generated TypeScript models and exports for balancePlatform webhook events, then compare them with the Onboarding on invite webhooks v1 documentation. Confirm that balancePlatform.accountHolder.onboarded has an exported type or model and verify the library's existing model-generation or validation checks if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100