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
Step 1. Initialize the wizard
Request
curl --location --request GET 'https://host.name/api/v1/standalone/auth/init'Response
{
"status": 200,
"meta": {
"behaviours": [],
"status": 200
},
"data": {
"uuid": "92fae932-4cff-4d5f-9af9-a8bd71d1acc2",
"type": "form",
"workflow": "side_login",
"status": 0,
"done": false,
"canceled": false,
"rules": {}
}
}Step 2. Register the client and create their payment account
Request
Name
Required
Description
Name
Type
Required
Description
Response
PreviousSeamless authorization (only for a standalone solution)NextIntegrate your external CRM system with the B2COPY API
Last updated
Was this helpful?

