Swipelux
Business Customers

Business Details

Update business description, type, and contact information

Add detailed information about the business operations and contact details.

PATCH /v1/businesses/:id/details

Request Example

PATCH https://wallet.swipelux.com/v1/businesses/biz_cK69MttD5nAUAbud1B/details
Content-Type: application/json
X-API-Key: your_api_key
 
{
  "businessDescription": "Investment firm specializing in European markets",
  "businessType": "investment_firm",
  "phoneNumber": "+49301234567"
}

Request Fields

FieldTypeRequiredDescription
businessDescriptionstringYesDetailed description of business activities
businessTypestringYesPrimary business type/industry
phoneNumberstringNoBusiness contact phone number (E.164 format)

Business Types

Common business types for compliance classification:

  • investment_firm - Investment management and advisory
  • corporate_treasury - Corporate treasury operations
  • payment_service_provider - Payment processing
  • trading_company - Import/export and trading
  • technology_company - Software and technology services
  • consulting_firm - Professional services
  • real_estate - Real estate investment and management
  • other - Other business type (provide description)

Response

{
  "id": "biz_cK69MttD5nAUAbud1B",
  "legalName": "Acme Investment GmbH",
  "status": "incomplete",
  "details": {
    "businessDescription": "Investment firm specializing in European markets",
    "businessType": "investment_firm",
    "phoneNumber": "+49301234567"
  },
  "updatedAt": "2025-10-17T15:40:00Z"
}

Next Steps

On this page