Essential for issuing business accounts and cards
Businesses are a fundamental part of Graph, and you'll find these endpoints essential when offering business accounts and cards to your customers.
Before You Begin
Before diving into these endpoints, it's crucial to understand that creating a business requires information about its beneficial owner or majority shareholder. This required information is essentially the 'person' id (representing the beneficial owner) which you would need to pass in theowner_id
field.
Point of note
To get started, make sure you've already created a person (representing the beneficial owner of the business) using the 'Create Person' endpoint. This person will have a unique person_id that you'll need to proceed with creating a business entity.
Now, let's explore the key operations available in this section:
- Create Business: Use this endpoint to add a new business entity to Graph. This is a fundamental step in offering business accounts and cards. To successfully create a business, you'll need to provide the owner_id, which should be the person_id of the beneficial owner.
- Fetch Business: Retrieve details of a specific business by providing its unique business_id. This endpoint is helpful when you need to access information about a particular business entity.
- List Businesses: Get a list of all business entities associated with your Graph account. This can be beneficial when you need to manage and track multiple businesses efficiently.
These endpoints are designed to streamline the process of creating and managing businesses within the Graph ecosystem. Whether you're offering financial services to established corporations or supporting budding startups, these endpoints are provided to simplify your operations.