Send reminder

Sections

Theme switcher

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.

Endpoints

POST
POST
POST
POST

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.

Once you have the pre-signed URL, you can use it to upload your media file.

Example of URL: https://uome-documents.s3.eu-west-2.amazonaws.com/test/profile/6378a5b9a226b52053441d2f/uome-logo.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLXVMFULBGE%2F20230308%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230308T143911Z&X-Amz-Expires=300&X-Amz-Signature=ea3d312a976edae9b9bf37b1938a2239612b808c7d1f0c4adf12708e4feef3b5&X-Amz-SignedHeaders=host

Your client-side process can use this URL to upload the file to the relevant s3 bucket.

Was this section helpful?

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.

Was this section helpful?

What made this section unhelpful for you?

Endpoints

POST
POST
POST
POST
POST
Was this section helpful?

What made this section unhelpful for you?

Create order

The create order API enables customers to place an order with a business. It creates a purchase order request that includes details of the items and their quantity requested by the customer.

Header Parameters

Content-Typestring

Body Parameters

uomeApiKeystring Required

Secret key to perform Uome API request

userobject

Show child attributes

Response

200
Object

Response Attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response Attributes

successstring
messageobject

Show child attributes

codestring
403
Object
Invalid date

Response Attributes

successstring
messagestring
codestring
Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://services.live.myuome.com

Sandbox:

https://services.test.myuome.com

POST

/v1/orders/create

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 curl --location 'https://services.live.myuome.com/v1/orders/create' \ --header 'Content-Type: application/json' \ --data '{ "uomeApiKey": "uome-sk", "user": { "jwToken": "role-for-group-jwt", "currency": "GBP", "order": [ { "name": "Curry goat and rice", "price": 10.99, "qty": 2, "vatType": "standard" }, { "name": "Jerk wings", "price": 6.99, "qty": 1, "vatType": "standard" }, { "name": "Bigga fruit punch", "price": 1.5, "qty": 1, "vatType": "reduced" } ], "reference": "PO-9829", "dueDate": "2023-01-03", "notes": "Extra jerk sauce on the side please." } }'

Response

{
  "success": "OK",
  "message": "https://uome-documents.s3.eu-west-2.amazonaws.com/test/groups/637a1b9970b2668b06f4be69/48b8e030-b747-11ed-8178-cfb4afaf272d.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLXVMFULBGE%2F20230228%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230228T090713Z&X-Amz-Expires=86400&X-Amz-Signature=5f87052453b337f2e61bce8f57bfefc7d6caa91c52a280f52a1447bd80ca7c4e&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%3D48b8e030-b747-11ed-8178-cfb4afaf272d.pdf&response-content-type=application%2Fpdf",
  "code": "OK"
}
Was this section helpful?

What made this section unhelpful for you?

Approve order

The approve order API is used by businesses to accept purchase orders from customers. It marks the order as approved, generates an invoice and updates the ledger with the transaction information.

Header Parameters

Content-Typestring

Body Parameters

uomeApiKeystring Required

Secret key to perform Uome API request

userobject

Show child attributes

Response

200
Object

Response Attributes

successstring
messagestring
codestring
403
Object
Already approved

Response Attributes

successstring
messagestring
codestring
403
Object
Cancelled order

Response Attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response Attributes

successstring
messageobject

Show child attributes

codestring
403
Object
Order does not exist

Response Attributes

successstring
messagestring
codestring
403
Object
Missing order id

Response Attributes

successstring
messagestring
codestring
Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://services.live.myuome.com

Sandbox:

https://services.test.myuome.com

POST

/v1/orders/approve

Select
1 2 3 4 5 6 7 8 9 curl --location 'https://services.live.myuome.com/v1/orders/approve' \ --header 'Content-Type: application/json' \ --data '{ "uomeApiKey": "uome-sk", "user": { "jwToken": "role-for-group-jwt", "orderId": "order-id" } }'

Response

{
  "success": "OK",
  "message": "https://uome-documents.s3.eu-west-2.amazonaws.com/test/groups/637a1b9970b2668b06f4be69/48b8e030-b747-11ed-8178-cfb4afaf272d.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLXVMFULBGE%2F20230228%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230228T090713Z&X-Amz-Expires=86400&X-Amz-Signature=5f87052453b337f2e61bce8f57bfefc7d6caa91c52a280f52a1447bd80ca7c4e&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%3D48b8e030-b747-11ed-8178-cfb4afaf272d.pdf&response-content-type=application%2Fpdf",
  "code": "OK"
}
Was this section helpful?

What made this section unhelpful for you?

Reject order

The reject order API enables a business to decline an incoming purchase order request from a customer. This API marks the order as rejected, stopping any further processing towards its approval.

Header Parameters

