Transaction Reference Check Response
- successType: booleanrequired
If
truethen this API request was successfully processed. - errorType: object
A JSON object containing the error details, provided where it was not possilbe to process the request. See Error Codes List
- codeType: integer
the numeric code for the error
- messageType: string
a human readable expression of the error code
- referenceType: string | null
The Tola Wallet reference of of a previously created Tola Transaction if one was found matching the provided
sourcereferencein the API request. A null will be returned if a match could not be found.
Examples
{
"success": true,
"reference": "1.123.1435455096.1"
}