DOM Account

Create DOM Account

STAGING_URL: https://switchapi3.azurewebsites.net
LIVE_URL: https://switchapi.azurewebsites.net

Create DOM Account

POST https://switchapi3.azurewebsites.net/user/dom_account

This endpoint allows you to create a DOM Account for a user

Headers

Name
Type
Description

SWI-CS

string

Payload checksum

SWI-CID

string

Client ID

Authorization

string

Bearer <token>

Request Body

Name
Type
Description

currency

string

USD | GBP

{
    "message": "DOM Account created successfully",
    "data": {
        "account_name": "Adebayo Samuel",
        "account_number": "0074717166",
        "currency": "GBP"
    }
}

Last updated

Was this helpful?