Create a new wallet for the caller
POST/api/wallets
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Creates a new wallet with the provided details and associates it with the calling principal.
Required Role
| Role | Description |
|---|---|
WALLET_CRUD | Create new wallets |
Request
Responses
- 201
- 401
- 403
- 422
Wallet is created successfully
Unauthorized.
Forbidden.
Unprocessable Request. The provided data is not valid. Required values might be missing.