Create account (deprecated)
Account Management
Create account (deprecated)
Formerly opened a new Qash account for the authenticated user. Accounts are now provisioned automatically.
POST
Create account (deprecated)
This page is retained for reference only.
Why this changed
Earlier versions of the integration required an explicitPOST /api/v1/user/accounts call before a user could hold funds, and supported creating accounts in arbitrary currencies. Today, QASH only supports a single USDC account per user, so there is nothing left to configure — the account is created automatically, with the correct currency and type, the moment the user’s wallet is provisioned at login. Removing the manual step also removes an entire class of integration bugs: wrong currency, wrong account type, or accounts left uncreated.