Creates a new customer for the authenticated client and returns the created customer record.
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Request to create a customer and subsequently initiate a Know Your Business (KYB) verification process.
Name of the customer - either a person's name or company name. Must contain at least one non-whitespace character.
3 - 100.*\S.*"Acme Corporation"
Type of entity being created - either an individual person or a company/organization.
individual, business "business"
Unique identifier for the customer in the client's system. This ID is used to track the customer in the client's database.
"external_customer_123"
Customer record successfully created
Response returned when a customer creation process is successfully initiated.
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
KYB Links for different providers used in the KYB process.
Unique identifier for the automatically created application record
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Public URL for completing the application via web form (includes embedded token)
"https://apply.dakota.com/applications/2WGC9cKv9P4K8eGzqY6qJ3Xz7Qm?token=kJ8xN3zQ9mL2pR5vY7wC1aF4dG6hK0sT8uW3nB5eM9"
Unix timestamp (nanoseconds) when the application token expires (30 days from creation)
1734567890000000000