Mono Connect Status

Using the unique code to get the mono connect status

Get Processing Status By Unique Code

This endpoint is used to get the linked account status, the unique code is passed

MethodEndpointHeaderParameter
Gethttps://api.insights-periculum.io/statements/mono/status/{uniqueCode}Authorization value: Bearer string_encrypted_access_tokenNone

There are nine different types of response status gotten from the endpoint

  • ACCOUNT LINKED
  • PROCESSING
  • SUCCESSFUL
  • INSUFFIENT BALANCE
  • NO BALANCE
  • NO TRANSACTIONS
  • NOT ENOUGH TRANSACTIONS
  • FAILED
  • NOT LINKED
{
    "status": "ACCOUNT LINKED",
    "details": "Account Has Been Linked"
}

The above response means the account has been connected and it's already processing

{
    "status": "PROCESSING",
    "details": "Statement Currently Processing"
}

The above response means the account is still currently processing

{
    "status": "SUCCESSFUL",
    "details": "Statement Processing Successful"
}

The above response means the account has been successfully processed

{
    "status": "INSUFFIENT BALANCE",
    "details": "Your Periculum account does not have sufficient balance to process this transaction"
}

The above response means your account does not have enough balance to process the transaction

{
    "status": "NO BALANCE",
    "details": "The transactions on this account does not have any balance"
}

The above response means there are no balances on the statement (the transactions need at least one balance to be analyzed)

{
    "status": "NO TRANSACTIONS",
    "details": "The connected account does not have any transactions"
}

The above response means the above response means that mono was unable to pull any transaction from the connected account

{
    "status": "NOT ENOUGH TRANSACTIONS",
    "details": "The connected account does not have enough transactions to be processed"
}

The above response means the above response means that mono was unable to pull enough transactions required for processing (Note Periculum needs at least 10 transactions for analysis to occur)

{
    "status": "FAILED",
    "details": "Statement Processing Failed"
}

The above response means the account processing failed due to server errors

{
    "status": "NOT LINKED",
    "details": "ACCOUNT HAS NOT BEEN LINKED"
}

The above response means there is no record of any connected account with that unique code