CLI Spoofing / OBR Fraud

Increasing numbers of mobile operators within the European economic area have introduced origin based rating (OBR) for voice termination. German mobile network operators introduced significant surcharges in mobile termination rates (MTRs), based on the country of call origination, with differences as much as €0.20 per minute (a 1,000% increase) and further surcharge penalties for calls … Read more

SMS Gateway with Instant Settlement

This website (www.codeb.io) mainly focuses on Automation API ‘s for Identities and Settlement. As every node in our chain contains an inbuilt SMPP v3.4/5.0 compliant SMS Gateway we are going to use this gateway for a real life showcase of instant SMS Settlement. It is also a great solution for SMS Hubbing. The gateway does … Read more

Blockchain SMS Client and SMPP Gateway (bSMSC)

As every of our blockchain nodes contains an inbuilt SMPP Gateway (bSMSC) our Self-Sovereign Identity (SSI) frontend contains a SMS Client. Kindly note that the inbuilt SMS Gateway works also perfectly as a SMS Hub. When you login for the very first time you need to create an account (Create a Key Pair) or import … Read more

Split Payments

In the daily “Settlement Business” there are cases whereby received funds must be directed automatically to the supplier but keeping a commission for the “deal maker”. Of course the buyer must not know the supplier. This can be done with the “Split Payment” functions defined in the Settlement Namespace. To create a “Split Payment” you … Read more

Mint

To create coins is called in blockchain terms “Minting Coins”. In our system only approved “Minters” are permitted to mint coins up to an administrator approved allowance. To promote an account to become “Minter” or to set the allowance X Admin signatures are required. Note: Usually coins are burned on the Coin to FIAT gateway. … Read more

Burn

To destroy coins is called in blockchain terms “Burning Coins”. In our system only approved “Minters” are permitted to burn coins. To promote an account to become “Minter” X Admin signatures are required. Note: Usually coins are burned on the Coin to FIAT gateway. It is also possible to delete all minters so that coins … Read more

Voucher

Our voucher system is a unique system to transfer funds to a number account for which no private key exists. Who knows the number can redeem the voucher. This is ideal to send funds to organizations which do not have yet a blockchain account. Vouchers can also be used as a top up medium. Functions … Read more

SSI linked Off-Chain Storage

All data written to our distributed Off-Chain Storage is always fully encrypted. The random encryption keys can automatically be linked to a Self-Sovereign Identity. It is still suggested that never clear text data is submitted to those functions. Save2DistributedFileStorage The function Save2DistributedFileStorage is part of the Off-Chain Namespace and requires five input parameters: Data: Your … Read more

Key Management

Our System offers two types of Key Hosting. It is possible to host the key on the client side (encrypted in the secure storage of your browser) or it can be hosted on the server itself. Server based Key Hosting If you are planning to use our Web Service APIs it is required to host … Read more

RetrieveMessage

Received messages are automatically dumped into a mailbox on any node if the node hosts any of the recipients principal accounts. To enumerate received messages use function ListReceivedMessages. Parameters are: ChainAddress/ChainPassword Principal account credentials to decrypt a message. You can view any message in raw format via function RetrieveRawMessage. Retrieved messages can manually validated via … Read more