Swipelux

Business Details

Update business description, type, and contact information

Add detailed information about the business operations and contact details.

PATCH /v1/customers/:id/details

Request Example

PATCH https://platform.swipelux.com/v1/customers/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)

Next Steps

On this page