Creating a sub-customer

Create subcustomer

post
Authorizations
Body
namestringRequired
emailstringRequired
countrystringOptional
typeall ofOptional
string · enumOptionalPossible values:
Responses
default

default response

application/json
post
POST /v1/subcustomers HTTP/1.1
Host: wewireproduction.com
Content-Type: application/json
Accept: */*
Content-Length: 88

{
  "name": "text",
  "email": "text",
  "country": "text",
  "type": "INDIVIDUAL",
  "purpose": [
    "PAYOUT"
  ]
}
default

default response

{
  "id": "text",
  "name": "text",
  "email": "text",
  "country": "text",
  "status": "ACTIVE",
  "type": "INDIVIDUAL",
  "purpose": [
    "PAYOUT"
  ],
  "onboardingStatus": "DRAFT",
  "onboardingId": "text",
  "externalId": "text",
  "addressLine1": "text",
  "addressLine2": "text",
  "postalCode": "text",
  "city": "text",
  "state": "text",
  "onboardingData": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "businessId": "text",
  "createdAt": "2025-10-15T06:48:22.436Z",
  "updatedAt": "2025-10-15T06:48:22.436Z"
}

Last updated