Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    MCVE Payment Functions

    LV_ MCVE Payment Functions

    Introducción

    These functions interface the MCVE API (libmcve), allowing you to work directly with MCVE from your PHP scripts_ MCVE is Main Street Softworks' solution to direct credit card processing for Linux / Unix ( http://www_mainstreetsoftworks_com/ )_ It lets you directly address the credit card clearing houses via your *nix box, modem and/or internet connection (bypassing the need for an additional service such as Authorize_Net or Pay Flow Pro)_ Using the MCVE module for PHP, you can process credit cards directly through MCVE via your PHP scripts_ The following references will outline the process_

    Nota: MCVE is the replacement for RedHat's CCVS_ They contracted with RedHat in late 2001 to migrate all existing clientelle to the MCVE platform_

    Nota: Esta extensión no está disponible en plataformas Windows

    Instalación

    To enable MCVE Support in PHP, first verify your LibMCVE installation directory_ You will then need to configure PHP with the __with_mcve option_ If you use this option without specifying the path to your MCVE installation, PHP will attempt to look in the default LibMCVE Install location (/usr/local)_ If MCVE is in a non_standard location, run configure with: __with_mcve=$mcve_path, where $mcve_path is the path to your MCVE installation_ Please note that MCVE support requires that $mcve_path/lib and $mcve_path/include exist, and include mcve_h under the include directory and libmcve_so and/or libmcve_a under the lib directory_

    Since MCVE has true server/client separation, there are no additional requirements for running PHP with MCVE support_ To test your MCVE extension in PHP, you may connect to testbox_mcve_com on port 8333 for IP, or port 8444 for SSL using the MCVE PHP API_ Use 'vitale' for your username, and 'test' for your password_ Additional information about test facilities are available at http://www_mainstreetsoftworks_com/_

    Ver también

    Additional documentation about MCVE's PHP API can be found at http://www_mainstreetsoftworks_com/docs/phpapi_pdf_ Main Street's documentation is complete and should be the primary reference for functions_

    Constantes predefinidas

    Estas constantes están definidas por esta extensión y estarán disponibles solamente cuando la extensión ha sido o bien compilada dentro de PHP o grabada dinámicamente en tiempo de ejecución_

    MC_TRANTYPE (integer)

    MC_USERNAME (integer)

    MC_PASSWORD (integer)

    MC_ACCOUNT (integer)

    MC_TRACKDATA (integer)

    MC_EXPDATE (integer)

    MC_STREET (integer)

    MC_ZIP (integer)

    MC_CV (integer)

    MC_COMMENTS (integer)

    MC_CLERKID (integer)

    MC_STATIONID (integer)

    MC_APPRCODE (integer)

    MC_AMOUNT (integer)

    MC_PTRANNUM (integer)

    MC_TTID (integer)

    MC_USER (integer)

    MC_PWD (integer)

    MC_ACCT (integer)

    MC_BDATE (integer)

    MC_EDATE (integer)

    MC_BATCH (integer)

    MC_FILE (integer)

    MC_ADMIN (integer)

    MC_AUDITTYPE (integer)

    MC_CUSTOM (integer)

    MC_EXAMOUNT (integer)

    MC_EXCHARGES (integer)

    MC_RATE (integer)

    MC_RENTERNAME (integer)

    MC_RETURNCITY (integer)

    MC_RETURNSTATE (integer)

    MC_RETURNLOCATION (integer)

    MC_PRIORITY (integer)

    MC_INQUIRY (integer)

    MC_CARDTYPES (integer)

    MC_SUB (integer)

    MC_MARKER (integer)

    MC_DEVICETYPE (integer)

    MC_ERRORCODE (integer)

    MC_NEWBATCH (integer)

    MC_CURR (integer)

    MC_DESCMERCH (integer)

    MC_DESCLOC (integer)

    MC_ORIGTYPE (integer)

    MC_PIN (integer)

    MC_VOIDORIGTYPE (integer)

    MC_TIMESTAMP (integer)

    MC_PRIO_HIGH (integer)

    MC_PRIO_NORMAL (integer)

    MC_PRIO_LOW (integer)

    MC_USER_PROC (integer)

    MC_USER_USER (integer)

    MC_USER_PWD (integer)

    MC_USER_INDCODE (integer)

    MC_USER_MERCHID (integer)

    MC_USER_BANKID (integer)

    MC_USER_TERMID (integer)

    MC_USER_CLIENTNUM (integer)

    MC_USER_STOREID (integer)

    MC_USER_AGENTID (integer)

    MC_USER_CHAINID (integer)

    MC_USER_ZIPCODE (integer)

    MC_USER_TIMEZONE (integer)

    MC_USER_MERCHCAT (integer)

    MC_USER_MERNAME (integer)

    MC_USER_MERCHLOC (integer)

    MC_USER_STATECODE (integer)

    MC_USER_PHONE (integer)

    MC_USER_SUB (integer)

    MC_USER_CARDTYPES (integer)

    MC_USER_MODE (integer)

    MC_USER_VNUMBER (integer)

    MC_USER_ROUTINGID (integer)

    MC_USER_PPROPERTY (integer)

    MC_USER_PID (integer)

    MC_USER_PIDPWD (integer)

    MC_USER_SMID (integer)

    MC_USER_SMIDPWD (integer)

    MC_USER_USDDIV (integer)

    MC_USER_AUDDIV (integer)

    MC_USER_DKKDIV (integer)

    MC_USER_GBPDIV (integer)

    MC_USER_HKDDIV (integer)

    MC_USER_JPYDIV (integer)

    MC_USER_NZDDIV (integer)

    MC_USER_NOKDIV (integer)

    MC_USER_SGDDIV (integer)

    MC_USER_ZARDIV (integer)

    MC_USER_SEKDIV (integer)

    MC_USER_CHFDIV (integer)

    MC_USER_CADDIV (integer)

    MC_USER_DIVNUM (integer)

    MC_CARD_VISA (integer)

    MC_CARD_MC (integer)

    MC_CARD_AMEX (integer)

    MC_CARD_DISC (integer)

    MC_CARD_JCB (integer)

    MC_CARD_CB (integer)

    MC_CARD_DC (integer)

    MC_CARD_GIFT (integer)

    MC_CARD_OTHER (integer)

    MC_CARD_ALL (integer)

    MC_MODE_AUTH (integer)

    MC_MODE_SETTLE (integer)

    MC_MODE_BOTH (integer)

    MC_MODE_ALL (integer)

    MC_EXCHARGES_REST (integer)

    MC_EXCHARGES_GIFT (integer)

    MC_EXCHARGES_MINI (integer)

    MC_EXCHARGES_TELE (integer)

    MC_EXCHARGES_OTHER (integer)

    MC_EXCHARGES_LAUND (integer)

    MC_EXCHARGES_NONE (integer)

    MC_EXCHARGES_GAS (integer)

    MC_EXCHARGES_MILE (integer)

    MC_EXCHARGES_LATE (integer)

    MC_EXCHARGES_1WAY (integer)

    MC_EXCHARGES_VIOL (integer)

    MC_TRAN_SALE (integer)

    MC_TRAN_REDEMPTION (integer)

    MC_TRAN_PREAUTH (integer)

    MC_TRAN_VOID (integer)

    MC_TRAN_PREAUTHCOMPLETE (integer)

    MC_TRAN_FORCE (integer)

    MC_TRAN_OVERRIDE (integer)

    MC_TRAN_RETURN (integer)

    MC_TRAN_RELOAD (integer)

    MC_TRAN_CREDIT (integer)

    MC_TRAN_SETTLE (integer)

    MC_TRAN_INCREMENTAL (integer)

    MC_TRAN_REVERSAL (integer)

    MC_TRAN_ACTIVATE (integer)

    MC_TRAN_BALANCEINQ (integer)

    MC_TRAN_CASHOUT (integer)

    MC_TRAN_TOREVERSAL (integer)

    MC_TRAN_SETTLERFR (integer)

    MC_TRAN_ISSUE (integer)

    MC_TRAN_TIP (integer)

    MC_TRAN_MERCHRETURN (integer)

    MC_TRAN_IVRREQ (integer)

    MC_TRAN_IVRRESP (integer)

    MC_TRAN_ADMIN (integer)

    MC_TRAN_PING (integer)

    MC_TRAN_CHKPWD (integer)

    MC_TRAN_CHNGPWD (integer)

    MC_TRAN_LISTSTATS (integer)

    MC_TRAN_LISTUSERS (integer)

    MC_TRAN_GETUSERINFO (integer)

    MC_TRAN_ADDUSER (integer)

    MC_TRAN_EDITUSER (integer)

    MC_TRAN_DELUSER (integer)

    MC_TRAN_ENABLEUSER (integer)

    MC_TRAN_DISABLEUSER (integer)

    MC_TRAN_IMPORT (integer)

    MC_TRAN_EXPORT (integer)

    MC_TRAN_ERRORLOG (integer)

    MC_TRAN_CLEARERRORLOG (integer)

    MC_TRAN_GETSUBACCTS (integer)

    MC_ADMIN_GUT (integer)

    MC_ADMIN_GL (integer)

    MC_ADMIN_GFT (integer)

    MC_ADMIN_BT (integer)

    MC_ADMIN_UB (integer)

    MC_ADMIN_QC (integer)

    MC_ADMIN_RS (integer)

    MC_ADMIN_CTH (integer)

    MC_ADMIN_CFH (integer)

    MC_ADMIN_FORCESETTLE (integer)

    MC_ADMIN_SETBATCHNUM (integer)

    MC_ADMIN_RENUMBERBATCH (integer)

    MC_ADMIN_FIELDEDIT (integer)

    MC_ADMIN_CLOSEBATCH (integer)

    MCVE_UNUSED (integer)

    MCVE_NEW (integer)

    MCVE_PENDING (integer)

    MCVE_DONE (integer)

    MCVE_GOOD (integer)

    MCVE_BAD (integer)

    MCVE_STREET (integer)

    MCVE_ZIP (integer)

    MCVE_UNKNOWN (integer)

    MCVE_ERROR (integer)

    MCVE_FAIL (integer)

    MCVE_SUCCESS (integer)

    MCVE_AUTH (integer)

    MCVE_DENY (integer)

    MCVE_CALL (integer)

    MCVE_DUPL (integer)

    MCVE_PKUP (integer)

    MCVE_RETRY (integer)

    MCVE_SETUP (integer)

    MCVE_TIMEOUT (integer)

    MCVE_SALE (integer)

    MCVE_PREAUTH (integer)

    MCVE_FORCE (integer)

    MCVE_OVERRIDE (integer)

    MCVE_RETURN (integer)

    MCVE_SETTLE (integer)

    MCVE_PROC (integer)

    MCVE_USER (integer)

    MCVE_PWD (integer)

    MCVE_INDCODE (integer)

    MCVE_MERCHID (integer)

    MCVE_BANKID (integer)

    MCVE_TERMID (integer)

    MCVE_CLIENTNUM (integer)

    MCVE_STOREID (integer)

    MCVE_AGENTID (integer)

    MCVE_CHAINID (integer)

    MCVE_ZIPCODE (integer)

    MCVE_TIMEZONE (integer)

    MCVE_MERCHCAT (integer)

    MCVE_MERNAME (integer)

    MCVE_MERCHLOC (integer)

    MCVE_STATECODE (integer)

    MCVE_SERVICEPHONE (integer)

    Tabla de contenidos
    mcve_adduser __  Add an MCVE user using usersetup structure
    mcve_adduserarg __  Add a value to user configuration structure
    mcve_bt __  Get unsettled batch totals
    mcve_checkstatus __  Check to see if a transaction has completed
    mcve_chkpwd __  Verify Password
    mcve_chngpwd __  Change the system administrator's password
    mcve_completeauthorizations __  Number of complete authorizations in queue, returning an array of their identifiers
    mcve_connect __  Establish the connection to MCVE
    mcve_connectionerror __  Get a textual representation of why a connection failed
    mcve_deleteresponse __  Delete specified transaction from MCVE_CONN structure
    mcve_deletetrans __  Delete specified transaction from MCVE_CONN structure
    mcve_deleteusersetup __  Deallocate data associated with usersetup structure
    mcve_deluser __  Delete an MCVE user account
    mcve_destroyconn __  Destroy the connection and MCVE_CONN structure
    mcve_destroyengine __  Free memory associated with IP/SSL connectivity
    mcve_disableuser __  Disable an active MCVE user account
    mcve_edituser __  Edit MCVE user using usersetup structure
    mcve_enableuser __  Enable an inactive MCVE user account
    mcve_force __  Send a FORCE to MCVE_ (typically, a phone_authorization)
    mcve_getcell __  Get a specific cell from a comma delimited response by column name
    mcve_getcellbynum __  Get a specific cell from a comma delimited response by column number
    mcve_getcommadelimited __  Get the RAW comma delimited data returned from MCVE
    mcve_getheader __  Get the name of the column in a comma_delimited response
    mcve_getuserarg __  Grab a value from usersetup structure
    mcve_getuserparam __  Get a user response parameter
    mcve_gft __  Audit MCVE for Failed transactions
    mcve_gl __  Audit MCVE for settled transactions
    mcve_gut __  Audit MCVE for Unsettled Transactions
    mcve_initconn __  Create and initialize an MCVE_CONN structure
    mcve_initengine __  Ready the client for IP/SSL Communication
    mcve_initusersetup __  Initialize structure to store user data
    mcve_iscommadelimited __  Checks to see if response is comma delimited
    mcve_liststats __  List statistics for all users on MCVE system
    mcve_listusers __  List all users on MCVE system
    mcve_maxconntimeout __  The maximum amount of time the API will attempt a connection to MCVE
    mcve_monitor __  Perform communication with MCVE (send/receive data) Non_blocking
    mcve_numcolumns __  Number of columns returned in a comma delimited response
    mcve_numrows __  Number of rows returned in a comma delimited response
    mcve_override __  Send an OVERRIDE to MCVE
    mcve_parsecommadelimited __  Parse the comma delimited response so mcve_getcell, etc will work
    mcve_ping __  Send a ping request to MCVE
    mcve_preauth __  Send a PREAUTHORIZATION to MCVE
    mcve_preauthcompletion __  Complete a PREAUTHORIZATION___ Ready it for settlement
    mcve_qc __  Audit MCVE for a list of transactions in the outgoing queue
    mcve_responseparam __  Get a custom response parameter
    mcve_return __  Issue a RETURN or CREDIT to MCVE
    mcve_returncode __  Grab the exact return code from the transaction
    mcve_returnstatus __  Check to see if the transaction was successful
    mcve_sale __  Send a SALE to MCVE
    mcve_setblocking __  Set blocking/non_blocking mode for connection
    mcve_setdropfile __  Set the connection method to Drop_File
    mcve_setip __  Set the connection method to IP
    mcve_setssl_files __  Set certificate key files and certificates if server requires client certificate verification
    mcve_setssl __  Set the connection method to SSL
    mcve_settimeout __  Set maximum transaction time (per trans)
    mcve_settle __  Issue a settlement command to do a batch deposit
    mcve_text_avs __  Get a textual representation of the return_avs
    mcve_text_code __  Get a textual representation of the return_code
    mcve_text_cv __  Get a textual representation of the return_cv
    mcve_transactionauth __  Get the authorization number returned for the transaction (alpha_numeric)
    mcve_transactionavs __  Get the Address Verification return status
    mcve_transactionbatch __  Get the batch number associated with the transaction
    mcve_transactioncv __  Get the CVC2/CVV2/CID return status
    mcve_transactionid __  Get the unique system id for the transaction
    mcve_transactionitem __  Get the ITEM number in the associated batch for this transaction
    mcve_transactionssent __  Check to see if outgoing buffer is clear
    mcve_transactiontext __  Get verbiage (text) return from MCVE or processing institution
    mcve_transinqueue __  Number of transactions in client_queue
    mcve_transnew __  Start a new transaction
    mcve_transparam __  Add a parameter to a transaction
    mcve_transsend __  Finalize and send the transaction
    mcve_ub __  Get a list of all Unsettled batches
    mcve_uwait __  Wait x microsecs
    mcve_verifyconnection __  Set whether or not to PING upon connect to verify connection
    mcve_verifysslcert __  Set whether or not to verify the server ssl certificate
    mcve_void __  VOID a transaction in the settlement queue
     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html