Register a client and create their payment account (only for a standalone solution)
Use these API methods to register a client and create their payment account in standalone B2COPY solutions
Last updated
Was this helpful?
Use these API methods to register a client and create their payment account in standalone B2COPY solutions
Last updated
Was this helpful?
After using the method for and getting a URL that includes the token for accessing the B2COPY Web UI, register a client in a standalone B2COPY solution as follows:
Initialize the wizard using the following method:
GET
[host]/api/v1/standalone/auth/init
Register the client using the following method:
POST
[host]/api/v1/wizards/{uuid}
Upon registration in a standalone solution, a payment account is created for the client.
Use the method:
GET
[host]/api/v1/standalone/auth/init
The response includes the universally unique identifier (UUID) that is required for the next step.
Response example
Use the method:
POST
[host]/api/v1/wizards/{uuid}
Path Parameters
uuid
Yes
The universally unique identifier (UUID) obtained at Step 1.
Body Parameters
side_login
string
Yes
The MT login (number) of a client account.
token
string
Yes
investment_platform_id
string
Yes
The identifier of the investment platform instance.
If only one MT server is connected to your B2COPY investment platform, specify 1.
If you have more than one MT server connected to your B2COPY investment platform, contact the Support team for assistance.
device_fingerprint
string
Yes
The string that uniquely identifies a client device.
Request example
The response includes the object providing information about the client registered in a standalone B2COPY solution, including the client ID, as well as information about the payment account created for that client on the platform.
The token obtained after using the method for .
After registering and obtaining the client ID, you can create master and investment accounts for that client (for details, refer to ).