Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 1.27 KB

File metadata and controls

44 lines (33 loc) · 1.27 KB

Datatrans Payment XML API Client Documentation

This API client library allows you to use the Datatrans Payment XML API. without having to bother with the typical grunt work, such as how to build and send the requests or how to interpret and process the responses.

It provides a Factory class to generate API specific Request objects, which have a simple and easy to understand interface.

Requests

The available request types are:

Examples

In the examples folder there are example implementations each requests.

Class API Documentation

The up to date class API docs can be found at https://codedoc.pub/orca-services/php-datatrans-xml-api-client/.

Additional Resources