PHP: CCVS API 함수 - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<unixtojd
view the version of this page
Last updated: Wed, 29 Jan 2003

VII. CCVS API 함수

이 함수는 PHP스크립트에서 CCVS와 직접 연결을 허락하는 CCVS API 인터페이스입니다. CCVS는 "중개상인"을 위한 카드결재 처리 솔루션입니다. 이것은 가정에서 *nix box나 모뎀을 통해 신용카드를 사용할수 있게 합니다. CCVS 모듈을 사용하면 PHP스크립트를 사용해서 CCVS를 통해 직접 신용카드를 처리할수 있습니다. 다음은 그것에 대한 간단한 설명입니다.

PHP에서 CCVS를 지원하게 할려면 CCVS가 제대로 설치 되었는지 확인해야 합니다. 그리고 PHP를 --with-ccvs 옵션을 사용해서 컴파일 설정을 해야합니다. 만약 CCVS설치 경로를 지정하지 않고 이 옵션을 사용하면 PHP는 CCVS 기본설치 경로(/usr/local/ccvs)를 확인합니다. 만약 CCVS를 다른 경로에 설치 하셨다면, --with-ccvs=$ccvs_path옵션을 사용해서 컴파일 설정을 하셔야합니다. $ccvs_path는 CCVS가 설치된 경로입니다. CCVS를 지원하기 위해서는 $ccvs_path/lib와 $ccvs_path/include 경로가 존재해야 하고 iclude 디렉토리에는 cv_api.h가, lib 디렉토리에는 libccvs.a가 있어야 됩니다.

또한, ccvsd 프로세스는 PHP 스크립트를 사용할 수 있게 설정이 된 상태에서 실행을 해야합니다.. 그리고 PHP 프로세스와 CCVS프로세스가 같은 사용자의 ID로 실행이 되어야 합니다. (예를 들어, CCVS를 'ccvs'사용자로 설치를 했으면, PHP 프로세스는 'ccvs' 사용자로 실행이 되어야 합니다.

CCVS에 대한 추가 정보는에서 찾을 수 있습니다.

이 문서는 작업중입니다. RedHat의 자료는 조금 오래되었지만 에 유용한 정보가 있습니다.

차례
 -- 
ccvs_add -- Add data to a transaction
ccvs_auth --  Perform credit authorization test on a transaction
ccvs_command --  Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API
ccvs_count --  Find out how many transactions of a given type are stored in the system
ccvs_delete -- Delete a transaction
ccvs_done -- Terminate CCVS engine and do cleanup work
ccvs_init -- Initialize CCVS for use
ccvs_lookup --  Look up an item of a particular type in the database #
ccvs_new -- Create a new, blank transaction
ccvs_report -- Return the status of the background communication process
ccvs_return --  Transfer funds from the merchant to the credit card holder
ccvs_reverse --  Perform a full reversal on an already-processed authorization
ccvs_sale --  Transfer funds from the credit card holder to the merchant
ccvs_status -- Check the status of an invoice
ccvs_textvalue -- Get text return value for previous function call
ccvs_void --  Perform a full reversal on a completed transaction


User Contributed Notes
CCVS API 함수
add a note add a note
There are no user contributed notes for this page.

<unixtojd
 Last updated: Wed, 29 Jan 2003
show source | credits | mirror sites 
Copyright © 2001-2003 The PHP Group
All rights reserved.
This mirror generously provided by: /
Last updated: Thu May 22 21:11:29 2003 CEST