Adyen / Adyen/adyen-node-api-library

[Feature]: Missing TS types for Onboarding on invite Webhook

Open
#1,658 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug do not stale
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.

Alternatives considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.