Skip to main content
monei.business provides methods to manage business customers under a specific business ID. With this service, you can:
  • Create a business customer
  • Retrieve all business customers
  • Get customer details
  • Update a customer
  • Disable a customer

Create Business Customer

Create a new customer under a specific business.

Get Business Customers

Retrieve all customers associated with a business.

Get Customer Details

Retrieve detailed information about a specific customer.

Update Customer

Update an existing customer’s information.

Disable Customer

Disable a customer under a business.

Working with Response Objects

All methods return objects with property access:

Response Types

BusinessCustomerDto

BusinessCustomersListDto

DisableCustomerResponseDto


Error Handling

All business service calls may throw an error if the request fails.

Service Overview


Notes

  • All methods require a valid business_id
  • A properly configured MoneiClient instance is required
  • Ensure authentication headers are set before making requests
  • All responses are strongly typed objects with property access
  • Disabled customers cannot perform transactions until re-enabled