Introduction
Uome's API Reference provides a set of endpoints for managing financial transactions between users. It allows users to send and receive payments, manage their accounts, and retrieve transaction history. The Uome API Reference Guide provides developers with the information needed to integrate Uome into their own applications, allowing them to offer their users a secure and seamless financial experience.
The Uome API Reference Guide provides detailed information on each endpoint, including request and response formats, authentication methods, and sample code snippets in multiple programming languages. It also includes information on error handling and troubleshooting, as well as best practices for integrating Uome into your application. The guide is designed to be used in conjunction with the Uome API itself, making it easy for developers to start making API requests and building their financial applications.
Sign up
Uome's sign up API enables new users to create an account and have their information stored in the database. The API provides a secure and efficient way for users to sign up and get started with Uome, giving them access to all its features and benefits.
Endpoints
POST
Login
The Uome Login API is an endpoint that allows you to authenticate users and reset their passwords. It provides a secure and convenient way for users to log into your application and access their financial information. The Login API uses industry standard authentication methods, such as email/password or OAuth2, to ensure the security of your users' data.
The Login API provides endpoints for handling user authentication and password reset functionality. When a user logs in, you can use the authentication endpoint to verify their credentials and receive an access token that can be used to make API requests on their behalf. If a user forgets their password, you can use the password reset endpoint to send a password reset email to the user. Once the user has reset their password, they can log in using the new password and access their financial information. The Login API also includes error handling and troubleshooting information, so you can easily handle any issues that arise during the login process. With the Uome Login API, you can provide your users with a secure and seamless login experience, and easily manage their financial transactions.
Endpoints
POST
POST
User
Uome's user settings API provides a secure and convenient way for users to update their information, such as personal details, or security settings. The API utilizes RESTful principles for handling requests and responses and is easily integratable with various types of applications. This API allows users to have full control over their account information, keeping it up-to-date and secure at all times.
Endpoints
POST
POST
POST
POST
POST
POST
POST
POST
Company
Uome's user settings API provides a secure and convenient way for users to update their information, such as personal details, or security settings. The API utilizes RESTful principles for handling requests and responses and is easily integratable with various types of applications. This API allows users to have full control over their account information, keeping it up-to-date and secure at all times.
What made this section unhelpful for you?
Endpoints
POST
POST
POST
POST
What made this section unhelpful for you?
Information
The company info API retrieves information about a company related to a user. This information can be used to manage the company across Uome.
Header Parameters
Body Parameters
Secret key to perform Uome API request
Show child attributes
Response
Response Attributes
Show child attributes
Response Attributes
Show child attributes
What made this section unhelpful for you?
Base URL
Production:
https://services.live.myuome.com
Sandbox:
https://services.test.myuome.com
Response
{
"success": "OK",
"message": {
"company": "Uome LTD",
"registrationNo": "987654321",
"tradingName": "Uome App",
"industry": "Tech",
"addressLine1": "11 Kings Road",
"addressLine2": "Sydenham",
"city": "London",
"postCode": "SE26 9AS",
"country": "United Kingdom",
"countryCode": "GB",
"size": "0-10",
"websiteUrl": "https://www.myuome.com",
"tel": "07777777777",
"userId": "6378a5b9a226b52053441d2f",
"login": "rjmauree@myuome.com",
"firstName": "Raajhu",
"lastName": "Mauree",
"email": "rjmauree@myuome.com",
"accountType": "BUSINESS",
"avatar": "https://sumgroup-documents.s3.eu-west-2.amazonaws.com/test/profile/6378a5b9a226b52053441d2f/IMG_0005.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLX2UBMUWUK%2F20230713%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230713T143106Z&X-Amz-Expires=7200&X-Amz-Signature=b3a6ad2e5d8676538d4a8855ee9603c4d8d394799ad86ef69d693caa5208705a&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%3DIMG_0005.jpeg&response-content-type=image%2Fjpeg"
},
"code": "OK"
}
What made this section unhelpful for you?
Details
The company details API is used to store information about the company profile, including the name, registration no, industry and size. This information is used to personalise the user's experience and help with communication and billing purposes.
Header Parameters
Body Parameters
Secret key to perform Uome API request
Show child attributes
Response
Response Attributes
Response Attributes
What made this section unhelpful for you?
Base URL
Production:
https://services.live.myuome.com
Sandbox:
https://services.test.myuome.com
Response
{
"success": "OK",
"message": "Company details updated for rjmauree@myuome.com",
"code": "OK"
}
What made this section unhelpful for you?
Sole trader
The sole trader API stores the required information for the user about their business. This information is then used when issuing payments and documentation across Uome.
Header Parameters
Body Parameters
Secret key to perform Uome API request
Show child attributes
Response
Response Attributes
What made this section unhelpful for you?
Base URL
Production:
https://services.live.myuome.com
Sandbox:
https://services.test.myuome.com
Response
{
"success": "OK",
"message": "Sole trader details updated for rjmauree@myuome.com",
"code": "OK"
}
What made this section unhelpful for you?
Address
The company address API is used to store address information about the company profile. This information is used to verify the company information and help with the entire operational flow.
The company address must belong to the country code associated with the user
Header Parameters
Body Parameters
Secret key to perform Uome API request
Show child attributes
Response
Response Attributes
Response Attributes
What made this section unhelpful for you?
Base URL
Production:
https://services.live.myuome.com
Sandbox:
https://services.test.myuome.com
Response
{
"success": "OK",
"message": "Company address updated for rjmauree@myuome.com",
"code": "OK"
}
What made this section unhelpful for you?
Upload files
Uome uses Amazon AWS to upload media and retrieve attachments. In order to upload a file you must first obtain a pre-signed URL relevant to the API you are using e.g. chat media upload, upload avatar, expense attachment.
Each AWS bucket is assigned to a specific region to comply with regulatory standards, ensuring that user data, particularly financial records, is securely stored in accordance with the relevant country's regulations.
The obtain endpoint URL returns a pre-signed URL for each individual file. This is a temporary URL that allows access to the S3 bucket for a limited time period.
To generate a pre-signed URL, you must use the respective ‘obtain upload url’ API for the service for e.g.
- Group media uploads - group/media/upload-url
- Profile avatar - user/avatar/upload-url
- RTB expenses attachment - expenses/rtb/upload-url
- Expenses attachment - expenses/linked/upload-url
Once you have the pre-signed URL, you can use it to upload your media file.
Your client-side process can use this URL to upload the file to the relevant s3 bucket.
What made this section unhelpful for you?
Contacts
The Uome Contacts API is a feature within the Uome ecosystem that allows users to add and manage contacts for their customer relationship management (CRM) purposes. This API enables users to store and organize important information about their contacts, such as their names, email addresses, and phone numbers, and use this information to build and maintain strong relationships with their customers. The API provides a simple and user-friendly interface for adding, updating, and retrieving contact information, making it easy for users to manage their customer relationships in an efficient and organized manner.
Adding a contact will create a group for CRM
Endpoints
POST
CRM
Uome's Group CRM API enables users to communicate with clients through a messaging platform. The API allows users to send messages, documents, media, and actions, providing a rich and dynamic way to manage client relationships. With Uome's chat API, users can have real-time conversations, share information and files, and take actions directly within the platform, eliminating the need for multiple tools and increasing efficiency. The API is designed to be user-friendly, providing a seamless experience for both users and clients. With Uome's chat API, users can improve client relationships and streamline communication, making it easier to do business.
Adding a contact will create a group for CRM
Endpoints
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
Quotes
The Uome Quote API includes endpoints for creating and managing quotes, including the ability to generate quotes, approve quotes, reject quotes, and send reminders. When a client generates a quote, they can use the create quote endpoint to create a quote document that outlines the terms of the proposed financial agreement. The approve quote endpoint allows clients to approve the quote and start the financial agreement. The reject quote endpoint allows clients to reject the quote if it does not meet their needs. The send reminder endpoint allows clients to send reminders to Uome about their quote and keep the quote process moving forward. With the Uome Quote API, clients have full control over their quotes and can easily manage their financial agreements with Uome.
Endpoints
POST
POST
POST
POST
Invoices
Uome's invoice API enables users to bill clients, cancel invoices, send reminders, and manually settle invoices. The API provides a comprehensive solution for invoicing, allowing users to manage the entire process, from billing to settlement, with ease and efficiency, improving cash flow and streamlining financial operations.
Endpoints
POST
POST
POST
POST
POST
POST
Orders
Uome's purchase order API enables clients to make orders directly to the business user with built-in approval flows. The API streamlines the ordering process, allowing clients to place orders and receive approvals in a timely and efficient manner, while also providing the necessary transparency and accountability to manage the procurement process effectively.
Endpoints
POST
POST
POST
POST
POST
POS
The POS (Point of Sale) API is a key component of the Uome ecosystem which allows users to generate transactions and accept quick in-person payments from clients. This API integrates with the user's existing payment system and provides real-time transactions for efficient checkout processes. By using the POS API, users can streamline the payment process and reduce the time required for manual transactions, improving overall business efficiency.
Endpoints
POST
POST
POST
POST
Catalogue
Uome's catalogue API provides a centralized solution for storing product items and prices, enabling easy checkout and billing generation for clients. The API allows users to store comprehensive information about their products, including item name, description, image, price, and other relevant details. This information is accessible to clients during checkout, streamlining the purchasing process and reducing the likelihood of errors or miscommunications.
Organising your catalogue into categories can offer several advantages. It groups similar items together, making the checkout process smoother for customers. This also improves product management, helping you keep track of stock more effectively. By categorising your items, you enhance the shopping experience and optimise inventory control.
Endpoints
POST
POST
POST
POST
POST
POST
Ledger
Uome's ledger API enables users to settle and cancel transactions across the Uome ecosystem. The API provides a secure and efficient way for users to manage their financial transactions, allowing them to settle debts and cancel unnecessary transactions with ease.
Endpoints
POST
POST
POST
POST
POST
POST
POST
Bank
The Banking General Ledger API empowers users to execute credit and debit transactions within the ecosystem. This API offers a secure and streamlined method for users to handle their financial activities, permitting them to credit funds to accounts, debit expenses, and efficiently manage their banking transactions.
E-commerce
The E-commerce API allows users to accept orders via web checkout, this showcases the sellers catalogue allowing for order creation by customers.
Financial statements
The Financial Statements API in Uome allows users to access and generate reports based on data within the Uome ecosystem. These reports can provide insights into areas such as financial transactions, user behavior, and business performance. By using this API, users can easily access and analyze the data they need to make informed decisions and improve their operations. The reports generated can be tailored to meet the specific needs of each user and can be exported in various formats for further analysis and sharing.
Endpoints
POST
POST
POST
POST
POST
POST
Expenses
Uome's expenses API allows users to store and track their expenses in a ledger. The API provides a secure and convenient way to track expenses, allowing users to keep a record of their financial transactions and manage their budget efficiently.
Endpoints
POST
POST
POST
POST
POST
POST
POST
POST
POST
VAT
Uome's VAT API is a powerful tool that offers businesses a seamless solution for calculating and generating VAT returns in accordance with the specifications set by HMRC (Her Majesty's Revenue and Customs). By integrating this API into their systems, businesses can automate the entire process of creating and submitting VAT returns, saving valuable time and effort. The API leverages Uome's advanced algorithms to accurately calculate VAT amounts based on the provided data, ensuring compliance with HMRC regulations. With its user-friendly interface and robust functionality, Uome's VAT API streamlines the VAT return process, enabling businesses to focus on other critical aspects of their operations while maintaining efficient and accurate tax reporting.
Endpoints
POST
POST
POST
POST
Sales tax
The Sales Tax API is a robust tool designed for businesses to effortlessly manage and calculate sales tax across various jurisdictions. This API, when integrated into business systems, enables the automation of sales tax computation, ensuring accuracy and compliance with up-to-date regulations.
Utilising cutting-edge technology, the Sales Tax API provides precise tax rates and handles the complexities of different tax laws, thereby streamlining the sales tax process. This allows businesses to allocate more time to core activities while maintaining precise and compliant tax reporting.
Endpoints
POST
POST
POST
POST
POST
POST
Stripe
Stripe simplifies the payment process for customers, minimizing friction and enhancing the ease with which they can finalize their purchases. Moreover, Stripe provides a variety of sophisticated anti-fraud and security functionalities, which aid in safeguarding businesses and their patrons against deceitful activities.
Integrating Stripe within Uome enables you to:
- Accept credit/debit cards
- Provide financing options through Klarna
- Incorporate Apple Pay and Google Pay
AML
Ensure your business remains fortified against financial crime with our sanction list, a powerful Anti-Money Laundering (AML) and Counter-Terrorist Financing (CTF) screening solution offered by Uome API. Our cutting-edge technology is designed to uncover, thwart, and interdict illicit financial activities.
In accordance with regulatory mandates, Uome's sanctions list empowers regulated enterprises to execute obligatory sanctions risk screening, thereby reinforcing the cornerstone of effective sanctions adherence. Elevate your sanctions compliance strategy with our API's state-of-the-art solution, ensuring the integrity of your financial ecosystem.
Endpoints
POST
POST
POST
Errors
Uome's error handling API provides a comprehensive solution for handling errors that may occur during the use of Uome's various APIs. This API utilizes RESTful principles for handling requests and responses, making it easily integratable with various types of applications. The API provides detailed information about errors that may occur, along with clear and concise responses for each type of error. This information is designed to help developers and users quickly identify and resolve issues, improving the overall experience and ensuring seamless operation. With Uome's error handling API, users can be confident that their applications will continue to function smoothly, even in the event of an error. The API provides a robust solution for error handling, reducing downtime and improving the reliability of Uome's APIs.
What made this section unhelpful for you?
Status Codes
200
Everything worked as expected.
400
The request was unacceptable, often due to missing a required parameter.
401
The request was unacceptable, often due to missing a required parameter.
402
The parameters were valid but the request failed.
403
The API key doesnt have permissions to perform the request.
404
The requested resource does not exist.