Users
Create user
Register a new end-user in your partner scope.
POST
Requires
X-Api-Key and X-Api-Secret headers. See Authentication for details.status: "pending". They cannot perform financial operations until KYC is approved and their status transitions to active.
After creating the user, call Start KYC to begin identity verification.Authorizations
Partner API key. Generated from Qash Dashboard → Settings → API Keys.
Partner API secret. Shown once at creation — store it securely.
Body
application/json
User registration payload.
Type of user account.
Available options:
personal, business User email address. Must be unique across all of Qash.
Example:
"user@example.com"
ISO 3166-1 alpha-2 country code.
Required string length:
2Example:
"CO"
Phone number in international format. Automatically trimmed.
Example:
"+573001234567"
Preferred language code. Defaults to en.
Example:
"es"