1 | <HTML
|
---|
2 | ><HEAD
|
---|
3 | ><TITLE
|
---|
4 | >MCVE Payment Functions</TITLE
|
---|
5 | ><META
|
---|
6 | NAME="GENERATOR"
|
---|
7 | CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
|
---|
8 | REL="HOME"
|
---|
9 | TITLE="Manuál PHP"
|
---|
10 | HREF="index.html"><LINK
|
---|
11 | REL="UP"
|
---|
12 | TITLE="Reference funkcí"
|
---|
13 | HREF="funcref.html"><LINK
|
---|
14 | REL="PREVIOUS"
|
---|
15 | TITLE="mdecrypt_generic"
|
---|
16 | HREF="function.mdecrypt-generic.html"><LINK
|
---|
17 | REL="NEXT"
|
---|
18 | TITLE="mcve_adduser"
|
---|
19 | HREF="function.mcve-adduser.html"><META
|
---|
20 | HTTP-EQUIV="Content-type"
|
---|
21 | CONTENT="text/html; charset=ISO-8859-2"></HEAD
|
---|
22 | ><BODY
|
---|
23 | CLASS="reference"
|
---|
24 | BGCOLOR="#FFFFFF"
|
---|
25 | TEXT="#000000"
|
---|
26 | LINK="#0000FF"
|
---|
27 | VLINK="#840084"
|
---|
28 | ALINK="#0000FF"
|
---|
29 | ><DIV
|
---|
30 | CLASS="NAVHEADER"
|
---|
31 | ><TABLE
|
---|
32 | SUMMARY="Header navigation table"
|
---|
33 | WIDTH="100%"
|
---|
34 | BORDER="0"
|
---|
35 | CELLPADDING="0"
|
---|
36 | CELLSPACING="0"
|
---|
37 | ><TR
|
---|
38 | ><TH
|
---|
39 | COLSPAN="3"
|
---|
40 | ALIGN="center"
|
---|
41 | >Manuál PHP</TH
|
---|
42 | ></TR
|
---|
43 | ><TR
|
---|
44 | ><TD
|
---|
45 | WIDTH="10%"
|
---|
46 | ALIGN="left"
|
---|
47 | VALIGN="bottom"
|
---|
48 | ><A
|
---|
49 | HREF="function.mdecrypt-generic.html"
|
---|
50 | ACCESSKEY="P"
|
---|
51 | >Pøedcházející</A
|
---|
52 | ></TD
|
---|
53 | ><TD
|
---|
54 | WIDTH="80%"
|
---|
55 | ALIGN="center"
|
---|
56 | VALIGN="bottom"
|
---|
57 | ></TD
|
---|
58 | ><TD
|
---|
59 | WIDTH="10%"
|
---|
60 | ALIGN="right"
|
---|
61 | VALIGN="bottom"
|
---|
62 | ><A
|
---|
63 | HREF="function.mcve-adduser.html"
|
---|
64 | ACCESSKEY="N"
|
---|
65 | >Dal¹í</A
|
---|
66 | ></TD
|
---|
67 | ></TR
|
---|
68 | ></TABLE
|
---|
69 | ><HR
|
---|
70 | ALIGN="LEFT"
|
---|
71 | WIDTH="100%"></DIV
|
---|
72 | ><DIV
|
---|
73 | CLASS="reference"
|
---|
74 | ><A
|
---|
75 | NAME="ref.mcve"
|
---|
76 | ></A
|
---|
77 | ><DIV
|
---|
78 | CLASS="TITLEPAGE"
|
---|
79 | ><H1
|
---|
80 | CLASS="title"
|
---|
81 | >LV. MCVE Payment Functions</H1
|
---|
82 | ><DIV
|
---|
83 | CLASS="PARTINTRO"
|
---|
84 | ><A
|
---|
85 | NAME="AEN45693"
|
---|
86 | ></A
|
---|
87 | ><DIV
|
---|
88 | CLASS="section"
|
---|
89 | ><H1
|
---|
90 | CLASS="section"
|
---|
91 | ><A
|
---|
92 | NAME="mcve.intro"
|
---|
93 | ></A
|
---|
94 | >Úvod</H1
|
---|
95 | ><P
|
---|
96 | > These functions interface the MCVE API (libmcve), allowing you
|
---|
97 | to work directly with MCVE from your PHP scripts. MCVE is
|
---|
98 | Main Street Softworks' solution to direct credit card processing.
|
---|
99 | It lets you directly address the credit card clearing houses via
|
---|
100 | your *nix box, modem and/or internet connection (bypassing the
|
---|
101 | need for an additional service such as Authorize.Net or Pay
|
---|
102 | Flow Pro). Using the MCVE module for PHP, you can process
|
---|
103 | credit cards directly through MCVE via your PHP scripts. The
|
---|
104 | following references will outline the process.
|
---|
105 | </P
|
---|
106 | ><DIV
|
---|
107 | CLASS="note"
|
---|
108 | ><BLOCKQUOTE
|
---|
109 | CLASS="note"
|
---|
110 | ><P
|
---|
111 | ><B
|
---|
112 | >Poznámka: </B
|
---|
113 | >
|
---|
114 | MCVE is the replacement for RedHat's CCVS. They contracted with
|
---|
115 | RedHat in late 2001 to migrate all existing clientelle to the
|
---|
116 | MCVE platform.
|
---|
117 | </P
|
---|
118 | ></BLOCKQUOTE
|
---|
119 | ></DIV
|
---|
120 | ></DIV
|
---|
121 | ><DIV
|
---|
122 | CLASS="section"
|
---|
123 | ><H1
|
---|
124 | CLASS="section"
|
---|
125 | ><A
|
---|
126 | NAME="mcve.installation"
|
---|
127 | ></A
|
---|
128 | >Instalace</H1
|
---|
129 | ><P
|
---|
130 | > To enable MCVE Support in PHP, first verify your LibMCVE installation
|
---|
131 | directory. You will then need to configure PHP with the <TT
|
---|
132 | CLASS="option"
|
---|
133 | >--with-mcve</TT
|
---|
134 | > option. If you use this
|
---|
135 | option without specifying the path to your MCVE installation, PHP
|
---|
136 | will attempt to look in the default LibMCVE Install location
|
---|
137 | (/usr/local). If MCVE is in a non-standard location, run
|
---|
138 | configure with: <TT
|
---|
139 | CLASS="option"
|
---|
140 | >--with-mcve=$mcve_path</TT
|
---|
141 | >, where $mcve_path
|
---|
142 | is the path to your MCVE installation. Please note that MCVE
|
---|
143 | support requires that $mcve_path/lib and $mcve_path/include exist,
|
---|
144 | and include mcve.h under the include directory and libmcve.so and/or
|
---|
145 | libmcve.a under the lib directory.
|
---|
146 | </P
|
---|
147 | ><P
|
---|
148 | > Since MCVE has true server/client separation, there are no additional
|
---|
149 | requirements for running PHP with MCVE support. To test your
|
---|
150 | MCVE extension in PHP, you may connect to testbox.mcve.com on
|
---|
151 | port 8333 for IP, or port 8444 for SSL using the MCVE PHP API.
|
---|
152 | Use 'vitale' for your username, and 'test' for your password.
|
---|
153 | Additional information about test facilities are available at
|
---|
154 | <A
|
---|
155 | HREF="http://www.mcve.com"
|
---|
156 | TARGET="_top"
|
---|
157 | >www.mcve.com</A
|
---|
158 | >.
|
---|
159 | </P
|
---|
160 | ></DIV
|
---|
161 | ><DIV
|
---|
162 | CLASS="section"
|
---|
163 | ><H1
|
---|
164 | CLASS="section"
|
---|
165 | ><A
|
---|
166 | NAME="mcve.seealso"
|
---|
167 | ></A
|
---|
168 | >Viz také</H1
|
---|
169 | ><P
|
---|
170 | > Additional documentation about MCVE's PHP API can be found at
|
---|
171 | <A
|
---|
172 | HREF="http://www.mcve.com/docs/phpapi.pdf"
|
---|
173 | TARGET="_top"
|
---|
174 | > http://www.mcve.com/docs/phpapi.pdf</A
|
---|
175 | >. Main Street's
|
---|
176 | documentation is complete and should be the primary reference
|
---|
177 | for functions.
|
---|
178 | </P
|
---|
179 | ></DIV
|
---|
180 | ></DIV
|
---|
181 | ><DIV
|
---|
182 | CLASS="TOC"
|
---|
183 | ><DL
|
---|
184 | ><DT
|
---|
185 | ><B
|
---|
186 | >Obsah</B
|
---|
187 | ></DT
|
---|
188 | ><DT
|
---|
189 | ><A
|
---|
190 | HREF="function.mcve-adduser.html"
|
---|
191 | >mcve_adduser</A
|
---|
192 | > -- Add an MCVE user using usersetup structure </DT
|
---|
193 | ><DT
|
---|
194 | ><A
|
---|
195 | HREF="function.mcve-adduserarg.html"
|
---|
196 | >mcve_adduserarg</A
|
---|
197 | > -- Add a value to user configuration structure </DT
|
---|
198 | ><DT
|
---|
199 | ><A
|
---|
200 | HREF="function.mcve-bt.html"
|
---|
201 | >mcve_bt</A
|
---|
202 | > -- Get unsettled batch totals </DT
|
---|
203 | ><DT
|
---|
204 | ><A
|
---|
205 | HREF="function.mcve-checkstatus.html"
|
---|
206 | >mcve_checkstatus</A
|
---|
207 | > -- Check to see if a transaction has completed </DT
|
---|
208 | ><DT
|
---|
209 | ><A
|
---|
210 | HREF="function.mcve-chkpwd.html"
|
---|
211 | >mcve_chkpwd</A
|
---|
212 | > -- Verify Password </DT
|
---|
213 | ><DT
|
---|
214 | ><A
|
---|
215 | HREF="function.mcve-chngpwd.html"
|
---|
216 | >mcve_chngpwd</A
|
---|
217 | > -- Change the system administrator's password </DT
|
---|
218 | ><DT
|
---|
219 | ><A
|
---|
220 | HREF="function.mcve-completeauthorizations.html"
|
---|
221 | >mcve_completeauthorizations</A
|
---|
222 | > -- Number of complete authorizations in queue, returning an array of their identifiers </DT
|
---|
223 | ><DT
|
---|
224 | ><A
|
---|
225 | HREF="function.mcve-connect.html"
|
---|
226 | >mcve_connect</A
|
---|
227 | > -- Establish the connection to MCVE </DT
|
---|
228 | ><DT
|
---|
229 | ><A
|
---|
230 | HREF="function.mcve-connectionerror.html"
|
---|
231 | >mcve_connectionerror</A
|
---|
232 | > -- Get a textual representation of why a connection failed </DT
|
---|
233 | ><DT
|
---|
234 | ><A
|
---|
235 | HREF="function.mcve-deleteresponse.html"
|
---|
236 | >mcve_deleteresponse</A
|
---|
237 | > -- Delete specified transaction from MCVE_CONN structure </DT
|
---|
238 | ><DT
|
---|
239 | ><A
|
---|
240 | HREF="function.mcve-deletetrans.html"
|
---|
241 | >mcve_deletetrans</A
|
---|
242 | > -- Delete specified transaction from MCVE_CONN structure </DT
|
---|
243 | ><DT
|
---|
244 | ><A
|
---|
245 | HREF="function.mcve-deleteusersetup.html"
|
---|
246 | >mcve_deleteusersetup</A
|
---|
247 | > -- Deallocate data associated with usersetup structure </DT
|
---|
248 | ><DT
|
---|
249 | ><A
|
---|
250 | HREF="function.mcve-deluser.html"
|
---|
251 | >mcve_deluser</A
|
---|
252 | > -- Delete an MCVE user account </DT
|
---|
253 | ><DT
|
---|
254 | ><A
|
---|
255 | HREF="function.mcve-destroyconn.html"
|
---|
256 | >mcve_destroyconn</A
|
---|
257 | > -- Destroy the connection and MCVE_CONN structure </DT
|
---|
258 | ><DT
|
---|
259 | ><A
|
---|
260 | HREF="function.mcve-destroyengine.html"
|
---|
261 | >mcve_destroyengine</A
|
---|
262 | > -- Free memory associated with IP/SSL connectivity </DT
|
---|
263 | ><DT
|
---|
264 | ><A
|
---|
265 | HREF="function.mcve-disableuser.html"
|
---|
266 | >mcve_disableuser</A
|
---|
267 | > -- Disable an active MCVE user account </DT
|
---|
268 | ><DT
|
---|
269 | ><A
|
---|
270 | HREF="function.mcve-edituser.html"
|
---|
271 | >mcve_edituser</A
|
---|
272 | > -- Edit MCVE user using usersetup structure </DT
|
---|
273 | ><DT
|
---|
274 | ><A
|
---|
275 | HREF="function.mcve-enableuser.html"
|
---|
276 | >mcve_enableuser</A
|
---|
277 | > -- Enable an inactive MCVE user account </DT
|
---|
278 | ><DT
|
---|
279 | ><A
|
---|
280 | HREF="function.mcve-force.html"
|
---|
281 | >mcve_force</A
|
---|
282 | > -- Send a FORCE to MCVE. (typically, a phone-authorization) </DT
|
---|
283 | ><DT
|
---|
284 | ><A
|
---|
285 | HREF="function.mcve-getcell.html"
|
---|
286 | >mcve_getcell</A
|
---|
287 | > -- Get a specific cell from a comma delimited response by column name </DT
|
---|
288 | ><DT
|
---|
289 | ><A
|
---|
290 | HREF="function.mcve-getcellbynum.html"
|
---|
291 | >mcve_getcellbynum</A
|
---|
292 | > -- Get a specific cell from a comma delimited response by column number </DT
|
---|
293 | ><DT
|
---|
294 | ><A
|
---|
295 | HREF="function.mcve-getcommadelimited.html"
|
---|
296 | >mcve_getcommadelimited</A
|
---|
297 | > -- Get the RAW comma delimited data returned from MCVE </DT
|
---|
298 | ><DT
|
---|
299 | ><A
|
---|
300 | HREF="function.mcve-getheader.html"
|
---|
301 | >mcve_getheader</A
|
---|
302 | > -- Get the name of the column in a comma-delimited response </DT
|
---|
303 | ><DT
|
---|
304 | ><A
|
---|
305 | HREF="function.mcve-getuserarg.html"
|
---|
306 | >mcve_getuserarg</A
|
---|
307 | > -- Grab a value from usersetup structure </DT
|
---|
308 | ><DT
|
---|
309 | ><A
|
---|
310 | HREF="function.mcve-getuserparam.html"
|
---|
311 | >mcve_getuserparam</A
|
---|
312 | > -- Get a user response parameter </DT
|
---|
313 | ><DT
|
---|
314 | ><A
|
---|
315 | HREF="function.mcve-gft.html"
|
---|
316 | >mcve_gft</A
|
---|
317 | > -- Audit MCVE for Failed transactions </DT
|
---|
318 | ><DT
|
---|
319 | ><A
|
---|
320 | HREF="function.mcve-gl.html"
|
---|
321 | >mcve_gl</A
|
---|
322 | > -- Audit MCVE for settled transactions </DT
|
---|
323 | ><DT
|
---|
324 | ><A
|
---|
325 | HREF="function.mcve-gut.html"
|
---|
326 | >mcve_gut</A
|
---|
327 | > -- Audit MCVE for Unsettled Transactions </DT
|
---|
328 | ><DT
|
---|
329 | ><A
|
---|
330 | HREF="function.mcve-initconn.html"
|
---|
331 | >mcve_initconn</A
|
---|
332 | > -- Create and initialize an MCVE_CONN structure </DT
|
---|
333 | ><DT
|
---|
334 | ><A
|
---|
335 | HREF="function.mcve-initengine.html"
|
---|
336 | >mcve_initengine</A
|
---|
337 | > -- Ready the client for IP/SSL Communication </DT
|
---|
338 | ><DT
|
---|
339 | ><A
|
---|
340 | HREF="function.mcve-initusersetup.html"
|
---|
341 | >mcve_initusersetup</A
|
---|
342 | > -- Initialize structure to store user data </DT
|
---|
343 | ><DT
|
---|
344 | ><A
|
---|
345 | HREF="function.mcve-iscommadelimited.html"
|
---|
346 | >mcve_iscommadelimited</A
|
---|
347 | > -- Checks to see if response is comma delimited </DT
|
---|
348 | ><DT
|
---|
349 | ><A
|
---|
350 | HREF="function.mcve-liststats.html"
|
---|
351 | >mcve_liststats</A
|
---|
352 | > -- List statistics for all users on MCVE system </DT
|
---|
353 | ><DT
|
---|
354 | ><A
|
---|
355 | HREF="function.mcve-listusers.html"
|
---|
356 | >mcve_listusers</A
|
---|
357 | > -- List all users on MCVE system </DT
|
---|
358 | ><DT
|
---|
359 | ><A
|
---|
360 | HREF="function.mcve-maxconntimeout.html"
|
---|
361 | >mcve_maxconntimeout</A
|
---|
362 | > -- The maximum amount of time the API will attempt a connection to MCVE </DT
|
---|
363 | ><DT
|
---|
364 | ><A
|
---|
365 | HREF="function.mcve-monitor.html"
|
---|
366 | >mcve_monitor</A
|
---|
367 | > -- Perform communication with MCVE (send/receive data) Non-blocking </DT
|
---|
368 | ><DT
|
---|
369 | ><A
|
---|
370 | HREF="function.mcve-numcolumns.html"
|
---|
371 | >mcve_numcolumns</A
|
---|
372 | > -- Number of columns returned in a comma delimited response </DT
|
---|
373 | ><DT
|
---|
374 | ><A
|
---|
375 | HREF="function.mcve-numrows.html"
|
---|
376 | >mcve_numrows</A
|
---|
377 | > -- Number of rows returned in a comma delimited response </DT
|
---|
378 | ><DT
|
---|
379 | ><A
|
---|
380 | HREF="function.mcve-override.html"
|
---|
381 | >mcve_override</A
|
---|
382 | > -- Send an OVERRIDE to MCVE </DT
|
---|
383 | ><DT
|
---|
384 | ><A
|
---|
385 | HREF="function.mcve-parsecommadelimited.html"
|
---|
386 | >mcve_parsecommadelimited</A
|
---|
387 | > -- Parse the comma delimited response so mcve_getcell, etc will work </DT
|
---|
388 | ><DT
|
---|
389 | ><A
|
---|
390 | HREF="function.mcve-ping.html"
|
---|
391 | >mcve_ping</A
|
---|
392 | > -- Send a ping request to MCVE </DT
|
---|
393 | ><DT
|
---|
394 | ><A
|
---|
395 | HREF="function.mcve-preauth.html"
|
---|
396 | >mcve_preauth</A
|
---|
397 | > -- Send a PREAUTHORIZATION to MCVE </DT
|
---|
398 | ><DT
|
---|
399 | ><A
|
---|
400 | HREF="function.mcve-preauthcompletion.html"
|
---|
401 | >mcve_preauthcompletion</A
|
---|
402 | > -- Complete a PREAUTHORIZATION... Ready it for settlement </DT
|
---|
403 | ><DT
|
---|
404 | ><A
|
---|
405 | HREF="function.mcve-qc.html"
|
---|
406 | >mcve_qc</A
|
---|
407 | > -- Audit MCVE for a list of transactions in the outgoing queue </DT
|
---|
408 | ><DT
|
---|
409 | ><A
|
---|
410 | HREF="function.mcve-responseparam.html"
|
---|
411 | >mcve_responseparam</A
|
---|
412 | > -- Get a custom response parameter </DT
|
---|
413 | ><DT
|
---|
414 | ><A
|
---|
415 | HREF="function.mcve-return.html"
|
---|
416 | >mcve_return</A
|
---|
417 | > -- Issue a RETURN or CREDIT to MCVE </DT
|
---|
418 | ><DT
|
---|
419 | ><A
|
---|
420 | HREF="function.mcve-returncode.html"
|
---|
421 | >mcve_returncode</A
|
---|
422 | > -- Grab the exact return code from the transaction </DT
|
---|
423 | ><DT
|
---|
424 | ><A
|
---|
425 | HREF="function.mcve-returnstatus.html"
|
---|
426 | >mcve_returnstatus</A
|
---|
427 | > -- Check to see if the transaction was successful </DT
|
---|
428 | ><DT
|
---|
429 | ><A
|
---|
430 | HREF="function.mcve-sale.html"
|
---|
431 | >mcve_sale</A
|
---|
432 | > -- Send a SALE to MCVE </DT
|
---|
433 | ><DT
|
---|
434 | ><A
|
---|
435 | HREF="function.mcve-setblocking.html"
|
---|
436 | >mcve_setblocking</A
|
---|
437 | > -- Set blocking/non-blocking mode for connection </DT
|
---|
438 | ><DT
|
---|
439 | ><A
|
---|
440 | HREF="function.mcve-setdropfile.html"
|
---|
441 | >mcve_setdropfile</A
|
---|
442 | > -- Set the connection method to Drop-File </DT
|
---|
443 | ><DT
|
---|
444 | ><A
|
---|
445 | HREF="function.mcve-setip.html"
|
---|
446 | >mcve_setip</A
|
---|
447 | > -- Set the connection method to IP </DT
|
---|
448 | ><DT
|
---|
449 | ><A
|
---|
450 | HREF="function.mcve-setssl.html"
|
---|
451 | >mcve_setssl</A
|
---|
452 | > -- Set the connection method to SSL </DT
|
---|
453 | ><DT
|
---|
454 | ><A
|
---|
455 | HREF="function.mcve-settimeout.html"
|
---|
456 | >mcve_settimeout</A
|
---|
457 | > -- Set maximum transaction time (per trans) </DT
|
---|
458 | ><DT
|
---|
459 | ><A
|
---|
460 | HREF="function.mcve-settle.html"
|
---|
461 | >mcve_settle</A
|
---|
462 | > -- Issue a settlement command to do a batch deposit </DT
|
---|
463 | ><DT
|
---|
464 | ><A
|
---|
465 | HREF="function.mcve-text-avs.html"
|
---|
466 | >mcve_text_avs</A
|
---|
467 | > -- Get a textual representation of the return_avs </DT
|
---|
468 | ><DT
|
---|
469 | ><A
|
---|
470 | HREF="function.mcve-text-code.html"
|
---|
471 | >mcve_text_code</A
|
---|
472 | > -- Get a textual representation of the return_code </DT
|
---|
473 | ><DT
|
---|
474 | ><A
|
---|
475 | HREF="function.mcve-text-cv.html"
|
---|
476 | >mcve_text_cv</A
|
---|
477 | > -- Get a textual representation of the return_cv </DT
|
---|
478 | ><DT
|
---|
479 | ><A
|
---|
480 | HREF="function.mcve-transactionauth.html"
|
---|
481 | >mcve_transactionauth</A
|
---|
482 | > -- Get the authorization number returned for the transaction (alpha-numeric) </DT
|
---|
483 | ><DT
|
---|
484 | ><A
|
---|
485 | HREF="function.mcve-transactionavs.html"
|
---|
486 | >mcve_transactionavs</A
|
---|
487 | > -- Get the Address Verification return status </DT
|
---|
488 | ><DT
|
---|
489 | ><A
|
---|
490 | HREF="function.mcve-transactionbatch.html"
|
---|
491 | >mcve_transactionbatch</A
|
---|
492 | > -- Get the batch number associated with the transaction </DT
|
---|
493 | ><DT
|
---|
494 | ><A
|
---|
495 | HREF="function.mcve-transactioncv.html"
|
---|
496 | >mcve_transactioncv</A
|
---|
497 | > -- Get the CVC2/CVV2/CID return status </DT
|
---|
498 | ><DT
|
---|
499 | ><A
|
---|
500 | HREF="function.mcve-transactionid.html"
|
---|
501 | >mcve_transactionid</A
|
---|
502 | > -- Get the unique system id for the transaction </DT
|
---|
503 | ><DT
|
---|
504 | ><A
|
---|
505 | HREF="function.mcve-transactionitem.html"
|
---|
506 | >mcve_transactionitem</A
|
---|
507 | > -- Get the ITEM number in the associated batch for this transaction </DT
|
---|
508 | ><DT
|
---|
509 | ><A
|
---|
510 | HREF="function.mcve-transactionssent.html"
|
---|
511 | >mcve_transactionssent</A
|
---|
512 | > -- Check to see if outgoing buffer is clear </DT
|
---|
513 | ><DT
|
---|
514 | ><A
|
---|
515 | HREF="function.mcve-transactiontext.html"
|
---|
516 | >mcve_transactiontext</A
|
---|
517 | > -- Get verbiage (text) return from MCVE or processing institution </DT
|
---|
518 | ><DT
|
---|
519 | ><A
|
---|
520 | HREF="function.mcve-transinqueue.html"
|
---|
521 | >mcve_transinqueue</A
|
---|
522 | > -- Number of transactions in client-queue </DT
|
---|
523 | ><DT
|
---|
524 | ><A
|
---|
525 | HREF="function.mcve-transnew.html"
|
---|
526 | >mcve_transnew</A
|
---|
527 | > -- Start a new transaction </DT
|
---|
528 | ><DT
|
---|
529 | ><A
|
---|
530 | HREF="function.mcve-transparam.html"
|
---|
531 | >mcve_transparam</A
|
---|
532 | > -- Add a parameter to a transaction </DT
|
---|
533 | ><DT
|
---|
534 | ><A
|
---|
535 | HREF="function.mcve-transsend.html"
|
---|
536 | >mcve_transsend</A
|
---|
537 | > -- Finalize and send the transaction </DT
|
---|
538 | ><DT
|
---|
539 | ><A
|
---|
540 | HREF="function.mcve-ub.html"
|
---|
541 | >mcve_ub</A
|
---|
542 | > -- Get a list of all Unsettled batches </DT
|
---|
543 | ><DT
|
---|
544 | ><A
|
---|
545 | HREF="function.mcve-uwait.html"
|
---|
546 | >mcve_uwait</A
|
---|
547 | > -- Wait x microsecs </DT
|
---|
548 | ><DT
|
---|
549 | ><A
|
---|
550 | HREF="function.mcve-verifyconnection.html"
|
---|
551 | >mcve_verifyconnection</A
|
---|
552 | > -- Set whether or not to PING upon connect to verify connection </DT
|
---|
553 | ><DT
|
---|
554 | ><A
|
---|
555 | HREF="function.mcve-verifysslcert.html"
|
---|
556 | >mcve_verifysslcert</A
|
---|
557 | > -- Set whether or not to verify the server ssl certificate </DT
|
---|
558 | ><DT
|
---|
559 | ><A
|
---|
560 | HREF="function.mcve-void.html"
|
---|
561 | >mcve_void</A
|
---|
562 | > -- VOID a transaction in the settlement queue </DT
|
---|
563 | ></DL
|
---|
564 | ></DIV
|
---|
565 | ></DIV
|
---|
566 | ></DIV
|
---|
567 | ><DIV
|
---|
568 | CLASS="NAVFOOTER"
|
---|
569 | ><HR
|
---|
570 | ALIGN="LEFT"
|
---|
571 | WIDTH="100%"><TABLE
|
---|
572 | SUMMARY="Footer navigation table"
|
---|
573 | WIDTH="100%"
|
---|
574 | BORDER="0"
|
---|
575 | CELLPADDING="0"
|
---|
576 | CELLSPACING="0"
|
---|
577 | ><TR
|
---|
578 | ><TD
|
---|
579 | WIDTH="33%"
|
---|
580 | ALIGN="left"
|
---|
581 | VALIGN="top"
|
---|
582 | ><A
|
---|
583 | HREF="function.mdecrypt-generic.html"
|
---|
584 | ACCESSKEY="P"
|
---|
585 | >Pøedcházející</A
|
---|
586 | ></TD
|
---|
587 | ><TD
|
---|
588 | WIDTH="34%"
|
---|
589 | ALIGN="center"
|
---|
590 | VALIGN="top"
|
---|
591 | ><A
|
---|
592 | HREF="index.html"
|
---|
593 | ACCESSKEY="H"
|
---|
594 | >Domù</A
|
---|
595 | ></TD
|
---|
596 | ><TD
|
---|
597 | WIDTH="33%"
|
---|
598 | ALIGN="right"
|
---|
599 | VALIGN="top"
|
---|
600 | ><A
|
---|
601 | HREF="function.mcve-adduser.html"
|
---|
602 | ACCESSKEY="N"
|
---|
603 | >Dal¹í</A
|
---|
604 | ></TD
|
---|
605 | ></TR
|
---|
606 | ><TR
|
---|
607 | ><TD
|
---|
608 | WIDTH="33%"
|
---|
609 | ALIGN="left"
|
---|
610 | VALIGN="top"
|
---|
611 | >mdecrypt_generic</TD
|
---|
612 | ><TD
|
---|
613 | WIDTH="34%"
|
---|
614 | ALIGN="center"
|
---|
615 | VALIGN="top"
|
---|
616 | ><A
|
---|
617 | HREF="funcref.html"
|
---|
618 | ACCESSKEY="U"
|
---|
619 | >Nahoru</A
|
---|
620 | ></TD
|
---|
621 | ><TD
|
---|
622 | WIDTH="33%"
|
---|
623 | ALIGN="right"
|
---|
624 | VALIGN="top"
|
---|
625 | >mcve_adduser</TD
|
---|
626 | ></TR
|
---|
627 | ></TABLE
|
---|
628 | ></DIV
|
---|
629 | ></BODY
|
---|
630 | ></HTML
|
---|
631 | >
|
---|