Creates a new account. If clientEntityId is not provided, the account is created for the caller. If clientEntityId is provided, the account is created for that client entity instead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
Human-readable description of the account.
"My account"
Optional identifier of the client entity whose account should be created. If omitted, the account is created for the caller.
"a3f1b2c4-d5e6-7890-abcd-ef1234567890"
Successfully created an account.
An account exposed by the Accounts API. This payload is returned exactly as surfaced by the live /v1/accounts alias of the wallets API.