Skip to content

feat(card): add cardholder api #17456

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Brunonascdev
Copy link
Contributor

@Brunonascdev Brunonascdev commented Jul 22, 2025

Description

This PR integrates the Cardholder check API, a performant endpoint designed to quickly determine whether a list of addresses are cardholders.
The API supports a maximum of 50 addresses per call, so a batching mechanism is included to handle larger lists by executing multiple requests in parallel using Promise.all.

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@Brunonascdev Brunonascdev requested review from wachunei, klejeune and a team July 22, 2025 16:05
@Brunonascdev Brunonascdev self-assigned this Jul 22, 2025
@Brunonascdev Brunonascdev requested a review from a team as a code owner July 22, 2025 16:05
@Brunonascdev Brunonascdev added No QA Needed Apply this label when your PR does not need any QA effort. no-changelog Indicates no external facing user changes, therefore no changelog documentation needed team-card Card Team No E2E Smoke Needed If the PR does not need E2E smoke test run labels Jul 22, 2025
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

cursor[bot]

This comment was marked as outdated.

@Brunonascdev Brunonascdev requested a review from pkowalski July 22, 2025 16:26
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No E2E Smoke Needed If the PR does not need E2E smoke test run No QA Needed Apply this label when your PR does not need any QA effort. no-changelog Indicates no external facing user changes, therefore no changelog documentation needed team-card Card Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant