Skip to main content

Create Account

This endpoint allows you to create an account.

Authorization:

bearer

HTTP: bearer

HTTP Authorization Scheme: bearer

Headers:
Authorization: APIKey {YOUR_API_KEY}

Endpoint

POST

/api/v2/accounts

Request Body Sample

{
"accountType": "individual",
"email": "jwick@localhost",
"accountName": "Wick's Account",
"firstName": "John",
"lastName": "Wick",
"reference": "client-reference-123"
}

Request Body Schema

FieldTypeDescription
accountTypestringRequired Account type. Values: individual or business.
emailstringRequired Email. Example: jwick@localhost.
accountNamestringRequired Account name. Example: Wick's Account.
firstNamestringRequired First name. Example: John.
lastNamestringRequired Last name. Example: Wick.
referencestringClient reference. Example: client-reference-123. default: uuidv7

Response Sample

{
"id": "00000000-0000-0000-0000-000000000000",
"reference": "client-reference-123",
"accountType": "individual",
"email": "jwick@localhost",
"accountName": "Wick's Account",
"firstName": "John",
"lastName": "Wick",
"status": "pending",
"createdAt": "2025-04-07T15:32:01.411Z",
"updatedAt": "2025-04-07T15:32:01.411Z"
}

Support and Resources

If you need assistance or have any questions, our support team is here to help. You can contact our support team at support@blockwyre.com.

Stay Updated

Stay up-to-date with the latest news, updates, and features from BlockWyre by following us on social media:

We are excited to have you on board and look forward to seeing how you leverage BlockWyre's powerful tools to enhance your financial operations. Happy integrating!