Business Service
Themonei.business service allows you to manage customers under a specific business.
With this service, you can:
- Create business customers
- Retrieve all business customers
- Get customer details
- Update customer information
- Disable customers
Initialize
Create Business Customer
Create a new customer under a business.Get Business Customers
Retrieve all customers associated with a business.Get Customer Details
Retrieve detailed information about a specific customer.Update Customer
Update a customer’s information.Disable Customer
Disable a customer under a business.Error Handling
All Business Service methods may raiseMoneiAPIError if the request fails.
Service Methods Overview
| Method | Description |
|---|---|
create_business_customer | Create a new customer under a business |
get_business_customers | Retrieve all customers for a business |
get_customer_details | Get details of a specific customer |
update_customer | Update customer information |
disable_customer | Disable a business customer |

