Creates a new account. This account can be used to create accounts for Mint, or intermediary accounts for a Managed Payments customer. For Managed Payments, the account created represents a business entity that will settle stablecoin payments via the customer.
Routing for this endpoint is body based. Requests that include the businessPii
field are routed to the Managed Payments intermediary account creation flow, while
requests that omit the businessPii field are routed to the standard account creation
flow.
For the standard account creation flow, If clientEntityId is not provided, the
account type will be customer. If clientEntityId is provided, the account type
will be client.
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 returned by the create account endpoint.