-
Notifications
You must be signed in to change notification settings - Fork 30
Add submitCustomerInfo function #90
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Task
Add a submitCustomerInfo function for SEP-12 customer information collection.
Details
- Function signature:
submitCustomerInfo(customerData: CustomerData): Promise<CustomerPutResponse> - Submit KYC data to anchor via SEP-12
- Support partial and full customer updates
- Handle file uploads for identity documents
- Add CustomerData and CustomerPutResponse interfaces
Test
Run pnpm --filter @stellar-pay/anchor-service build to verify no TypeScript errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program