This is the cl-paypal Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 04:19:58 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-paypal
A paypal express checkout API in Common Lisp.
Plato Wu <netawater@gmail.com>
Hans Huebner <hans@huebner.org>
BSD
0.1
hunchentoot
(system).
drakma
(system).
cl-ppcre
(system).
package.lisp
(file).
config.lisp
(file).
cl-paypal.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-paypal/config.lisp
package.lisp
(file).
cl-paypal
(system).
*paypal-max-active-transactions*
(special variable).
*paypal-max-token-live-period*
(special variable).
*paypal-max-transaction-per-ip*
(special variable).
init
(function).
*paypal-api-url*
(special variable).
*paypal-cancel-url*
(special variable).
*paypal-currencycode*
(special variable).
*paypal-password*
(special variable).
*paypal-return-url*
(special variable).
*paypal-signature*
(special variable).
*paypal-user*
(special variable).
*paypal-useraction*
(special variable).
cl-paypal/cl-paypal.lisp
config.lisp
(file).
cl-paypal
(system).
get-and-do-express-checkout
(function).
http-request-error
(condition).
make-express-checkout-url
(function).
paypal-error
(condition).
request
(function).
request-error
(condition).
response-error
(condition).
transaction-already-confirmed-error
(condition).
*active-transactions*
(special variable).
*transaction-ips*
(special variable).
decode-response
(function).
find-transaction
(function).
register-transaction
(function).
response-error-response
(reader method).
(setf response-error-response)
(writer method).
unregister-transaction
(function).
Packages are listed by definition order.
cl-paypal
common-lisp
.
*paypal-max-active-transactions*
(special variable).
*paypal-max-token-live-period*
(special variable).
*paypal-max-transaction-per-ip*
(special variable).
get-and-do-express-checkout
(function).
http-request-error
(condition).
init
(function).
make-express-checkout-url
(function).
paypal-error
(condition).
request
(function).
request-error
(condition).
response-error
(condition).
transaction-already-confirmed-error
(condition).
*active-transactions*
(special variable).
*paypal-api-url*
(special variable).
*paypal-cancel-url*
(special variable).
*paypal-currencycode*
(special variable).
*paypal-password*
(special variable).
*paypal-return-url*
(special variable).
*paypal-signature*
(special variable).
*paypal-user*
(special variable).
*paypal-useraction*
(special variable).
*transaction-ips*
(special variable).
decode-response
(function).
find-transaction
(function).
register-transaction
(function).
response-error-response
(generic reader).
(setf response-error-response)
(generic writer).
unregister-transaction
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
invoke garbage collection when it is reached.
the max value of live period for token in minute
max number of simultaneous transaction per ip
Perform a request to the Paypal NVP API. METHOD is the method to use, additional keyword arguments are passed as parameters to the API. Returns
error
.
NVP URL of the Paypal server
cancel url if cancel paypal express checkout
currency for paypal express checkout
Password to use to authenticate at the Paypal server
return url for finishing paypal express checkout
Signature to use to authenticate at the Paypal server
Username to use to authenticate at the Paypal server
confirm order on your site or on Paypal, continue or commit, respectively
Decode a paypal response string, which is URL encoded and follow list encoding rules. Returns the parameters as a plist.
response-error
)) ¶response-error
)) ¶Jump to: | (
D F G I M R U |
---|
Jump to: | (
D F G I M R U |
---|
Jump to: | *
H I R S |
---|
Jump to: | *
H I R S |
---|
Jump to: | C F H P R S T |
---|
Jump to: | C F H P R S T |
---|