Introduction

👍

Welcome to the Ansa API Reference

This guide covers core Ansa API concepts, data models, and the usage of each API endpoint.


Getting started

To begin integrating with the Ansa API, please reach out to us at [email protected]. We will provision a Sandbox merchant for you and assist you in the integration process while answering any questions you may have. The Sandbox environment will allow you to build and validate against the Ansa API without transacting with real funds.

Conventions

The Ansa API follows RESTful conventions, with operations performed via GET, POST, PUT, and DELETE requests. Request and response bodies are encoded as JSON objects.

Temporal values (timestamps) are encoded in RFC 3339 format. i.e 2022-09-16T19:28:23.120Z

HTTPS is required for all API requests.

Feedback

We welcome your feedback at [email protected]. Please let us know about any errors you discover in this guide, or anything that would make this guide better.