Create Transaction Response
- successType: booleanrequired
If
truethen a transaction was created on the Tola.wallet platform - errorType: object
A JSON object containing the error details, provided where it was not possilbe to initiate a transaction. See Error Codes List
- codeType: integer
the numeric code for the error
- messageType: string
a human readable expression of the error code
- paymentType: string
_url A web payment redirection URL provided by the Operator - only present for Web Verification Flows
- referenceType: stringmax length:32
The Tola Wallet reference of the created transaction - provided for successfully initiated transactions
Examples
{
"success": true,
"reference": "1.123.1435455096.1"
}