Overview
Introduction
DataMesh Group provides payment solutions that allow merchants to accept and manage payments and get paid. Our SDK allows you to integrate payments into your applications to process online and in-app payments. You can also use our APIs to create payments, manage orders, payment instruments and entities.
Charge APIs
Our Charge APIs are organised around REST. They have predictable resource-oriented URLs, accept form-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes, authentication, and verbs.
To start using our APIs, you need:
- A valid API Key and secret to send requests to the API endpoints. We will provide you with an API key as part of your onboarding.
- HTTPS-secured communications. Our API only responds to HTTPS. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.
Charge SDK
Our Charge SDK is a collection of JavaScript driven front-end code and back-end REST JSON API services.