Skip to content

feat(anchor): implement submitCustomerInfo function for SEP-12#168

Merged
MissBlue00 merged 2 commits into
MissBlue00:mainfrom
omosvico:feat/submit-customer-info
May 28, 2026
Merged

feat(anchor): implement submitCustomerInfo function for SEP-12#168
MissBlue00 merged 2 commits into
MissBlue00:mainfrom
omosvico:feat/submit-customer-info

Conversation

@omosvico
Copy link
Copy Markdown
Contributor

closes: #90

- Add AnchorService.submitCustomerInfo(customerData) for SEP-12 KYC
- Support both new customer creation and partial/full updates
- Handle identity document uploads with file content support
- Validate required fields (firstName, lastName, email, countryCode) on creation
- Return CustomerPutResponse with status (NEEDS_INFO | PROCESSING | APPROVED | REJECTED)
- Add CustomerData interface with optional fields and IdentityDocument
- Add FileContent interface with Uint8Array data
- Build passes with zero TypeScript errors
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

@omosvico is attempting to deploy a commit to the missblue00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 28, 2026

@omosvico Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@MissBlue00 MissBlue00 merged commit dfaf10d into MissBlue00:main May 28, 2026
0 of 4 checks passed
MissBlue00 added a commit that referenced this pull request May 29, 2026
feat(anchor): implement submitCustomerInfo function for SEP-12
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

Successfully merging this pull request may close these issues.

Add submitCustomerInfo function

2 participants