v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBConnect
Create Connect sub-merchant account
Creates a SUB_MERCHANT user under the authenticated marketplace account, provisions a KYC provider account, and immediately returns unified nextUrl/nextSteps for the initial KYC flow based on account type.
post/api/connect/accounts
Request body
Example request
{
"email": "seller@example.com",
"firstName": "John",
"lastName": "Doe",
"merchantName": "Seller Alpha",
"redirectUrlKyc": "https://marketplace.example.com/connect/kyc-complete"
}Response
Create Connect sub-merchant account successful
Example response
{
"id": "usr_01JABCDEF0123456789XYZ",
"email": "seller@example.com",
"merchantName": "Seller Alpha",
"firstName": "John",
"lastName": "Doe",
"marketplaceUserId": "usr_marketplace123",
"customerId": "cus_abc123",
"custodialWalletAddress": "0xABC123…"
}