Create Transaction Response

  • success
    Type: boolean
    required

    If true then a transaction was created on the Tola.wallet platform

  • error
    Type: object

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

    • code
      Type: integer

      the numeric code for the error

    • message
      Type: string

      a human readable expression of the error code

  • payment_url
    Type: string

    A web payment redirection URL provided by the Operator - only present for Web Verification Flows

  • reference
    Type: string
    max length:  
    32

    The Tola Wallet reference of the created transaction - provided for successfully initiated transactions

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