Create Account

Create Account API Reference

Create a new account

POST /v1/account

Create a new sub account in Bankz

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

name

string

Name of the user

email

email

Email of user to login

Response


{
    "message": "Account Created successfully - Please create your first Bankz Visa business card",
    "account_id": "9d51490e-7f6e-41b0-88e4-62b142d97a44a"
}

Last updated

Was this helpful?