Borneo Transaction API

(0 reviews)

home

Introduction

This page introduces the Borneo Transaction API

API Summary

The purpose of the Borneo Transaction API is to allow customers and third parties to request new transactions, as well as manage and retrieve details on existing transactions:

  • Request Transaction
  • Reverse Transaction
  • Retrieve Transaction

Glossary

TermDescription
AuthorisationA phase of a transaction in which approval to proceed is sought, and funds to the sum of the transaction amount are reserved, but where the transaction is not yet considered final
AuthorisedDescribes the state of a transaction which has undergone the authorisation phase of a transaction with successs but not yet the clearing phase
ClearedDescribes the state of a transaction which has undergone the clearing phase with success
ClearingA phase of a transaction in which the transaction is finalised
IdempotencyThe characteristic of an API whereby it can be called multiple times while only processing the business request a single time
RedemptionA type of transaction, representing a purchase
ReversalA type of transaction whose intent is to update an existing transaction, so as to cancel or nullify it
ReversedDescribes the state of a transaction (which is not of type Reversal), which has subsequently been updated by a Reversal transaction.

Reviews