Content-Typestring

Body Parameters

uomeApiKeystring Required

Secret key to perform Uome API request

userobject

Show child attributes

Response

200
Object

Response Attributes

successstring
messagestring
codestring
403
Object
Already approved

Response Attributes

successstring
messagestring
codestring
403
Object
Cancelled order

Response Attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response Attributes

successstring
messageobject

Show child attributes

codestring
403
Object
Order does not exist

Response Attributes

successstring
messagestring
codestring
403
Object
Missing order id

Response Attributes

successstring
messagestring
codestring
Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://services.live.myuome.com

Sandbox:

https://services.test.myuome.com

POST

/v1/orders/reject

Select
1 2 3 4 5 6 7 8 9 curl --location 'https://services.live.myuome.com/v1/orders/reject' \ --header 'Content-Type: application/json' \ --data '{ "uomeApiKey": "uome-sk", "user": { "jwToken": "role-for-group-jwt", "orderId": "order-id" } }'

Response

{
  "success": "OK",
  "message": "https://uome-documents.s3.eu-west-2.amazonaws.com/test/groups/637a1b9970b2668b06f4be69/48b8e030-b747-11ed-8178-cfb4afaf272d.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLXVMFULBGE%2F20230228%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230228T090713Z&X-Amz-Expires=86400&X-Amz-Signature=5f87052453b337f2e61bce8f57bfefc7d6caa91c52a280f52a1447bd80ca7c4e&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%3D48b8e030-b747-11ed-8178-cfb4afaf272d.pdf&response-content-type=application%2Fpdf",
  "code": "OK"
}
Was this section helpful?

What made this section unhelpful for you?

Send reminder

The reminder order API allows customers to send reminders about outstanding orders to the business. This helps ensure that the business is aware of the new order and any required actions, such as making payment or confirming the order details.

Header Parameters

Content-Typestring

Body Parameters

uomeApiKeystring Required

Secret key to perform Uome API request

userobject

Show child attributes

Response

200
Object

Response Attributes

successstring
messagestring
codestring
403
Object
Invalid order id

Response Attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response Attributes

successstring
messageobject

Show child attributes

codestring
403
Object
No order id

Response Attributes

successstring
messagestring
codestring
Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://services.live.myuome.com

Sandbox:

https://services.test.myuome.com

POST

/v1/orders/reminder

Select
1 2 3 4 5 6 7 8 9 curl --location 'https://services.live.myuome.com/v1/orders/reminder' \ --header 'Content-Type: application/json' \ --data '{ "uomeApiKey": "uome-sk", "user": { "jwToken": "role-for-group-jwt", "orderId": "order-id" } }'

Response

{
  "success": "OK",
  "message": "https://uome-documents.s3.eu-west-2.amazonaws.com/test/groups/637a1b9970b2668b06f4be69/1b66e1a0-b6b0-11ed-bf3d-91388878fa15.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLXVMFULBGE%2F20230227%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230227T152753Z&X-Amz-Expires=86400&X-Amz-Signature=16050a2efd369efa964a8380fb62544fb22237f57b5fe9120a70135a3518d939&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%3D1b66e1a0-b6b0-11ed-bf3d-91388878fa15.pdf&response-content-type=application%2Fpdf",
  "code": "OK"
}
Was this section helpful?

What made this section unhelpful for you?

Purchase orders on/off

The purchase order setting API allows businesses to enable customers to place orders directly, using items from the business's catalogue. By using this API, businesses can streamline their order process, reducing administrative overhead and improving the customer experience. This can help to drive sales and improve customer satisfaction, leading to stronger relationships and increased loyalty over time.

Go to catalogue section to for purchase order flow

Header Parameters

Content-Typestring

Body Parameters

uomeApiKeystring Required

Secret key to perform Uome API request

userobject

Show child attributes

Response

200
Object
Enabled 'A'

Response Attributes

successstring
messagestring
codestring
200
Object
Disabled 'I'

Response Attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response Attributes

successstring
messageobject

Show child attributes

codestring
403
Object
Missing information

Response Attributes

successstring
messagestring
codestring
Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://services.live.myuome.com

Sandbox:

https://services.test.myuome.com

POST

/v1/orders/settings

Select
1 2 3 4 5 6 7 8 9 curl --location 'https://services.live.myuome.com/v1/orders/settings' \ --header 'Content-Type: application/json' \ --data '{ "uomeApiKey": "uome-sk", "user": { "jwToken": "login-jwt", "status": "A" } }'

Response

{
  "success": "OK",
  "message": "Purchase order enabled",
  "code": "OK"
}
Was this section helpful?

What made this section unhelpful for you?

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.

Was this section helpful?

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.

Was this section helpful?

What made this section unhelpful for you?