Businesses
The Businesses page of our documentation provides a comprehensive overview of the various Endpoints associated with business accounts, detailing all the requests and responses in our API. It also explains relevant Business Objects and common variables, providing detailed definitions and default values to help you navigate through the understanding and implementation of business-related functionalities seamlessly.
Businesses Endpoints
Here are the endpoints for the Businesses section:
- GET/business: Gets a list of all business customers
- POST/business: Registers a new business
- POST/business/initiate: Initiate a new business
- POST /business/unblock/{id}: Only Update the Status Of the Business Customer
- POST /business/whitelist/{id}: WhiteLists a Business Customer
- GET/business/{id}: Retrieves all details of a business corresponding to an ID (Admin use only)
- PATCH /business/{id}: Updates Business customer
- PUT/business/{id}: Updates allowed fields of a business
- GET/business/{id}/accounts: Gets a list of accounts belonging to a Business Customer
- GET/business/{id}/ubo: Gets a list of UBOs associated with a business account
- POST/business/{id}/ubo: Creates a new UBO
- GET/business/{id}/ubo/KYC: Retrieves identity verifications for all UBOs in a business
- POST/business/{id}/ubo/KYC: Creates identity verifications for all UBOs in a business
- DELETE/business/{id}/ubo/{uboId}: Deletes a UBO
- GET/business/{id}/ubo/{uboId}: Retrieves a UBO
- PUT/business/{id}/ubo/{uboId}: Updates a UBO
- GET/business/{id}/ubo/{uboId}/KYC: Retrieves an identity verification for a UBO
- POST/business/{id}/ubo/{uboId}/KYC: Creates an identity verification for a UBO
Updated about 2 months ago