The Quantum Gateway Account ID.
if set to true, makes library validate your input before sending it to the server.
Static
postURLThe main method that sends a transaction request to the Transparent DB Engine and updates your account's balance.
additional fields that you can append to your transaction request that QGW will also look at.
The response from the Transparent DB Engine. Since this function throws errors on declined, the only way to get a successful response is if the transaction was approved.
a TransactionError - If the transaction request:
Description
The class that communicates w/ the TransparentQGW Database Engine @ POST URL: https://secure.quantumgateway.com/cgi/tqgwdbe.php It acts as a middleman between this library and the engine.
Class Flow:
Naming: Since this class's functionality is similar to just POSTing to TransQGWDb Engine URL directly w/ cUrl or Postman, we call it the TransparentDbEngine similar to how Quantum Gateway calls it the Engine. If it walks like a duck...
One big difference between this class and the Official TransQGWDb Engine is that this class sends a better formatted response compared to POSTing directly.
Remarks
We do not support using API Keys for now.