Create individual account
POST/api/partner/individual/accounts
Creates a partner-owned individual cardholder. The individual never logs into the CIP dashboard — the partner has its own dashboard for that; the record exists here only so CIP admins can see/control it.
Validates the payload against partnerCreateIndividualSchemaValidation
and delegates to createPartnerIndividualOnboarding, which creates
the User + IndividualOnboarding records and calls ryvyl-proxy-orasys
to create the upstream account. Rolls both records back if the proxy
call fails.
Request
Responses
- 201
- 400
- 401
Individual created
Bad request — missing or invalid fields
Unauthorized — missing or invalid JWT