Transaction Reference Check Response

  • success
    Type: boolean
    required

    If true then this API request was successfully processed.

  • error
    Type: object

    A JSON object containing the error details, provided where it was not possilbe to process the request. See Error Codes List

    • code
      Type: integer

      the numeric code for the error

    • message
      Type: string

      a human readable expression of the error code

  • reference
    Type: string | null

    The Tola Wallet reference of of a previously created Tola Transaction if one was found matching the provided sourcereference in the API request. A null will be returned if a match could not be found.

Examples
{
  "success": true,
  "reference": "1.123.1435455096.1"
}