This is the lisp-pay Reference Manual, version 0.0.5, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:52:15 2024 GMT+0.
lisp-pay/lisp-pay.asd
lisp-pay/package.lisp
lisp-pay/conditions.lisp
lisp-pay/helpers.lisp
lisp-pay/protocol.lisp
lisp-pay/response.lisp
lisp-pay/mop.lisp
lisp-pay/lisp-pay.lisp
lisp-pay/btcpay/package.lisp
lisp-pay/btcpay/protocol.lisp
lisp-pay/btcpay/btcpay.lisp
lisp-pay/btcpay/webhooks.lisp
lisp-pay/stripe/package.lisp
lisp-pay/stripe/conditions.lisp
lisp-pay/stripe/helpers.lisp
lisp-pay/stripe/protocol.lisp
lisp-pay/stripe/stripe.lisp
lisp-pay/stripe/webhooks.lisp
lisp-pay/paypal/package.lisp
lisp-pay/paypal/conditions.lisp
lisp-pay/paypal/protocol.lisp
lisp-pay/paypal/token.lisp
lisp-pay/paypal/paypal.lisp
lisp-pay/paypal/webhooks.lisp
lisp-pay/coinpayments/package.lisp
lisp-pay/coinpayments/classes.lisp
lisp-pay/coinpayments/conditions.lisp
lisp-pay/coinpayments/api-helpers.lisp
lisp-pay/coinpayments/coinpayments.lisp
lisp-pay/coinpayments/api-forms.lisp
The main system appears first, followed by any subsystem dependency.
lisp-pay
Wrappers over multiple Payment Processor APIs
K1D77A
MIT
0.0.5
str
(system).
ironclad
(system).
babel
(system).
alexandria
(system).
jonathan
(system).
dexador
(system).
lack
(system).
ningle
(system).
cl-base64
(system).
cl-tls
(system).
hunchentoot
(system).
closer-mop
(system).
hu.dwim.defclass-star
(system).
shasht
(system).
package.lisp
(file).
conditions.lisp
(file).
helpers.lisp
(file).
protocol.lisp
(file).
response.lisp
(file).
mop.lisp
(file).
lisp-pay.lisp
(file).
btcpay
(module).
stripe
(module).
paypal
(module).
coinpayments
(module).
Modules are listed depth-first from the system components tree.
lisp-pay/btcpay
lisp-pay.lisp
(file).
lisp-pay
(system).
package.lisp
(file).
protocol.lisp
(file).
btcpay.lisp
(file).
webhooks.lisp
(file).
lisp-pay/stripe
btcpay
(module).
lisp-pay
(system).
package.lisp
(file).
conditions.lisp
(file).
helpers.lisp
(file).
protocol.lisp
(file).
stripe.lisp
(file).
webhooks.lisp
(file).
lisp-pay/paypal
stripe
(module).
lisp-pay
(system).
package.lisp
(file).
conditions.lisp
(file).
protocol.lisp
(file).
token.lisp
(file).
paypal.lisp
(file).
webhooks.lisp
(file).
lisp-pay/coinpayments
paypal
(module).
lisp-pay
(system).
package.lisp
(file).
classes.lisp
(file).
conditions.lisp
(file).
api-helpers.lisp
(file).
coinpayments.lisp
(file).
api-forms.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
lisp-pay/lisp-pay.asd
lisp-pay/package.lisp
lisp-pay/conditions.lisp
lisp-pay/helpers.lisp
lisp-pay/protocol.lisp
lisp-pay/response.lisp
lisp-pay/mop.lisp
lisp-pay/lisp-pay.lisp
lisp-pay/btcpay/package.lisp
lisp-pay/btcpay/protocol.lisp
lisp-pay/btcpay/btcpay.lisp
lisp-pay/btcpay/webhooks.lisp
lisp-pay/stripe/package.lisp
lisp-pay/stripe/conditions.lisp
lisp-pay/stripe/helpers.lisp
lisp-pay/stripe/protocol.lisp
lisp-pay/stripe/stripe.lisp
lisp-pay/stripe/webhooks.lisp
lisp-pay/paypal/package.lisp
lisp-pay/paypal/conditions.lisp
lisp-pay/paypal/protocol.lisp
lisp-pay/paypal/token.lisp
lisp-pay/paypal/paypal.lisp
lisp-pay/paypal/webhooks.lisp
lisp-pay/coinpayments/package.lisp
lisp-pay/coinpayments/classes.lisp
lisp-pay/coinpayments/conditions.lisp
lisp-pay/coinpayments/api-helpers.lisp
lisp-pay/coinpayments/coinpayments.lisp
lisp-pay/coinpayments/api-forms.lisp
lisp-pay/conditions.lisp
package.lisp
(file).
lisp-pay
(system).
lisp-pay-condition
(condition).
processor
(reader method).
(setf processor)
(writer method).
lisp-pay/helpers.lisp
conditions.lisp
(file).
lisp-pay
(system).
%read-json
(method).
%read-json
(method).
%write-json
(method).
crc-raw
(function).
in-list
(function).
print-all-slots
(generic function).
raw-body
(generic function).
read-json
(generic function).
request-headers
(generic function).
to-array
(generic function).
with-hash-keys
(macro).
write-json
(generic function).
lisp-pay/protocol.lisp
helpers.lisp
(file).
lisp-pay
(system).
%call-api
(method).
api-metaclass
(reader method).
(setf api-metaclass)
(writer method).
base-url
(reader method).
(setf base-url)
(writer method).
call-api
(generic function).
gen-query-generator
(function).
gen-url-generator
(function).
generate-dex-list
(generic function).
generate-url
(generic function).
processor
(class).
replace-vars-for-slot-names
(function).
slots-from-url
(function).
wrap-dex-call
(macro).
encode-query-slot
(generic function).
encode-query-value
(generic function).
testing-processor
(class).
lisp-pay/response.lisp
protocol.lisp
(file).
lisp-pay
(system).
api-failure
(reader method).
(setf api-failure)
(writer method).
api-response-class
(class).
api-response-condition
(condition).
body
(reader method).
body
(reader method).
(setf body)
(writer method).
(setf body)
(writer method).
client-error-response
(condition).
construct-api-failure-object
(generic function).
construct-response-from-api
(generic function).
determine-response
(generic function).
dex-response
(reader method).
dex-response
(reader method).
(setf dex-response)
(writer method).
(setf dex-response)
(writer method).
dex-response
(structure).
information-response
(class).
print-object
(method).
print-object
(method).
processor
(reader method).
(setf processor)
(writer method).
redirection-response
(class).
server-error-response
(condition).
status-code
(reader method).
status-code
(reader method).
(setf status-code)
(writer method).
(setf status-code)
(writer method).
successful-response
(class).
construct-initargs-for-response
(generic function).
copy-dex-response
(function).
dex-response-body
(reader).
(setf dex-response-body)
(writer).
dex-response-headers
(reader).
(setf dex-response-headers)
(writer).
dex-response-p
(function).
dex-response-quri
(reader).
(setf dex-response-quri)
(writer).
dex-response-status-code
(reader).
(setf dex-response-status-code)
(writer).
make-dex-response
(function).
new-dex-response
(function).
response-body
(generic function).
response-headers
(generic function).
response-quri
(generic function).
response-status
(generic function).
signal-when-condition
(generic function).
unknown-error-response
(condition).
lisp-pay/mop.lisp
response.lisp
(file).
lisp-pay
(system).
api-failure
(class).
content
(reader method).
(setf content)
(writer method).
content-type
(reader method).
(setf content-type)
(writer method).
delete-request
(class).
direct-slot-definition-class
(method).
effective-slot-definition-class
(method).
endpoint
(reader method).
(setf endpoint)
(writer method).
genned-slot-names
(reader method).
(setf genned-slot-names)
(writer method).
get-request
(class).
lisp-pay-api-call
(class).
lisp-pay-api-slot
(class).
patch-request
(class).
post-files-request
(class).
post-request
(class).
print-object
(method).
print-object
(method).
print-object
(method).
put-request
(class).
query-constructor
(reader method).
(setf query-constructor)
(writer method).
query-slot-names
(reader method).
(setf query-slot-names)
(writer method).
request
(class).
request-fun
(reader method).
request-with-content
(class).
request-without-content
(class).
response
(class).
string-constructor
(reader method).
(setf string-constructor)
(writer method).
validate-superclass
(method).
validate-superclass
(method).
as-string
(reader method).
(setf as-string)
(writer method).
lisp-pay-api-slot-direct
(class).
lisp-pay-api-slot-effective
(class).
lisp-pay/lisp-pay.lisp
mop.lisp
(file).
lisp-pay
(system).
defprocessor
(macro).
lisp-pay/btcpay/protocol.lisp
btcpay
(module).
api-key
(reader method).
(setf api-key)
(writer method).
api-metaclass-of
(reader method).
(setf api-metaclass-of)
(writer method).
base-url-of
(reader method).
(setf base-url-of)
(writer method).
btcpay
(class).
btcpay-api-failure-obj
(class).
code
(reader method).
(setf code)
(writer method).
construct-api-failure-object
(method).
generate-dex-list
(method).
generate-dex-list
(method).
message
(reader method).
message
(reader method).
(setf message)
(writer method).
(setf message)
(writer method).
*test-store*
(special variable).
btcpay-api-failure-obj-list
(class).
btcpay-api-failure-obj-list-entry
(class).
btcpay-api-failure-obj-single
(class).
btcpayp
(function).
issues
(reader method).
(setf issues)
(writer method).
path
(reader method).
(setf path)
(writer method).
lisp-pay/btcpay/btcpay.lisp
btcpay
(module).
account-id
(reader method).
account-id
(reader method).
account-id
(reader method).
account-id
(reader method).
account-id
(reader method).
account-id
(reader method).
account-id
(reader method).
account-id
(reader method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
(setf account-id)
(writer method).
amount-of
(reader method).
amount-of
(reader method).
(setf amount-of)
(writer method).
(setf amount-of)
(writer method).
api-key
(reader method).
(setf api-key)
(writer method).
api-keys%delete
(class).
api-keys%get
(class).
api-keys%new
(class).
api-keys%revoke
(class).
app-id
(reader method).
app-id
(reader method).
(setf app-id)
(writer method).
(setf app-id)
(writer method).
application-identifier-of
(reader method).
(setf application-identifier-of)
(writer method).
application-name-of
(reader method).
(setf application-name-of)
(writer method).
asset-balances-of
(reader method).
asset-balances-of
(reader method).
(setf asset-balances-of)
(writer method).
(setf asset-balances-of)
(writer method).
authorize%authorize
(class).
block-target-of
(reader method).
(setf block-target-of)
(writer method).
count-of
(reader method).
(setf count-of)
(writer method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
crypto-code
(reader method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
(setf crypto-code)
(writer method).
delivery-id
(reader method).
delivery-id
(reader method).
delivery-id
(reader method).
(setf delivery-id)
(writer method).
(setf delivery-id)
(writer method).
(setf delivery-id)
(writer method).
force-generate-of
(reader method).
(setf force-generate-of)
(writer method).
force-of
(reader method).
(setf force-of)
(writer method).
from-asset-of
(reader method).
(setf from-asset-of)
(writer method).
health%get
(class).
include-archived-of
(reader method).
(setf include-archived-of)
(writer method).
include-cancelled-of
(reader method).
(setf include-cancelled-of)
(writer method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
label-filter-of
(reader method).
(setf label-filter-of)
(writer method).
language-of
(reader method).
(setf language-of)
(writer method).
lightning-internal%balance
(class).
lightning-internal%connect
(class).
lightning-internal%create-invoice
(class).
lightning-internal%deposit-address
(class).
lightning-internal%get-channels
(class).
lightning-internal%get-invoice
(class).
lightning-internal%get-payment
(class).
lightning-internal%info
(class).
lightning-internal%open-channel
(class).
lightning-internal%pay-invoice
(class).
limit-of
(reader method).
(setf limit-of)
(writer method).
misc%invoice-checkout-page
(class).
misc%language-codes
(class).
misc%permission-metadata
(class).
notification-id
(reader method).
notification-id
(reader method).
notification-id
(reader method).
(setf notification-id)
(writer method).
(setf notification-id)
(writer method).
(setf notification-id)
(writer method).
notifications%all
(class).
notifications%get
(class).
notifications%remove
(class).
notifications%update
(class).
offset-of
(reader method).
offset-of
(reader method).
(setf offset-of)
(writer method).
(setf offset-of)
(writer method).
only-accounted-payments-of
(reader method).
(setf only-accounted-payments-of)
(writer method).
payment-hash
(reader method).
payment-hash
(reader method).
(setf payment-hash)
(writer method).
(setf payment-hash)
(writer method).
payment-method
(reader method).
payment-method
(reader method).
payment-method
(reader method).
payment-method
(reader method).
payment-method
(reader method).
payment-method
(reader method).
payment-method
(reader method).
(setf payment-method)
(writer method).
(setf payment-method)
(writer method).
(setf payment-method)
(writer method).
(setf payment-method)
(writer method).
(setf payment-method)
(writer method).
(setf payment-method)
(writer method).
(setf payment-method)
(writer method).
payment-request-id
(reader method).
payment-request-id
(reader method).
payment-request-id
(reader method).
(setf payment-request-id)
(writer method).
(setf payment-request-id)
(writer method).
(setf payment-request-id)
(writer method).
payment-requests%all
(class).
payment-requests%archive
(class).
payment-requests%create
(class).
payment-requests%get
(class).
payment-requests%update
(class).
payout-id
(reader method).
payout-id
(reader method).
payout-id
(reader method).
payout-id
(reader method).
(setf payout-id)
(writer method).
(setf payout-id)
(writer method).
(setf payout-id)
(writer method).
(setf payout-id)
(writer method).
payout-processors%all
(class).
permissions-of
(reader method).
(setf permissions-of)
(writer method).
processor-id
(reader method).
(setf processor-id)
(writer method).
public-pull-payments%create-payout
(class).
public-pull-payments%get
(class).
public-pull-payments%get-payout
(class).
public-pull-payments%get-payouts
(class).
pull-payment-id
(reader method).
pull-payment-id
(reader method).
pull-payment-id
(reader method).
pull-payment-id
(reader method).
pull-payment-id
(reader method).
(setf pull-payment-id)
(writer method).
(setf pull-payment-id)
(writer method).
(setf pull-payment-id)
(writer method).
(setf pull-payment-id)
(writer method).
(setf pull-payment-id)
(writer method).
redirect-of
(reader method).
(setf redirect-of)
(writer method).
seen-of
(reader method).
(setf seen-of)
(writer method).
selective-stores-of
(reader method).
(setf selective-stores-of)
(writer method).
server-email%all
(class).
server-email%send
(class).
server-email%update
(class).
server-info%all
(class).
skip-of
(reader method).
skip-of
(reader method).
(setf skip-of)
(writer method).
(setf skip-of)
(writer method).
status-filter-of
(reader method).
(setf status-filter-of)
(writer method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
store-id
(reader method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
(setf store-id)
(writer method).
store-payment-methods%all
(class).
store-payout-processors%remove
(class).
store-payouts%all
(class).
store-payouts%approve
(class).
store-payouts%cancel
(class).
store-payouts%create
(class).
store-payouts%mark-paid
(class).
stores%all
(class).
stores%create
(class).
stores%get
(class).
stores%remove
(class).
stores%update
(class).
stores-apps%delete
(class).
stores-apps%get
(class).
stores-apps%new
(class).
stores-custodians%all
(class).
stores-custodians%delete-account
(class).
stores-custodians%get
(class).
stores-custodians%get-account
(class).
stores-custodians%get-depost-address
(class).
stores-custodians%get-trading-quote
(class).
stores-custodians%get-withdrawal-info
(class).
stores-custodians%new
(class).
stores-custodians%trade-assets
(class).
stores-custodians%update-account
(class).
stores-custodians%withdraw-to-store-wallet
(class).
stores-invoices%activate-payment-method
(class).
stores-invoices%all
(class).
stores-invoices%archive
(class).
stores-invoices%create
(class).
stores-invoices%get
(class).
stores-invoices%mark-status
(class).
stores-invoices%payment-methods
(class).
stores-invoices%unarchive
(class).
stores-invoices%update
(class).
stores-lightning%balance
(class).
stores-lightning%connect
(class).
stores-lightning%create-invoice
(class).
stores-lightning%deposit-address
(class).
stores-lightning%get-channels
(class).
stores-lightning%get-invoice
(class).
stores-lightning%get-payment
(class).
stores-lightning%info
(class).
stores-lightning%open-channel
(class).
stores-lightning%pay-invoice
(class).
stores-payment-methods-lightning%all
(class).
stores-payment-methods-lightning%get
(class).
stores-payment-methods-lightning%remove
(class).
stores-payment-methods-lightning%update
(class).
stores-payment-methods-lnurl%all
(class).
stores-payment-methods-lnurl%get
(class).
stores-payment-methods-lnurl%remove
(class).
stores-payment-methods-lnurl%update
(class).
stores-payment-methods-on-chain%all
(class).
stores-payment-methods-on-chain%generate-wallet
(class).
stores-payment-methods-on-chain%get
(class).
stores-payment-methods-on-chain%preview
(class).
stores-payment-methods-on-chain%preview-proposed
(class).
stores-payment-methods-on-chain%remove
(class).
stores-payment-methods-on-chain%update
(class).
stores-payout-processors%all
(class).
stores-payout-processors%all-automated
(class).
stores-payout-processors%all-lightning-automated
(class).
stores-payout-processors%get-automated
(class).
stores-payout-processors%get-lightning-automated
(class).
stores-payout-processors%update-all-automated
(class).
stores-payout-processors%update-automated
(class).
stores-payout-processors%update-lightning-automated
(class).
stores-pull-payments%all
(class).
stores-pull-payments%archive
(class).
stores-pull-payments%create
(class).
stores-users%add
(class).
stores-users%all
(class).
stores-users%remove
(class).
stores-wallet-on-chain%address
(class).
stores-wallet-on-chain%all
(class).
stores-wallet-on-chain%create-wallet-transaction
(class).
stores-wallet-on-chain%fee-rate
(class).
stores-wallet-on-chain%get-transaction
(class).
stores-wallet-on-chain%get-utxos
(class).
stores-wallet-on-chain%patch-transaction-info
(class).
stores-wallet-on-chain%transactions
(class).
stores-wallet-on-chain%unreserve
(class).
stores-webhooks%all
(class).
stores-webhooks%create
(class).
stores-webhooks%delete
(class).
stores-webhooks%get
(class).
stores-webhooks%get-delivery-info
(class).
stores-webhooks%get-delivery-object
(class).
stores-webhooks%latest-deliveries
(class).
stores-webhooks%redeliver-object
(class).
stores-webhooks%update
(class).
strict-of
(reader method).
(setf strict-of)
(writer method).
take-of
(reader method).
(setf take-of)
(writer method).
to-asset-of
(reader method).
(setf to-asset-of)
(writer method).
transaction-id
(reader method).
transaction-id
(reader method).
(setf transaction-id)
(writer method).
(setf transaction-id)
(writer method).
user-id
(reader method).
(setf user-id)
(writer method).
user-id-or-email
(reader method).
user-id-or-email
(reader method).
user-id-or-email
(reader method).
(setf user-id-or-email)
(writer method).
(setf user-id-or-email)
(writer method).
(setf user-id-or-email)
(writer method).
users%all
(class).
users%create
(class).
users%delete
(class).
users%delete-me
(class).
users%get
(class).
users%info
(class).
users%lock
(class).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
withdrawal-id
(reader method).
(setf withdrawal-id)
(writer method).
api-keys%delete-p
(function).
api-keys%get-p
(function).
api-keys%new-p
(function).
api-keys%revoke-p
(function).
authorize%authorizep
(function).
health%getp
(function).
lightning-internal%balance-p
(function).
lightning-internal%connect-p
(function).
lightning-internal%create-invoice-p
(function).
lightning-internal%deposit-address-p
(function).
lightning-internal%get-channels-p
(function).
lightning-internal%get-invoice-p
(function).
lightning-internal%get-payment-p
(function).
lightning-internal%info-p
(function).
lightning-internal%open-channel-p
(function).
lightning-internal%pay-invoice-p
(function).
misc%invoice-checkout-page-p
(function).
misc%language-codes-p
(function).
misc%permission-metadata-p
(function).
notifications%allp
(function).
notifications%getp
(function).
notifications%removep
(function).
notifications%updatep
(function).
payment-requests%all-p
(function).
payment-requests%archive-p
(function).
payment-requests%create-p
(function).
payment-requests%get-p
(function).
payment-requests%update-p
(function).
payout-processors%all-p
(function).
public-pull-payments%create-payout-p
(function).
public-pull-payments%get-p
(function).
public-pull-payments%get-payout-p
(function).
public-pull-payments%get-payouts-p
(function).
server-email%all-p
(function).
server-email%send-p
(function).
server-email%update-p
(function).
server-info%all-p
(function).
store-payment-methods%all-p
(function).
store-payout-processors%remove-p
(function).
store-payouts%all-p
(function).
store-payouts%approve-p
(function).
store-payouts%cancel-p
(function).
store-payouts%create-p
(function).
store-payouts%mark-paid-p
(function).
stores%allp
(function).
stores%createp
(function).
stores%getp
(function).
stores%removep
(function).
stores%updatep
(function).
stores-apps%delete-p
(function).
stores-apps%get-p
(function).
stores-apps%new-p
(function).
stores-custodians%all-p
(function).
stores-custodians%delete-account-p
(function).
stores-custodians%get-account-p
(function).
stores-custodians%get-depost-address-p
(function).
stores-custodians%get-p
(function).
stores-custodians%get-trading-quote-p
(function).
stores-custodians%get-withdrawal-info-p
(function).
stores-custodians%new-p
(function).
stores-custodians%trade-assets-p
(function).
stores-custodians%update-account-p
(function).
stores-custodians%withdraw-to-store-wallet-p
(function).
stores-invoices%activate-payment-method-p
(function).
stores-invoices%all-p
(function).
stores-invoices%archive-p
(function).
stores-invoices%create-p
(function).
stores-invoices%get-p
(function).
stores-invoices%mark-status-p
(function).
stores-invoices%payment-methods-p
(function).
stores-invoices%unarchive-p
(function).
stores-invoices%update-p
(function).
stores-lightning%balance-p
(function).
stores-lightning%connect-p
(function).
stores-lightning%create-invoice-p
(function).
stores-lightning%deposit-address-p
(function).
stores-lightning%get-channels-p
(function).
stores-lightning%get-invoice-p
(function).
stores-lightning%get-payment-p
(function).
stores-lightning%info-p
(function).
stores-lightning%open-channel-p
(function).
stores-lightning%pay-invoice-p
(function).
stores-payment-methods-lightning%all-p
(function).
stores-payment-methods-lightning%get-p
(function).
stores-payment-methods-lightning%remove-p
(function).
stores-payment-methods-lightning%update-p
(function).
stores-payment-methods-lnurl%all-p
(function).
stores-payment-methods-lnurl%get-p
(function).
stores-payment-methods-lnurl%remove-p
(function).
stores-payment-methods-lnurl%update-p
(function).
stores-payment-methods-on-chain%all-p
(function).
stores-payment-methods-on-chain%generate-wallet-p
(function).
stores-payment-methods-on-chain%get-p
(function).
stores-payment-methods-on-chain%preview-p
(function).
stores-payment-methods-on-chain%preview-proposed-p
(function).
stores-payment-methods-on-chain%remove-p
(function).
stores-payment-methods-on-chain%update-p
(function).
stores-payout-processors%all-automated-p
(function).
stores-payout-processors%all-lightning-automated-p
(function).
stores-payout-processors%all-p
(function).
stores-payout-processors%get-automated-p
(function).
stores-payout-processors%get-lightning-automated-p
(function).
stores-payout-processors%update-all-automated-p
(function).
stores-payout-processors%update-automated-p
(function).
stores-payout-processors%update-lightning-automated-p
(function).
stores-pull-payments%all-p
(function).
stores-pull-payments%archive-p
(function).
stores-pull-payments%create-p
(function).
stores-users%add-p
(function).
stores-users%all-p
(function).
stores-users%remove-p
(function).
stores-wallet-on-chain%address-p
(function).
stores-wallet-on-chain%all-p
(function).
stores-wallet-on-chain%create-wallet-transaction-p
(function).
stores-wallet-on-chain%fee-rate-p
(function).
stores-wallet-on-chain%get-transaction-p
(function).
stores-wallet-on-chain%get-utxos-p
(function).
stores-wallet-on-chain%patch-transaction-info-p
(function).
stores-wallet-on-chain%transactions-p
(function).
stores-wallet-on-chain%unreserve-p
(function).
stores-webhooks%all-p
(function).
stores-webhooks%create-p
(function).
stores-webhooks%delete-p
(function).
stores-webhooks%get-delivery-info-p
(function).
stores-webhooks%get-delivery-object-p
(function).
stores-webhooks%get-p
(function).
stores-webhooks%latest-deliveries-p
(function).
stores-webhooks%redeliver-object-p
(function).
stores-webhooks%update-p
(function).
users%allp
(function).
users%createp
(function).
users%delete-me-p
(function).
users%deletep
(function).
users%getp
(function).
users%infop
(function).
users%lockp
(function).
lisp-pay/btcpay/webhooks.lisp
btcpay
(module).
verify-webhook
(method).
verify-webhook
(method).
%extract-sha256
(function).
%validate-btcpay-webhook
(function).
lisp-pay/stripe/conditions.lisp
stripe
(module).
api-error
(class).
card-error
(class).
decline-code
(reader method).
(setf decline-code)
(writer method).
doc-url
(reader method).
(setf doc-url)
(writer method).
error-type
(reader method).
(setf error-type)
(writer method).
indempotency-error
(class).
invalid-request-error
(class).
message
(reader method).
(setf message)
(writer method).
param
(reader method).
(setf param)
(writer method).
parent-condition
(reader method).
(setf parent-condition)
(writer method).
payment-intent
(reader method).
(setf payment-intent)
(writer method).
payment-method
(reader method).
(setf payment-method)
(writer method).
payment-method-type
(reader method).
(setf payment-method-type)
(writer method).
setup-intent
(reader method).
(setf setup-intent)
(writer method).
source
(reader method).
(setf source)
(writer method).
status-code
(reader method).
(setf status-code)
(writer method).
stripe-api-class
(class).
stripe-condition
(condition).
%determine-error-class
(function).
%error-key->slot-name
(method).
api-error-p
(function).
card-error-p
(function).
charge
(reader method).
(setf charge)
(writer method).
error-type-of
(reader method).
error-type-of
(reader method).
error-type-of
(reader method).
error-type-of
(reader method).
(setf error-type-of)
(writer method).
(setf error-type-of)
(writer method).
(setf error-type-of)
(writer method).
(setf error-type-of)
(writer method).
indempotency-error-p
(function).
invalid-request-error-p
(function).
stripe-api-class-p
(function).
lisp-pay/stripe/helpers.lisp
stripe
(module).
ec
(function).
*test*
(special variable).
*test2*
(special variable).
*test3*
(special variable).
construct-alist
(function).
copy-res
(function).
destructure-environment
(macro).
determine-list-type
(function).
enc-h
(function).
encode-array-array
(function).
encode-hash-table
(function).
encode-key-array
(function).
encode-key-val
(function).
entry
(function).
env
(class).
format-basic-array
(function).
format-object-in-array
(function).
make-res
(function).
parents
(reader method).
(setf parents)
(writer method).
process-obj
(method).
process-obj
(method).
process-obj
(method).
rec
(function).
res
(reader method).
(setf res)
(writer method).
res
(structure).
res-list
(reader).
(setf res-list)
(writer).
res-p
(function).
with-changed-array
(macro).
with-current-pos
(macro).
with-new-pos
(macro).
with-resetting-current-pos
(macro).
with-resetting-parents
(macro).
lisp-pay/stripe/protocol.lisp
stripe
(module).
api-key
(reader method).
(setf api-key)
(writer method).
api-metaclass-of
(reader method).
(setf api-metaclass-of)
(writer method).
api-version
(reader method).
(setf api-version)
(writer method).
base-url
(reader method).
(setf base-url)
(writer method).
construct-api-failure-object
(method).
generate-dex-list
(method).
generate-dex-list
(method).
generate-url
(method).
public-key
(reader method).
(setf public-key)
(writer method).
stripe
(class).
determine-base-url
(method).
determine-base-url
(method).
stripep
(function).
lisp-pay/stripe/stripe.lisp
stripe
(module).
balance%get-balance
(class).
balance-transactions%all
(class).
balance-transactions%id
(class).
charges%all
(class).
charges%capture
(class).
charges%create
(class).
charges%id
(class).
charges%update
(class).
customers%all
(class).
customers%create
(class).
customers%delete
(class).
customers%id
(class).
customers%update
(class).
disputes%all
(class).
disputes%close
(class).
disputes%id
(class).
disputes%update
(class).
events%all
(class).
events%id
(class).
file-links%all
(class).
file-links%create
(class).
file-links%id
(class).
file-links%update
(class).
files%all
(class).
files%create
(class).
files%id
(class).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
mandates%id
(class).
payment-intents%all
(class).
payment-intents%cancel
(class).
payment-intents%capture
(class).
payment-intents%confirm
(class).
payment-intents%create
(class).
payment-intents%id
(class).
payment-intents%update
(class).
payment-methods%create
(class).
payment-methods%get
(class).
payment-methods%update
(class).
payouts%all
(class).
payouts%cancel
(class).
payouts%confirm
(class).
payouts%create
(class).
payouts%id
(class).
payouts%update
(class).
prices%all
(class).
prices%create
(class).
prices%id
(class).
prices%update
(class).
products%all
(class).
products%create
(class).
products%delete
(class).
products%id
(class).
products%update
(class).
refunds%all
(class).
refunds%create
(class).
refunds%id
(class).
refunds%update
(class).
sessions%all
(class).
sessions%create
(class).
sessions%expire
(class).
sessions%get
(class).
sessions%line-items
(class).
setup-attempts%all
(class).
setup-intents%all
(class).
setup-intents%cancel
(class).
setup-intents%confirm
(class).
setup-intents%create
(class).
setup-intents%id
(class).
setup-intents%update
(class).
shipping%all
(class).
shipping%create
(class).
shipping%get
(class).
shipping%update
(class).
subscriptions%all
(class).
subscriptions%cancel
(class).
subscriptions%create
(class).
subscriptions%delete
(class).
subscriptions%get
(class).
subscriptions%resume
(class).
subscriptions%update
(class).
tokens%create
(class).
tokens%id
(class).
webhooks%all
(class).
webhooks%create
(class).
webhooks%delete
(class).
webhooks%get
(class).
webhooks%update
(class).
balance%get-balance-p
(function).
balance-transactions%all-p
(function).
balance-transactions%id-p
(function).
charges%allp
(function).
charges%capturep
(function).
charges%createp
(function).
charges%idp
(function).
charges%updatep
(function).
customers%allp
(function).
customers%createp
(function).
customers%deletep
(function).
customers%idp
(function).
customers%updatep
(function).
disputes%allp
(function).
disputes%closep
(function).
disputes%idp
(function).
disputes%updatep
(function).
events%allp
(function).
events%idp
(function).
file-links%all-p
(function).
file-links%create-p
(function).
file-links%id-p
(function).
file-links%update-p
(function).
files%allp
(function).
files%createp
(function).
files%idp
(function).
mandates%idp
(function).
payment-intents%all-p
(function).
payment-intents%cancel-p
(function).
payment-intents%capture-p
(function).
payment-intents%confirm-p
(function).
payment-intents%create-p
(function).
payment-intents%id-p
(function).
payment-intents%update-p
(function).
payment-methods%create-p
(function).
payment-methods%get-p
(function).
payment-methods%update-p
(function).
payouts%allp
(function).
payouts%cancelp
(function).
payouts%confirmp
(function).
payouts%createp
(function).
payouts%idp
(function).
payouts%updatep
(function).
prices%allp
(function).
prices%createp
(function).
prices%idp
(function).
prices%updatep
(function).
products%allp
(function).
products%createp
(function).
products%deletep
(function).
products%idp
(function).
products%updatep
(function).
refunds%allp
(function).
refunds%createp
(function).
refunds%idp
(function).
refunds%updatep
(function).
sessions%allp
(function).
sessions%createp
(function).
sessions%expirep
(function).
sessions%getp
(function).
sessions%line-items-p
(function).
setup-attempts%all-p
(function).
setup-intents%all-p
(function).
setup-intents%cancel-p
(function).
setup-intents%confirm-p
(function).
setup-intents%create-p
(function).
setup-intents%id-p
(function).
setup-intents%update-p
(function).
shipping%allp
(function).
shipping%createp
(function).
shipping%getp
(function).
shipping%updatep
(function).
subscriptions%allp
(function).
subscriptions%cancelp
(function).
subscriptions%createp
(function).
subscriptions%deletep
(function).
subscriptions%getp
(function).
subscriptions%resumep
(function).
subscriptions%updatep
(function).
tokens%createp
(function).
tokens%idp
(function).
webhooks%allp
(function).
webhooks%createp
(function).
webhooks%deletep
(function).
webhooks%getp
(function).
webhooks%updatep
(function).
lisp-pay/stripe/webhooks.lisp
stripe
(module).
verify-signature
(function).
verify-webhook
(method).
verify-webhook
(method).
%validate-stripe-webhook
(function).
compute-signature
(function).
lisp-pay/paypal/conditions.lisp
paypal
(module).
authorization-error
(class).
expired-token
(condition).
failed-request
(class).
five-hundred
(class).
five-hundred-three
(class).
four-hundred
(class).
four-hundred-fifteen
(class).
four-hundred-five
(class).
four-hundred-four
(class).
four-hundred-one
(class).
four-hundred-six
(class).
four-hundred-three
(class).
four-hundred-twenty-nine
(class).
four-hundred-twenty-two
(class).
message
(reader method).
(setf message)
(writer method).
name
(reader method).
(setf name)
(writer method).
paypal-condition
(condition).
server-error
(class).
status-text
(reader method).
(setf status-text)
(writer method).
token
(reader method).
(setf token)
(writer method).
token-issue
(condition).
unbound-token
(condition).
determine-failure-class
(function).
paypal-api-failure
(class).
qc
(macro).
quick-api-condition
(macro).
lisp-pay/paypal/protocol.lisp
paypal
(module).
%call-api
(method).
*processor*
(special variable).
api-metaclass-of
(reader method).
(setf api-metaclass-of)
(writer method).
base-url-of
(reader method).
base-url-of
(reader method).
(setf base-url-of)
(writer method).
(setf base-url-of)
(writer method).
client-id
(reader method).
(setf client-id)
(writer method).
construct-api-failure-object
(method).
defapi
(macro).
generate-dex-list
(method).
generate-dex-list
(method).
paypal
(class).
paypal-testing
(class).
secret-id
(reader method).
(setf secret-id)
(writer method).
token
(reader method).
(setf token)
(writer method).
paypal-testing-p
(function).
paypalp
(function).
lisp-pay/paypal/token.lisp
paypal
(module).
access-token
(reader method).
app-id
(reader method).
expires-in
(reader method).
get-token
(function).
nonce
(reader method).
scope
(reader method).
token
(class).
token-type
(reader method).
check-expired-token
(method).
check-expired-token
(method).
check-token-bound
(method).
check-token-non-nil
(function).
expiredp
(method).
expiredp
(method).
parse-token
(function).
lisp-pay/paypal/paypal.lisp
paypal
(module).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
agreement-id
(reader method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
(setf agreement-id)
(writer method).
anchor-time
(reader method).
(setf anchor-time)
(writer method).
as-of-time
(reader method).
(setf as-of-time)
(writer method).
authorization-id
(reader method).
authorization-id
(reader method).
authorization-id
(reader method).
authorization-id
(reader method).
(setf authorization-id)
(writer method).
(setf authorization-id)
(writer method).
(setf authorization-id)
(writer method).
(setf authorization-id)
(writer method).
balance-affecting-records-only
(reader method).
(setf balance-affecting-records-only)
(writer method).
batch-id
(reader method).
batch-id
(reader method).
(setf batch-id)
(writer method).
(setf batch-id)
(writer method).
billing%bill-balance
(class).
billing%cancel
(class).
billing%create
(class).
billing%execute
(class).
billing%information
(class).
billing%list-transactions
(class).
billing%re-activate
(class).
billing%set-balance
(class).
billing%suspend
(class).
billing%update
(class).
capture-id
(reader method).
capture-id
(reader method).
(setf capture-id)
(writer method).
(setf capture-id)
(writer method).
currency-code
(reader method).
(setf currency-code)
(writer method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
dispute-id
(reader method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
(setf dispute-id)
(writer method).
dispute-state
(reader method).
(setf dispute-state)
(writer method).
disputed-transaction_id
(reader method).
(setf disputed-transaction_id)
(writer method).
disputes%details
(class).
disputes%get
(class).
disputes%update
(class).
disputes-actions%accept-claim
(class).
disputes-actions%accept-resolve
(class).
disputes-actions%acknowledge-return
(class).
disputes-actions%adjudicate
(class).
disputes-actions%appeal
(class).
disputes-actions%deny-resolve
(class).
disputes-actions%escalate
(class).
disputes-actions%offer-resolve
(class).
disputes-actions%provide-evidence
(class).
disputes-actions%provide-supporting-info
(class).
disputes-actions%require-evidence
(class).
disputes-actions%send-message
(class).
end-date
(reader method).
end-date
(reader method).
(setf end-date)
(writer method).
(setf end-date)
(writer method).
end-time
(reader method).
end-time
(reader method).
(setf end-time)
(writer method).
(setf end-time)
(writer method).
event-id
(reader method).
event-id
(reader method).
(setf event-id)
(writer method).
(setf event-id)
(writer method).
event-type
(reader method).
(setf event-type)
(writer method).
fields
(reader method).
fields
(reader method).
fields
(reader method).
fields
(reader method).
fields
(reader method).
fields
(reader method).
(setf fields)
(writer method).
(setf fields)
(writer method).
(setf fields)
(writer method).
(setf fields)
(writer method).
(setf fields)
(writer method).
(setf fields)
(writer method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
identity-account%disable-properties
(class).
identity-account%set-properties
(class).
identity-applications%create
(class).
identity-userinfo&profile-info
(class).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
invoice-id
(reader method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
(setf invoice-id)
(writer method).
invoices%cancel
(class).
invoices%create-draft
(class).
invoices%delete
(class).
invoices%delete-external-payment
(class).
invoices%delete-external-refund
(class).
invoices%details
(class).
invoices%generate-invoice-number
(class).
invoices%generate-qr-code
(class).
invoices%list
(class).
invoices%record-payment
(class).
invoices%record-refund
(class).
invoices%remind
(class).
invoices%search
(class).
invoices%send
(class).
invoices%update-invoice
(class).
invoices-templates%create
(class).
invoices-templates%delete
(class).
invoices-templates%details
(class).
invoices-templates%list
(class).
invoices-templates%update
(class).
next-page-token
(reader method).
(setf next-page-token)
(writer method).
order-id
(reader method).
order-id
(reader method).
order-id
(reader method).
order-id
(reader method).
(setf order-id)
(writer method).
(setf order-id)
(writer method).
(setf order-id)
(writer method).
(setf order-id)
(writer method).
orders%authorize
(class).
orders%capture
(class).
orders%create
(class).
orders%details
(class).
orders%update
(class).
page
(reader method).
page
(reader method).
page
(reader method).
page
(reader method).
page
(reader method).
page
(reader method).
page
(reader method).
page
(reader method).
(setf page)
(writer method).
(setf page)
(writer method).
(setf page)
(writer method).
(setf page)
(writer method).
(setf page)
(writer method).
(setf page)
(writer method).
(setf page)
(writer method).
(setf page)
(writer method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
page-size
(reader method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
(setf page-size)
(writer method).
partner%create
(class).
partner%get-data
(class).
payment-instrument-type
(reader method).
(setf payment-instrument-type)
(writer method).
payments-authorization%capture
(class).
payments-authorization%details
(class).
payments-authorization%reauthorize
(class).
payments-authorization%void
(class).
payments-captures%details
(class).
payments-captures%refund
(class).
payments-refunds%details
(class).
payout-id
(reader method).
payout-id
(reader method).
payout-id
(reader method).
(setf payout-id)
(writer method).
(setf payout-id)
(writer method).
(setf payout-id)
(writer method).
payouts-batch%create
(class).
payouts-batch%details
(class).
payouts-item%cancel-unclaimed
(class).
payouts-item%details
(class).
plan-id
(reader method).
plan-id
(reader method).
plan-id
(reader method).
plan-id
(reader method).
plan-id
(reader method).
(setf plan-id)
(writer method).
(setf plan-id)
(writer method).
(setf plan-id)
(writer method).
(setf plan-id)
(writer method).
(setf plan-id)
(writer method).
plan-ids
(reader method).
(setf plan-ids)
(writer method).
product-id
(reader method).
product-id
(reader method).
product-id
(reader method).
(setf product-id)
(writer method).
(setf product-id)
(writer method).
(setf product-id)
(writer method).
products%create
(class).
products%details
(class).
products%list
(class).
products%update
(class).
profile-id
(reader method).
profile-id
(reader method).
profile-id
(reader method).
profile-id
(reader method).
(setf profile-id)
(writer method).
(setf profile-id)
(writer method).
(setf profile-id)
(writer method).
(setf profile-id)
(writer method).
referenced-payouts-batch%create
(class).
referenced-payouts-batch%details
(class).
referenced-payouts-item%cancel-unclaimed
(class).
referenced-payouts-item%create
(class).
referral-id
(reader method).
(setf referral-id)
(writer method).
refund-id
(reader method).
(setf refund-id)
(writer method).
schema
(reader method).
(setf schema)
(writer method).
search-balances%list
(class).
search-transactions%list
(class).
send-to-invoicer
(reader method).
(setf send-to-invoicer)
(writer method).
send-to-recipient
(reader method).
(setf send-to-recipient)
(writer method).
start-date
(reader method).
start-date
(reader method).
(setf start-date)
(writer method).
(setf start-date)
(writer method).
start-time
(reader method).
start-time
(reader method).
start-time
(reader method).
(setf start-time)
(writer method).
(setf start-time)
(writer method).
(setf start-time)
(writer method).
store-id
(reader method).
(setf store-id)
(writer method).
sub-id
(reader method).
sub-id
(reader method).
sub-id
(reader method).
sub-id
(reader method).
sub-id
(reader method).
sub-id
(reader method).
sub-id
(reader method).
sub-id
(reader method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
(setf sub-id)
(writer method).
subscribtions-plans%activate
(class).
subscribtions-plans%create
(class).
subscribtions-plans%deactivate
(class).
subscribtions-plans%details
(class).
subscribtions-plans%update
(class).
subscribtions-plans%update-pricing-schemas
(class).
subscriptions%activate
(class).
subscriptions%cancel
(class).
subscriptions%capture
(class).
subscriptions%create
(class).
subscriptions%details
(class).
subscriptions%revise
(class).
subscriptions%suspend
(class).
subscriptions%transactions
(class).
subscriptions%update
(class).
subscriptions-plans%list
(class).
template-id
(reader method).
template-id
(reader method).
template-id
(reader method).
(setf template-id)
(writer method).
(setf template-id)
(writer method).
(setf template-id)
(writer method).
terminal-id
(reader method).
(setf terminal-id)
(writer method).
total-required
(reader method).
total-required
(reader method).
total-required
(reader method).
(setf total-required)
(writer method).
(setf total-required)
(writer method).
(setf total-required)
(writer method).
total-requried
(reader method).
total-requried
(reader method).
total-requried
(reader method).
(setf total-requried)
(writer method).
(setf total-requried)
(writer method).
(setf total-requried)
(writer method).
tracking%batch
(class).
tracking%information
(class).
tracking%update-or-cancel
(class).
transaction-amount
(reader method).
(setf transaction-amount)
(writer method).
transaction-currency
(reader method).
(setf transaction-currency)
(writer method).
transaction-id
(reader method).
transaction-id
(reader method).
transaction-id
(reader method).
transaction-id
(reader method).
(setf transaction-id)
(writer method).
(setf transaction-id)
(writer method).
(setf transaction-id)
(writer method).
(setf transaction-id)
(writer method).
transaction-status
(reader method).
(setf transaction-status)
(writer method).
transaction-type
(reader method).
(setf transaction-type)
(writer method).
update-time-after
(reader method).
(setf update-time-after)
(writer method).
update-time-before
(reader method).
(setf update-time-before)
(writer method).
web-profiles%create
(class).
web-profiles%delete
(class).
web-profiles%details
(class).
web-profiles%list
(class).
web-profiles%partial-update
(class).
web-profiles%update
(class).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
webhook-id
(reader method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
(setf webhook-id)
(writer method).
webhooks%create
(class).
webhooks%delete
(class).
webhooks%details
(class).
webhooks%list
(class).
webhooks%list-event-notifications
(class).
webhooks%list-event-subscriptions
(class).
webhooks%list-event-types
(class).
webhooks%notification-details
(class).
webhooks%resend-event
(class).
webhooks%simulate-event
(class).
webhooks%update
(class).
billing%bill-balance-p
(function).
billing%cancelp
(function).
billing%createp
(function).
billing%executep
(function).
billing%informationp
(function).
billing%list-transactions-p
(function).
billing%re-activate-p
(function).
billing%set-balance-p
(function).
billing%suspendp
(function).
billing%updatep
(function).
disputes%detailsp
(function).
disputes%getp
(function).
disputes%updatep
(function).
disputes-actions%accept-claim-p
(function).
disputes-actions%accept-resolve-p
(function).
disputes-actions%acknowledge-return-p
(function).
disputes-actions%adjudicate-p
(function).
disputes-actions%appeal-p
(function).
disputes-actions%deny-resolve-p
(function).
disputes-actions%escalate-p
(function).
disputes-actions%offer-resolve-p
(function).
disputes-actions%provide-evidence-p
(function).
disputes-actions%provide-supporting-info-p
(function).
disputes-actions%require-evidence-p
(function).
disputes-actions%send-message-p
(function).
identity-account%disable-properties-p
(function).
identity-account%set-properties-p
(function).
identity-applications%create-p
(function).
identity-userinfo&profile-info-p
(function).
invoices%cancelp
(function).
invoices%create-draft-p
(function).
invoices%delete-external-payment-p
(function).
invoices%delete-external-refund-p
(function).
invoices%deletep
(function).
invoices%detailsp
(function).
invoices%generate-invoice-number-p
(function).
invoices%generate-qr-code-p
(function).
invoices%listp
(function).
invoices%record-payment-p
(function).
invoices%record-refund-p
(function).
invoices%remindp
(function).
invoices%searchp
(function).
invoices%sendp
(function).
invoices%update-invoice-p
(function).
invoices-templates%create-p
(function).
invoices-templates%delete-p
(function).
invoices-templates%details-p
(function).
invoices-templates%list-p
(function).
invoices-templates%update-p
(function).
orders%authorizep
(function).
orders%capturep
(function).
orders%createp
(function).
orders%detailsp
(function).
orders%updatep
(function).
partner%createp
(function).
partner%get-data-p
(function).
payments-authorization%capture-p
(function).
payments-authorization%details-p
(function).
payments-authorization%reauthorize-p
(function).
payments-authorization%void-p
(function).
payments-captures%details-p
(function).
payments-captures%refund-p
(function).
payments-refunds%details-p
(function).
payouts-batch%create-p
(function).
payouts-batch%details-p
(function).
payouts-item%cancel-unclaimed-p
(function).
payouts-item%details-p
(function).
products%createp
(function).
products%detailsp
(function).
products%listp
(function).
products%updatep
(function).
referenced-payouts-batch%create-p
(function).
referenced-payouts-batch%details-p
(function).
referenced-payouts-item%cancel-unclaimed-p
(function).
referenced-payouts-item%create-p
(function).
search-balances%list-p
(function).
search-transactions%list-p
(function).
subscribtions-plans%activate-p
(function).
subscribtions-plans%create-p
(function).
subscribtions-plans%deactivate-p
(function).
subscribtions-plans%details-p
(function).
subscribtions-plans%update-p
(function).
subscribtions-plans%update-pricing-schemas-p
(function).
subscriptions%activatep
(function).
subscriptions%cancelp
(function).
subscriptions%capturep
(function).
subscriptions%createp
(function).
subscriptions%detailsp
(function).
subscriptions%revisep
(function).
subscriptions%suspendp
(function).
subscriptions%transactionsp
(function).
subscriptions%updatep
(function).
subscriptions-plans%list-p
(function).
tracking%batchp
(function).
tracking%informationp
(function).
tracking%update-or-cancel-p
(function).
web-profiles%create-p
(function).
web-profiles%delete-p
(function).
web-profiles%details-p
(function).
web-profiles%list-p
(function).
web-profiles%partial-update-p
(function).
web-profiles%update-p
(function).
webhooks%createp
(function).
webhooks%deletep
(function).
webhooks%detailsp
(function).
webhooks%list-event-notifications-p
(function).
webhooks%list-event-subscriptions-p
(function).
webhooks%list-event-types-p
(function).
webhooks%listp
(function).
webhooks%notification-details-p
(function).
webhooks%resend-event-p
(function).
webhooks%simulate-event-p
(function).
webhooks%updatep
(function).
lisp-pay/paypal/webhooks.lisp
paypal
(module).
verify-webhook
(generic function).
%algo->key
(function).
%generate-signature-bytes
(function).
%get-rsa-public-key
(function).
%hash-message
(function).
%rsa-details
(method).
%rsa-details->ironclad-rsa
(function).
%verify-message
(generic function).
%verify-paypal-webhook
(function).
*sig-cache*
(special variable).
cert->public-key
(generic function).
lisp-pay/coinpayments/classes.lisp
coinpayments
(module).
bad-response
(class).
cmd
(reader method).
(setf cmd)
(writer method).
dex-alist
(reader method).
(setf dex-alist)
(writer method).
dex-extra
(reader method).
(setf dex-extra)
(writer method).
error-slot
(reader method).
(setf error-slot)
(writer method).
five
(class).
good-response
(class).
hmac
(reader method).
(setf hmac)
(writer method).
ipn-failure
(class).
ipn-payment-pending
(class).
ipn-payment-success
(class).
ipn-status
(class).
key
(reader method).
(setf key)
(writer method).
merchant-secret-key
(reader method).
(setf merchant-secret-key)
(writer method).
negative-1
(class).
negative-2
(class).
one
(class).
one-hundred
(class).
post-string
(reader method).
(setf post-string)
(writer method).
print-object
(method).
request
(reader method).
(setf request)
(writer method).
required
(reader method).
(setf required)
(writer method).
result-slot
(reader method).
(setf result-slot)
(writer method).
three
(class).
two
(class).
version
(reader method).
(setf version)
(writer method).
zero
(class).
coinpayment-request
(class).
coinpayment-response
(class).
nonce
(reader method).
(setf nonce)
(writer method).
response-format
(reader method).
(setf response-format)
(writer method).
lisp-pay/coinpayments/conditions.lisp
coinpayments
(module).
arg-count
(reader method).
(setf arg-count)
(writer method).
coinpayment-api-condition
(condition).
coinpayment-condition
(condition).
ipn
(reader method).
ipn
(reader method).
(setf ipn)
(writer method).
(setf ipn)
(writer method).
ipn-type
(reader method).
(setf ipn-type)
(writer method).
name
(reader method).
(setf name)
(writer method).
no-dispatcher-found
(condition).
not-set
(reader method).
(setf not-set)
(writer method).
plist
(reader method).
(setf plist)
(writer method).
required
(reader method).
(setf required)
(writer method).
required-slots-not-bound
(condition).
status
(reader method).
status
(reader method).
(setf status)
(writer method).
(setf status)
(writer method).
status-type
(reader method).
(setf status-type)
(writer method).
unknown-status
(condition).
unsupported-ipn
(condition).
lisp-pay/coinpayments/api-helpers.lisp
coinpayments
(module).
compute-dex-alist
(method).
compute-final-hmac
(method).
compute-hmac
(generic function).
compute-post-params
(method).
convert-merchant-secret-key
(method).
initialize-instance
(method).
new-request
(macro).
request
(method).
validate-slots
(method).
*sym->string*
(special variable).
new-string
(function).
symbol->string
(function).
lisp-pay/coinpayments/coinpayments.lisp
coinpayments
(module).
*ipn-dispatchers*
(special variable).
construct-status
(function).
def-ipn-dispatcher
(macro).
dispatch-ipn-by-name
(macro).
find-dispatcher
(function).
ipn-dispatch
(function).
new-ipn-dispatcher
(function).
parse-data
(generic function).
verify-data
(generic function).
*strings->symbols*
(special variable).
determine-unknown-status
(function).
n->status
(function).
new-symbol
(function).
string->symbol
(function).
lisp-pay/coinpayments/api-forms.lisp
coinpayments
(module).
accepted
(reader method).
(setf accepted)
(writer method).
add_tx_fee
(reader method).
(setf add_tx_fee)
(writer method).
address
(reader method).
address
(reader method).
address
(reader method).
(setf address)
(writer method).
(setf address)
(writer method).
(setf address)
(writer method).
all
(reader method).
all
(reader method).
(setf all)
(writer method).
(setf all)
(writer method).
amount
(reader method).
amount
(reader method).
amount
(reader method).
amount
(reader method).
(setf amount)
(writer method).
(setf amount)
(writer method).
(setf amount)
(writer method).
(setf amount)
(writer method).
auto-confirm
(reader method).
auto-confirm
(reader method).
(setf auto-confirm)
(writer method).
(setf auto-confirm)
(writer method).
buy-pbn-tags
(class).
buyer-email
(reader method).
(setf buyer-email)
(writer method).
buyer-name
(reader method).
(setf buyer-name)
(writer method).
cancel-url
(reader method).
(setf cancel-url)
(writer method).
cancel-withdrawal
(class).
claim-pbn-coupon
(class).
claim-pbn-tag
(class).
coin
(reader method).
coin
(reader method).
(setf coin)
(writer method).
(setf coin)
(writer method).
conversion-limits
(class).
convert-coins
(class).
coupon
(reader method).
(setf coupon)
(writer method).
create-fixed-price-transaction
(class).
create-mass-withdrawal
(class).
create-transfer
(class).
create-withdrawal
(class).
currency
(reader method).
currency
(reader method).
currency
(reader method).
currency
(reader method).
(setf currency)
(writer method).
(setf currency)
(writer method).
(setf currency)
(writer method).
(setf currency)
(writer method).
currency-prices
(class).
currency1
(reader method).
(setf currency1)
(writer method).
currency2
(reader method).
currency2
(reader method).
(setf currency2)
(writer method).
(setf currency2)
(writer method).
custom
(reader method).
(setf custom)
(writer method).
delete-pbn-tag
(class).
dest-tag
(reader method).
dest-tag
(reader method).
(setf dest-tag)
(writer method).
(setf dest-tag)
(writer method).
domain
(reader method).
(setf domain)
(writer method).
eip55
(reader method).
(setf eip55)
(writer method).
email
(reader method).
(setf email)
(writer method).
from
(reader method).
from
(reader method).
(setf from)
(writer method).
(setf from)
(writer method).
full
(reader method).
(setf full)
(writer method).
get-basic-info
(class).
get-callback-address
(class).
get-coin-balances
(class).
get-conversion-information
(class).
get-deposit-address
(class).
get-multiple-transaction-information
(class).
get-pbn-profile-information
(class).
get-pbn-tag-list
(class).
get-transaction-ids
(class).
get-transaction-information
(class).
get-withdrawal-history
(class).
get-withdrawal-information
(class).
id
(reader method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
image
(reader method).
(setf image)
(writer method).
invoice
(reader method).
(setf invoice)
(writer method).
ipn-url
(reader method).
ipn-url
(reader method).
ipn-url
(reader method).
(setf ipn-url)
(writer method).
(setf ipn-url)
(writer method).
(setf ipn-url)
(writer method).
item-name
(reader method).
(setf item-name)
(writer method).
item-number
(reader method).
(setf item-number)
(writer method).
label
(reader method).
(setf label)
(writer method).
limit
(reader method).
limit
(reader method).
(setf limit)
(writer method).
(setf limit)
(writer method).
merchant
(reader method).
(setf merchant)
(writer method).
name
(reader method).
name
(reader method).
(setf name)
(writer method).
(setf name)
(writer method).
newer
(reader method).
newer
(reader method).
(setf newer)
(writer method).
(setf newer)
(writer method).
note
(reader method).
note
(reader method).
(setf note)
(writer method).
(setf note)
(writer method).
num
(reader method).
(setf num)
(writer method).
pbntag
(reader method).
pbntag
(reader method).
pbntag
(reader method).
(setf pbntag)
(writer method).
(setf pbntag)
(writer method).
(setf pbntag)
(writer method).
renew-pbn-tag
(class).
short
(reader method).
(setf short)
(writer method).
start
(reader method).
start
(reader method).
(setf start)
(writer method).
(setf start)
(writer method).
success-url
(reader method).
(setf success-url)
(writer method).
tagid
(reader method).
tagid
(reader method).
tagid
(reader method).
(setf tagid)
(writer method).
(setf tagid)
(writer method).
(setf tagid)
(writer method).
to
(reader method).
to
(reader method).
(setf to)
(writer method).
(setf to)
(writer method).
txid
(reader method).
txid
(reader method).
(setf txid)
(writer method).
(setf txid)
(writer method).
update-pbn-profile
(class).
url
(reader method).
(setf url)
(writer method).
validate-slots
(method).
validate-slots
(method).
wd
(reader method).
(setf wd)
(writer method).
years
(reader method).
(setf years)
(writer method).
Packages are listed by definition order.
lisp-pay/paypal
paypal
common-lisp
.
lisp-pay
.
access-token
(generic reader).
agreement-id
(generic reader).
(setf agreement-id)
(generic writer).
anchor-time
(generic reader).
(setf anchor-time)
(generic writer).
api-metaclass-of
(generic reader).
(setf api-metaclass-of)
(generic writer).
app-id
(generic reader).
as-of-time
(generic reader).
(setf as-of-time)
(generic writer).
authorization-error
(class).
authorization-id
(generic reader).
(setf authorization-id)
(generic writer).
balance-affecting-records-only
(generic reader).
(setf balance-affecting-records-only)
(generic writer).
base-url-of
(generic reader).
(setf base-url-of)
(generic writer).
batch-id
(generic reader).
(setf batch-id)
(generic writer).
billing%bill-balance
(class).
billing%cancel
(class).
billing%create
(class).
billing%execute
(class).
billing%information
(class).
billing%list-transactions
(class).
billing%re-activate
(class).
billing%set-balance
(class).
billing%suspend
(class).
billing%update
(class).
capture-id
(generic reader).
(setf capture-id)
(generic writer).
client-id
(generic reader).
(setf client-id)
(generic writer).
currency-code
(generic reader).
(setf currency-code)
(generic writer).
dispute-id
(generic reader).
(setf dispute-id)
(generic writer).
dispute-state
(generic reader).
(setf dispute-state)
(generic writer).
disputed-transaction_id
(generic reader).
(setf disputed-transaction_id)
(generic writer).
disputes%details
(class).
disputes%get
(class).
disputes%update
(class).
disputes-actions%accept-claim
(class).
disputes-actions%accept-resolve
(class).
disputes-actions%acknowledge-return
(class).
disputes-actions%adjudicate
(class).
disputes-actions%appeal
(class).
disputes-actions%deny-resolve
(class).
disputes-actions%escalate
(class).
disputes-actions%offer-resolve
(class).
disputes-actions%provide-evidence
(class).
disputes-actions%provide-supporting-info
(class).
disputes-actions%require-evidence
(class).
disputes-actions%send-message
(class).
end-date
(generic reader).
(setf end-date)
(generic writer).
end-time
(generic reader).
(setf end-time)
(generic writer).
event-id
(generic reader).
(setf event-id)
(generic writer).
event-type
(generic reader).
(setf event-type)
(generic writer).
expired-token
(condition).
expires-in
(generic reader).
failed-request
(class).
fields
(generic reader).
(setf fields)
(generic writer).
five-hundred
(class).
five-hundred-three
(class).
four-hundred
(class).
four-hundred-fifteen
(class).
four-hundred-five
(class).
four-hundred-four
(class).
four-hundred-one
(class).
four-hundred-six
(class).
four-hundred-three
(class).
four-hundred-twenty-nine
(class).
four-hundred-twenty-two
(class).
get-token
(function).
id
(generic reader).
(setf id)
(generic writer).
identity-account%disable-properties
(class).
identity-account%set-properties
(class).
identity-applications%create
(class).
identity-userinfo&profile-info
(class).
invoice-id
(generic reader).
(setf invoice-id)
(generic writer).
invoices%cancel
(class).
invoices%create-draft
(class).
invoices%delete
(class).
invoices%delete-external-payment
(class).
invoices%delete-external-refund
(class).
invoices%details
(class).
invoices%generate-invoice-number
(class).
invoices%generate-qr-code
(class).
invoices%list
(class).
invoices%record-payment
(class).
invoices%record-refund
(class).
invoices%remind
(class).
invoices%search
(class).
invoices%send
(class).
invoices%update-invoice
(class).
invoices-templates%create
(class).
invoices-templates%delete
(class).
invoices-templates%details
(class).
invoices-templates%list
(class).
invoices-templates%update
(class).
message
(generic reader).
(setf message)
(generic writer).
name
(generic reader).
(setf name)
(generic writer).
next-page-token
(generic reader).
(setf next-page-token)
(generic writer).
nonce
(generic reader).
order-id
(generic reader).
(setf order-id)
(generic writer).
orders%authorize
(class).
orders%capture
(class).
orders%create
(class).
orders%details
(class).
orders%update
(class).
page
(generic reader).
(setf page)
(generic writer).
page-size
(generic reader).
(setf page-size)
(generic writer).
partner%create
(class).
partner%get-data
(class).
payment-instrument-type
(generic reader).
(setf payment-instrument-type)
(generic writer).
payments-authorization%capture
(class).
payments-authorization%details
(class).
payments-authorization%reauthorize
(class).
payments-authorization%void
(class).
payments-captures%details
(class).
payments-captures%refund
(class).
payments-refunds%details
(class).
payout-id
(generic reader).
(setf payout-id)
(generic writer).
payouts-batch%create
(class).
payouts-batch%details
(class).
payouts-item%cancel-unclaimed
(class).
payouts-item%details
(class).
paypal
(class).
paypal-condition
(condition).
paypal-testing
(class).
plan-id
(generic reader).
(setf plan-id)
(generic writer).
plan-ids
(generic reader).
(setf plan-ids)
(generic writer).
product-id
(generic reader).
(setf product-id)
(generic writer).
products%create
(class).
products%details
(class).
products%list
(class).
products%update
(class).
profile-id
(generic reader).
(setf profile-id)
(generic writer).
referenced-payouts-batch%create
(class).
referenced-payouts-batch%details
(class).
referenced-payouts-item%cancel-unclaimed
(class).
referenced-payouts-item%create
(class).
referral-id
(generic reader).
(setf referral-id)
(generic writer).
refund-id
(generic reader).
(setf refund-id)
(generic writer).
schema
(generic reader).
(setf schema)
(generic writer).
scope
(generic reader).
search-balances%list
(class).
search-transactions%list
(class).
secret-id
(generic reader).
(setf secret-id)
(generic writer).
send-to-invoicer
(generic reader).
(setf send-to-invoicer)
(generic writer).
send-to-recipient
(generic reader).
(setf send-to-recipient)
(generic writer).
server-error
(class).
start-date
(generic reader).
(setf start-date)
(generic writer).
start-time
(generic reader).
(setf start-time)
(generic writer).
status-text
(generic reader).
(setf status-text)
(generic writer).
store-id
(generic reader).
(setf store-id)
(generic writer).
sub-id
(generic reader).
(setf sub-id)
(generic writer).
subscribtions-plans%activate
(class).
subscribtions-plans%create
(class).
subscribtions-plans%deactivate
(class).
subscribtions-plans%details
(class).
subscribtions-plans%update
(class).
subscribtions-plans%update-pricing-schemas
(class).
subscriptions%activate
(class).
subscriptions%cancel
(class).
subscriptions%capture
(class).
subscriptions%create
(class).
subscriptions%details
(class).
subscriptions%revise
(class).
subscriptions%suspend
(class).
subscriptions%transactions
(class).
subscriptions%update
(class).
subscriptions-plans%list
(class).
template-id
(generic reader).
(setf template-id)
(generic writer).
terminal-id
(generic reader).
(setf terminal-id)
(generic writer).
token
(generic reader).
(setf token)
(generic writer).
token
(class).
token-issue
(condition).
token-type
(generic reader).
total-required
(generic reader).
(setf total-required)
(generic writer).
total-requried
(generic reader).
(setf total-requried)
(generic writer).
tracking%batch
(class).
tracking%information
(class).
tracking%update-or-cancel
(class).
transaction-amount
(generic reader).
(setf transaction-amount)
(generic writer).
transaction-currency
(generic reader).
(setf transaction-currency)
(generic writer).
transaction-id
(generic reader).
(setf transaction-id)
(generic writer).
transaction-status
(generic reader).
(setf transaction-status)
(generic writer).
transaction-type
(generic reader).
(setf transaction-type)
(generic writer).
unbound-token
(condition).
update-time-after
(generic reader).
(setf update-time-after)
(generic writer).
update-time-before
(generic reader).
(setf update-time-before)
(generic writer).
verify-webhook
(generic function).
web-profiles%create
(class).
web-profiles%delete
(class).
web-profiles%details
(class).
web-profiles%list
(class).
web-profiles%partial-update
(class).
web-profiles%update
(class).
webhook-id
(generic reader).
(setf webhook-id)
(generic writer).
webhooks%create
(class).
webhooks%delete
(class).
webhooks%details
(class).
webhooks%list
(class).
webhooks%list-event-notifications
(class).
webhooks%list-event-subscriptions
(class).
webhooks%list-event-types
(class).
webhooks%notification-details
(class).
webhooks%resend-event
(class).
webhooks%simulate-event
(class).
webhooks%update
(class).
%algo->key
(function).
%generate-signature-bytes
(function).
%get-rsa-public-key
(function).
%hash-message
(function).
%rsa-details
(generic function).
%rsa-details->ironclad-rsa
(function).
%verify-message
(generic function).
%verify-paypal-webhook
(function).
*sig-cache*
(special variable).
billing%bill-balance-p
(function).
billing%cancelp
(function).
billing%createp
(function).
billing%executep
(function).
billing%informationp
(function).
billing%list-transactions-p
(function).
billing%re-activate-p
(function).
billing%set-balance-p
(function).
billing%suspendp
(function).
billing%updatep
(function).
cert->public-key
(generic function).
check-expired-token
(generic function).
check-token-bound
(generic function).
check-token-non-nil
(function).
determine-failure-class
(function).
disputes%detailsp
(function).
disputes%getp
(function).
disputes%updatep
(function).
disputes-actions%accept-claim-p
(function).
disputes-actions%accept-resolve-p
(function).
disputes-actions%acknowledge-return-p
(function).
disputes-actions%adjudicate-p
(function).
disputes-actions%appeal-p
(function).
disputes-actions%deny-resolve-p
(function).
disputes-actions%escalate-p
(function).
disputes-actions%offer-resolve-p
(function).
disputes-actions%provide-evidence-p
(function).
disputes-actions%provide-supporting-info-p
(function).
disputes-actions%require-evidence-p
(function).
disputes-actions%send-message-p
(function).
expiredp
(generic function).
identity-account%disable-properties-p
(function).
identity-account%set-properties-p
(function).
identity-applications%create-p
(function).
identity-userinfo&profile-info-p
(function).
invoices%cancelp
(function).
invoices%create-draft-p
(function).
invoices%delete-external-payment-p
(function).
invoices%delete-external-refund-p
(function).
invoices%deletep
(function).
invoices%detailsp
(function).
invoices%generate-invoice-number-p
(function).
invoices%generate-qr-code-p
(function).
invoices%listp
(function).
invoices%record-payment-p
(function).
invoices%record-refund-p
(function).
invoices%remindp
(function).
invoices%searchp
(function).
invoices%sendp
(function).
invoices%update-invoice-p
(function).
invoices-templates%create-p
(function).
invoices-templates%delete-p
(function).
invoices-templates%details-p
(function).
invoices-templates%list-p
(function).
invoices-templates%update-p
(function).
orders%authorizep
(function).
orders%capturep
(function).
orders%createp
(function).
orders%detailsp
(function).
orders%updatep
(function).
parse-token
(function).
partner%createp
(function).
partner%get-data-p
(function).
payments-authorization%capture-p
(function).
payments-authorization%details-p
(function).
payments-authorization%reauthorize-p
(function).
payments-authorization%void-p
(function).
payments-captures%details-p
(function).
payments-captures%refund-p
(function).
payments-refunds%details-p
(function).
payouts-batch%create-p
(function).
payouts-batch%details-p
(function).
payouts-item%cancel-unclaimed-p
(function).
payouts-item%details-p
(function).
paypal-api-failure
(class).
paypal-testing-p
(function).
paypalp
(function).
products%createp
(function).
products%detailsp
(function).
products%listp
(function).
products%updatep
(function).
qc
(macro).
quick-api-condition
(macro).
referenced-payouts-batch%create-p
(function).
referenced-payouts-batch%details-p
(function).
referenced-payouts-item%cancel-unclaimed-p
(function).
referenced-payouts-item%create-p
(function).
search-balances%list-p
(function).
search-transactions%list-p
(function).
subscribtions-plans%activate-p
(function).
subscribtions-plans%create-p
(function).
subscribtions-plans%deactivate-p
(function).
subscribtions-plans%details-p
(function).
subscribtions-plans%update-p
(function).
subscribtions-plans%update-pricing-schemas-p
(function).
subscriptions%activatep
(function).
subscriptions%cancelp
(function).
subscriptions%capturep
(function).
subscriptions%createp
(function).
subscriptions%detailsp
(function).
subscriptions%revisep
(function).
subscriptions%suspendp
(function).
subscriptions%transactionsp
(function).
subscriptions%updatep
(function).
subscriptions-plans%list-p
(function).
tracking%batchp
(function).
tracking%informationp
(function).
tracking%update-or-cancel-p
(function).
web-profiles%create-p
(function).
web-profiles%delete-p
(function).
web-profiles%details-p
(function).
web-profiles%list-p
(function).
web-profiles%partial-update-p
(function).
web-profiles%update-p
(function).
webhooks%createp
(function).
webhooks%deletep
(function).
webhooks%detailsp
(function).
webhooks%list-event-notifications-p
(function).
webhooks%list-event-subscriptions-p
(function).
webhooks%list-event-types-p
(function).
webhooks%listp
(function).
webhooks%notification-details-p
(function).
webhooks%resend-event-p
(function).
webhooks%simulate-event-p
(function).
webhooks%updatep
(function).
lisp-pay/btcpay
btcpay
common-lisp
.
lisp-pay
.
account-id
(generic reader).
(setf account-id)
(generic writer).
amount-of
(generic reader).
(setf amount-of)
(generic writer).
api-key
(generic reader).
(setf api-key)
(generic writer).
api-keys%delete
(class).
api-keys%get
(class).
api-keys%new
(class).
api-keys%revoke
(class).
api-metaclass-of
(generic reader).
(setf api-metaclass-of)
(generic writer).
app-id
(generic reader).
(setf app-id)
(generic writer).
application-identifier-of
(generic reader).
(setf application-identifier-of)
(generic writer).
application-name-of
(generic reader).
(setf application-name-of)
(generic writer).
asset-balances-of
(generic reader).
(setf asset-balances-of)
(generic writer).
authorize%authorize
(class).
base-url-of
(generic reader).
(setf base-url-of)
(generic writer).
block-target-of
(generic reader).
(setf block-target-of)
(generic writer).
btcpay
(class).
btcpay-api-failure-obj
(class).
code
(generic reader).
(setf code)
(generic writer).
count-of
(generic reader).
(setf count-of)
(generic writer).
crypto-code
(generic reader).
(setf crypto-code)
(generic writer).
delivery-id
(generic reader).
(setf delivery-id)
(generic writer).
force-generate-of
(generic reader).
(setf force-generate-of)
(generic writer).
force-of
(generic reader).
(setf force-of)
(generic writer).
from-asset-of
(generic reader).
(setf from-asset-of)
(generic writer).
health%get
(class).
include-archived-of
(generic reader).
(setf include-archived-of)
(generic writer).
include-cancelled-of
(generic reader).
(setf include-cancelled-of)
(generic writer).
invoice-id
(generic reader).
(setf invoice-id)
(generic writer).
label-filter-of
(generic reader).
(setf label-filter-of)
(generic writer).
language-of
(generic reader).
(setf language-of)
(generic writer).
lightning-internal%balance
(class).
lightning-internal%connect
(class).
lightning-internal%create-invoice
(class).
lightning-internal%deposit-address
(class).
lightning-internal%get-channels
(class).
lightning-internal%get-invoice
(class).
lightning-internal%get-payment
(class).
lightning-internal%info
(class).
lightning-internal%open-channel
(class).
lightning-internal%pay-invoice
(class).
limit-of
(generic reader).
(setf limit-of)
(generic writer).
message
(generic reader).
(setf message)
(generic writer).
misc%invoice-checkout-page
(class).
misc%language-codes
(class).
misc%permission-metadata
(class).
notification-id
(generic reader).
(setf notification-id)
(generic writer).
notifications%all
(class).
notifications%get
(class).
notifications%remove
(class).
notifications%update
(class).
offset-of
(generic reader).
(setf offset-of)
(generic writer).
only-accounted-payments-of
(generic reader).
(setf only-accounted-payments-of)
(generic writer).
payment-hash
(generic reader).
(setf payment-hash)
(generic writer).
payment-method
(generic reader).
(setf payment-method)
(generic writer).
payment-request-id
(generic reader).
(setf payment-request-id)
(generic writer).
payment-requests%all
(class).
payment-requests%archive
(class).
payment-requests%create
(class).
payment-requests%get
(class).
payment-requests%update
(class).
payout-id
(generic reader).
(setf payout-id)
(generic writer).
payout-processors%all
(class).
permissions-of
(generic reader).
(setf permissions-of)
(generic writer).
processor-id
(generic reader).
(setf processor-id)
(generic writer).
public-pull-payments%create-payout
(class).
public-pull-payments%get
(class).
public-pull-payments%get-payout
(class).
public-pull-payments%get-payouts
(class).
pull-payment-id
(generic reader).
(setf pull-payment-id)
(generic writer).
redirect-of
(generic reader).
(setf redirect-of)
(generic writer).
seen-of
(generic reader).
(setf seen-of)
(generic writer).
selective-stores-of
(generic reader).
(setf selective-stores-of)
(generic writer).
server-email%all
(class).
server-email%send
(class).
server-email%update
(class).
server-info%all
(class).
skip-of
(generic reader).
(setf skip-of)
(generic writer).
status-filter-of
(generic reader).
(setf status-filter-of)
(generic writer).
store-id
(generic reader).
(setf store-id)
(generic writer).
store-payment-methods%all
(class).
store-payout-processors%remove
(class).
store-payouts%all
(class).
store-payouts%approve
(class).
store-payouts%cancel
(class).
store-payouts%create
(class).
store-payouts%mark-paid
(class).
stores%all
(class).
stores%create
(class).
stores%get
(class).
stores%remove
(class).
stores%update
(class).
stores-apps%delete
(class).
stores-apps%get
(class).
stores-apps%new
(class).
stores-custodians%all
(class).
stores-custodians%delete-account
(class).
stores-custodians%get
(class).
stores-custodians%get-account
(class).
stores-custodians%get-depost-address
(class).
stores-custodians%get-trading-quote
(class).
stores-custodians%get-withdrawal-info
(class).
stores-custodians%new
(class).
stores-custodians%trade-assets
(class).
stores-custodians%update-account
(class).
stores-custodians%withdraw-to-store-wallet
(class).
stores-invoices%activate-payment-method
(class).
stores-invoices%all
(class).
stores-invoices%archive
(class).
stores-invoices%create
(class).
stores-invoices%get
(class).
stores-invoices%mark-status
(class).
stores-invoices%payment-methods
(class).
stores-invoices%unarchive
(class).
stores-invoices%update
(class).
stores-lightning%balance
(class).
stores-lightning%connect
(class).
stores-lightning%create-invoice
(class).
stores-lightning%deposit-address
(class).
stores-lightning%get-channels
(class).
stores-lightning%get-invoice
(class).
stores-lightning%get-payment
(class).
stores-lightning%info
(class).
stores-lightning%open-channel
(class).
stores-lightning%pay-invoice
(class).
stores-payment-methods-lightning%all
(class).
stores-payment-methods-lightning%get
(class).
stores-payment-methods-lightning%remove
(class).
stores-payment-methods-lightning%update
(class).
stores-payment-methods-lnurl%all
(class).
stores-payment-methods-lnurl%get
(class).
stores-payment-methods-lnurl%remove
(class).
stores-payment-methods-lnurl%update
(class).
stores-payment-methods-on-chain%all
(class).
stores-payment-methods-on-chain%generate-wallet
(class).
stores-payment-methods-on-chain%get
(class).
stores-payment-methods-on-chain%preview
(class).
stores-payment-methods-on-chain%preview-proposed
(class).
stores-payment-methods-on-chain%remove
(class).
stores-payment-methods-on-chain%update
(class).
stores-payout-processors%all
(class).
stores-payout-processors%all-automated
(class).
stores-payout-processors%all-lightning-automated
(class).
stores-payout-processors%get-automated
(class).
stores-payout-processors%get-lightning-automated
(class).
stores-payout-processors%update-all-automated
(class).
stores-payout-processors%update-automated
(class).
stores-payout-processors%update-lightning-automated
(class).
stores-pull-payments%all
(class).
stores-pull-payments%archive
(class).
stores-pull-payments%create
(class).
stores-users%add
(class).
stores-users%all
(class).
stores-users%remove
(class).
stores-wallet-on-chain%address
(class).
stores-wallet-on-chain%all
(class).
stores-wallet-on-chain%create-wallet-transaction
(class).
stores-wallet-on-chain%fee-rate
(class).
stores-wallet-on-chain%get-transaction
(class).
stores-wallet-on-chain%get-utxos
(class).
stores-wallet-on-chain%patch-transaction-info
(class).
stores-wallet-on-chain%transactions
(class).
stores-wallet-on-chain%unreserve
(class).
stores-webhooks%all
(class).
stores-webhooks%create
(class).
stores-webhooks%delete
(class).
stores-webhooks%get
(class).
stores-webhooks%get-delivery-info
(class).
stores-webhooks%get-delivery-object
(class).
stores-webhooks%latest-deliveries
(class).
stores-webhooks%redeliver-object
(class).
stores-webhooks%update
(class).
strict-of
(generic reader).
(setf strict-of)
(generic writer).
take-of
(generic reader).
(setf take-of)
(generic writer).
to-asset-of
(generic reader).
(setf to-asset-of)
(generic writer).
transaction-id
(generic reader).
(setf transaction-id)
(generic writer).
user-id
(generic reader).
(setf user-id)
(generic writer).
user-id-or-email
(generic reader).
(setf user-id-or-email)
(generic writer).
users%all
(class).
users%create
(class).
users%delete
(class).
users%delete-me
(class).
users%get
(class).
users%info
(class).
users%lock
(class).
verify-webhook
(generic function).
webhook-id
(generic reader).
(setf webhook-id)
(generic writer).
withdrawal-id
(generic reader).
(setf withdrawal-id)
(generic writer).
%extract-sha256
(function).
%validate-btcpay-webhook
(function).
*test-store*
(special variable).
api-keys%delete-p
(function).
api-keys%get-p
(function).
api-keys%new-p
(function).
api-keys%revoke-p
(function).
authorize%authorizep
(function).
btcpay-api-failure-obj-list
(class).
btcpay-api-failure-obj-list-entry
(class).
btcpay-api-failure-obj-single
(class).
btcpayp
(function).
health%getp
(function).
issues
(generic reader).
(setf issues)
(generic writer).
lightning-internal%balance-p
(function).
lightning-internal%connect-p
(function).
lightning-internal%create-invoice-p
(function).
lightning-internal%deposit-address-p
(function).
lightning-internal%get-channels-p
(function).
lightning-internal%get-invoice-p
(function).
lightning-internal%get-payment-p
(function).
lightning-internal%info-p
(function).
lightning-internal%open-channel-p
(function).
lightning-internal%pay-invoice-p
(function).
misc%invoice-checkout-page-p
(function).
misc%language-codes-p
(function).
misc%permission-metadata-p
(function).
notifications%allp
(function).
notifications%getp
(function).
notifications%removep
(function).
notifications%updatep
(function).
path
(generic reader).
(setf path)
(generic writer).
payment-requests%all-p
(function).
payment-requests%archive-p
(function).
payment-requests%create-p
(function).
payment-requests%get-p
(function).
payment-requests%update-p
(function).
payout-processors%all-p
(function).
public-pull-payments%create-payout-p
(function).
public-pull-payments%get-p
(function).
public-pull-payments%get-payout-p
(function).
public-pull-payments%get-payouts-p
(function).
server-email%all-p
(function).
server-email%send-p
(function).
server-email%update-p
(function).
server-info%all-p
(function).
store-payment-methods%all-p
(function).
store-payout-processors%remove-p
(function).
store-payouts%all-p
(function).
store-payouts%approve-p
(function).
store-payouts%cancel-p
(function).
store-payouts%create-p
(function).
store-payouts%mark-paid-p
(function).
stores%allp
(function).
stores%createp
(function).
stores%getp
(function).
stores%removep
(function).
stores%updatep
(function).
stores-apps%delete-p
(function).
stores-apps%get-p
(function).
stores-apps%new-p
(function).
stores-custodians%all-p
(function).
stores-custodians%delete-account-p
(function).
stores-custodians%get-account-p
(function).
stores-custodians%get-depost-address-p
(function).
stores-custodians%get-p
(function).
stores-custodians%get-trading-quote-p
(function).
stores-custodians%get-withdrawal-info-p
(function).
stores-custodians%new-p
(function).
stores-custodians%trade-assets-p
(function).
stores-custodians%update-account-p
(function).
stores-custodians%withdraw-to-store-wallet-p
(function).
stores-invoices%activate-payment-method-p
(function).
stores-invoices%all-p
(function).
stores-invoices%archive-p
(function).
stores-invoices%create-p
(function).
stores-invoices%get-p
(function).
stores-invoices%mark-status-p
(function).
stores-invoices%payment-methods-p
(function).
stores-invoices%unarchive-p
(function).
stores-invoices%update-p
(function).
stores-lightning%balance-p
(function).
stores-lightning%connect-p
(function).
stores-lightning%create-invoice-p
(function).
stores-lightning%deposit-address-p
(function).
stores-lightning%get-channels-p
(function).
stores-lightning%get-invoice-p
(function).
stores-lightning%get-payment-p
(function).
stores-lightning%info-p
(function).
stores-lightning%open-channel-p
(function).
stores-lightning%pay-invoice-p
(function).
stores-payment-methods-lightning%all-p
(function).
stores-payment-methods-lightning%get-p
(function).
stores-payment-methods-lightning%remove-p
(function).
stores-payment-methods-lightning%update-p
(function).
stores-payment-methods-lnurl%all-p
(function).
stores-payment-methods-lnurl%get-p
(function).
stores-payment-methods-lnurl%remove-p
(function).
stores-payment-methods-lnurl%update-p
(function).
stores-payment-methods-on-chain%all-p
(function).
stores-payment-methods-on-chain%generate-wallet-p
(function).
stores-payment-methods-on-chain%get-p
(function).
stores-payment-methods-on-chain%preview-p
(function).
stores-payment-methods-on-chain%preview-proposed-p
(function).
stores-payment-methods-on-chain%remove-p
(function).
stores-payment-methods-on-chain%update-p
(function).
stores-payout-processors%all-automated-p
(function).
stores-payout-processors%all-lightning-automated-p
(function).
stores-payout-processors%all-p
(function).
stores-payout-processors%get-automated-p
(function).
stores-payout-processors%get-lightning-automated-p
(function).
stores-payout-processors%update-all-automated-p
(function).
stores-payout-processors%update-automated-p
(function).
stores-payout-processors%update-lightning-automated-p
(function).
stores-pull-payments%all-p
(function).
stores-pull-payments%archive-p
(function).
stores-pull-payments%create-p
(function).
stores-users%add-p
(function).
stores-users%all-p
(function).
stores-users%remove-p
(function).
stores-wallet-on-chain%address-p
(function).
stores-wallet-on-chain%all-p
(function).
stores-wallet-on-chain%create-wallet-transaction-p
(function).
stores-wallet-on-chain%fee-rate-p
(function).
stores-wallet-on-chain%get-transaction-p
(function).
stores-wallet-on-chain%get-utxos-p
(function).
stores-wallet-on-chain%patch-transaction-info-p
(function).
stores-wallet-on-chain%transactions-p
(function).
stores-wallet-on-chain%unreserve-p
(function).
stores-webhooks%all-p
(function).
stores-webhooks%create-p
(function).
stores-webhooks%delete-p
(function).
stores-webhooks%get-delivery-info-p
(function).
stores-webhooks%get-delivery-object-p
(function).
stores-webhooks%get-p
(function).
stores-webhooks%latest-deliveries-p
(function).
stores-webhooks%redeliver-object-p
(function).
stores-webhooks%update-p
(function).
users%allp
(function).
users%createp
(function).
users%delete-me-p
(function).
users%deletep
(function).
users%getp
(function).
users%infop
(function).
users%lockp
(function).
lisp-pay/stripe
stripe
common-lisp
.
lisp-pay
.
api-error
(class).
api-key
(generic reader).
(setf api-key)
(generic writer).
api-metaclass-of
(generic reader).
(setf api-metaclass-of)
(generic writer).
api-version
(generic reader).
(setf api-version)
(generic writer).
balance%get-balance
(class).
balance-transactions%all
(class).
balance-transactions%id
(class).
card-error
(class).
charges%all
(class).
charges%capture
(class).
charges%create
(class).
charges%id
(class).
charges%update
(class).
customers%all
(class).
customers%create
(class).
customers%delete
(class).
customers%id
(class).
customers%update
(class).
decline-code
(generic reader).
(setf decline-code)
(generic writer).
disputes%all
(class).
disputes%close
(class).
disputes%id
(class).
disputes%update
(class).
doc-url
(generic reader).
(setf doc-url)
(generic writer).
ec
(function).
error-type
(generic reader).
(setf error-type)
(generic writer).
events%all
(class).
events%id
(class).
file-links%all
(class).
file-links%create
(class).
file-links%id
(class).
file-links%update
(class).
files%all
(class).
files%create
(class).
files%id
(class).
id
(generic reader).
(setf id)
(generic writer).
indempotency-error
(class).
invalid-request-error
(class).
mandates%id
(class).
message
(generic reader).
(setf message)
(generic writer).
param
(generic reader).
(setf param)
(generic writer).
parent-condition
(generic reader).
(setf parent-condition)
(generic writer).
payment-intent
(generic reader).
(setf payment-intent)
(generic writer).
payment-intents%all
(class).
payment-intents%cancel
(class).
payment-intents%capture
(class).
payment-intents%confirm
(class).
payment-intents%create
(class).
payment-intents%id
(class).
payment-intents%update
(class).
payment-method
(generic reader).
(setf payment-method)
(generic writer).
payment-method-type
(generic reader).
(setf payment-method-type)
(generic writer).
payment-methods%create
(class).
payment-methods%get
(class).
payment-methods%update
(class).
payouts%all
(class).
payouts%cancel
(class).
payouts%confirm
(class).
payouts%create
(class).
payouts%id
(class).
payouts%update
(class).
prices%all
(class).
prices%create
(class).
prices%id
(class).
prices%update
(class).
products%all
(class).
products%create
(class).
products%delete
(class).
products%id
(class).
products%update
(class).
public-key
(generic reader).
(setf public-key)
(generic writer).
refunds%all
(class).
refunds%create
(class).
refunds%id
(class).
refunds%update
(class).
sessions%all
(class).
sessions%create
(class).
sessions%expire
(class).
sessions%get
(class).
sessions%line-items
(class).
setup-attempts%all
(class).
setup-intent
(generic reader).
(setf setup-intent)
(generic writer).
setup-intents%all
(class).
setup-intents%cancel
(class).
setup-intents%confirm
(class).
setup-intents%create
(class).
setup-intents%id
(class).
setup-intents%update
(class).
shipping%all
(class).
shipping%create
(class).
shipping%get
(class).
shipping%update
(class).
source
(generic reader).
(setf source)
(generic writer).
stripe
(class).
stripe-api-class
(class).
stripe-condition
(condition).
subscriptions%all
(class).
subscriptions%cancel
(class).
subscriptions%create
(class).
subscriptions%delete
(class).
subscriptions%get
(class).
subscriptions%resume
(class).
subscriptions%update
(class).
tokens%create
(class).
tokens%id
(class).
verify-signature
(function).
verify-webhook
(generic function).
webhooks%all
(class).
webhooks%create
(class).
webhooks%delete
(class).
webhooks%get
(class).
webhooks%update
(class).
%determine-error-class
(function).
%error-key->slot-name
(generic function).
%validate-stripe-webhook
(function).
*test*
(special variable).
*test2*
(special variable).
*test3*
(special variable).
api-error-p
(function).
balance%get-balance-p
(function).
balance-transactions%all-p
(function).
balance-transactions%id-p
(function).
card-error-p
(function).
charge
(generic reader).
(setf charge)
(generic writer).
charges%allp
(function).
charges%capturep
(function).
charges%createp
(function).
charges%idp
(function).
charges%updatep
(function).
compute-signature
(function).
construct-alist
(function).
copy-res
(function).
customers%allp
(function).
customers%createp
(function).
customers%deletep
(function).
customers%idp
(function).
customers%updatep
(function).
destructure-environment
(macro).
determine-base-url
(generic function).
determine-list-type
(function).
disputes%allp
(function).
disputes%closep
(function).
disputes%idp
(function).
disputes%updatep
(function).
enc-h
(function).
encode-array-array
(function).
encode-hash-table
(function).
encode-key-array
(function).
encode-key-val
(function).
entry
(function).
env
(class).
error-type-of
(generic reader).
(setf error-type-of)
(generic writer).
events%allp
(function).
events%idp
(function).
file-links%all-p
(function).
file-links%create-p
(function).
file-links%id-p
(function).
file-links%update-p
(function).
files%allp
(function).
files%createp
(function).
files%idp
(function).
format-basic-array
(function).
format-object-in-array
(function).
indempotency-error-p
(function).
invalid-request-error-p
(function).
make-res
(function).
mandates%idp
(function).
parents
(generic reader).
(setf parents)
(generic writer).
payment-intents%all-p
(function).
payment-intents%cancel-p
(function).
payment-intents%capture-p
(function).
payment-intents%confirm-p
(function).
payment-intents%create-p
(function).
payment-intents%id-p
(function).
payment-intents%update-p
(function).
payment-methods%create-p
(function).
payment-methods%get-p
(function).
payment-methods%update-p
(function).
payouts%allp
(function).
payouts%cancelp
(function).
payouts%confirmp
(function).
payouts%createp
(function).
payouts%idp
(function).
payouts%updatep
(function).
prices%allp
(function).
prices%createp
(function).
prices%idp
(function).
prices%updatep
(function).
process-obj
(generic function).
products%allp
(function).
products%createp
(function).
products%deletep
(function).
products%idp
(function).
products%updatep
(function).
rec
(function).
refunds%allp
(function).
refunds%createp
(function).
refunds%idp
(function).
refunds%updatep
(function).
res
(generic reader).
(setf res)
(generic writer).
res
(structure).
res-list
(reader).
(setf res-list)
(writer).
res-p
(function).
sessions%allp
(function).
sessions%createp
(function).
sessions%expirep
(function).
sessions%getp
(function).
sessions%line-items-p
(function).
setup-attempts%all-p
(function).
setup-intents%all-p
(function).
setup-intents%cancel-p
(function).
setup-intents%confirm-p
(function).
setup-intents%create-p
(function).
setup-intents%id-p
(function).
setup-intents%update-p
(function).
shipping%allp
(function).
shipping%createp
(function).
shipping%getp
(function).
shipping%updatep
(function).
stripe-api-class-p
(function).
stripep
(function).
subscriptions%allp
(function).
subscriptions%cancelp
(function).
subscriptions%createp
(function).
subscriptions%deletep
(function).
subscriptions%getp
(function).
subscriptions%resumep
(function).
subscriptions%updatep
(function).
tokens%createp
(function).
tokens%idp
(function).
webhooks%allp
(function).
webhooks%createp
(function).
webhooks%deletep
(function).
webhooks%getp
(function).
webhooks%updatep
(function).
with-changed-array
(macro).
with-current-pos
(macro).
with-new-pos
(macro).
with-resetting-current-pos
(macro).
with-resetting-parents
(macro).
lisp-pay
pay
common-lisp
.
%call-api
(generic function).
%read-json
(generic function).
%write-json
(generic function).
*processor*
(special variable).
api-failure
(generic reader).
(setf api-failure)
(generic writer).
api-failure
(class).
api-metaclass
(slot).
api-metaclass
(slot).
api-metaclass
(slot).
api-metaclass
(generic reader).
(setf api-metaclass)
(generic writer).
api-response-class
(class).
api-response-condition
(condition).
base-url
(slot).
base-url
(slot).
base-url
(slot).
base-url
(slot).
base-url
(generic reader).
(setf base-url)
(generic writer).
body
(generic reader).
(setf body)
(generic writer).
call-api
(generic function).
client-error-response
(condition).
construct-api-failure-object
(generic function).
construct-response-from-api
(generic function).
content
(generic reader).
(setf content)
(generic writer).
content-type
(generic reader).
(setf content-type)
(generic writer).
crc-raw
(function).
defapi
(macro).
defprocessor
(macro).
delete-request
(class).
determine-response
(generic function).
dex-response
(generic reader).
(setf dex-response)
(generic writer).
dex-response
(structure).
endpoint
(generic reader).
(setf endpoint)
(generic writer).
gen-query-generator
(function).
gen-url-generator
(function).
generate-dex-list
(generic function).
generate-url
(generic function).
genned-slot-names
(generic reader).
(setf genned-slot-names)
(generic writer).
get-request
(class).
in-list
(function).
information-response
(class).
lisp-pay-api-call
(class).
lisp-pay-api-slot
(class).
lisp-pay-condition
(condition).
patch-request
(class).
post-files-request
(class).
post-request
(class).
print-all-slots
(generic function).
processor
(generic reader).
(setf processor)
(generic writer).
processor
(class).
put-request
(class).
query-constructor
(generic reader).
(setf query-constructor)
(generic writer).
query-slot-names
(generic reader).
(setf query-slot-names)
(generic writer).
raw-body
(generic function).
read-json
(generic function).
redirection-response
(class).
replace-vars-for-slot-names
(function).
request
(generic function).
(setf request)
(generic writer).
request
(class).
request
(slot).
request-fun
(generic reader).
request-headers
(generic function).
request-with-content
(class).
request-without-content
(class).
response
(class).
server-error-response
(condition).
slots-from-url
(function).
status-code
(slot).
status-code
(generic reader).
(setf status-code)
(generic writer).
string-constructor
(generic reader).
(setf string-constructor)
(generic writer).
successful-response
(class).
to-array
(generic function).
with-hash-keys
(macro).
wrap-dex-call
(macro).
write-json
(generic function).
as-string
(generic reader).
(setf as-string)
(generic writer).
construct-initargs-for-response
(generic function).
copy-dex-response
(function).
dex-response-body
(reader).
(setf dex-response-body)
(writer).
dex-response-headers
(reader).
(setf dex-response-headers)
(writer).
dex-response-p
(function).
dex-response-quri
(reader).
(setf dex-response-quri)
(writer).
dex-response-status-code
(reader).
(setf dex-response-status-code)
(writer).
encode-query-slot
(generic function).
encode-query-value
(generic function).
lisp-pay-api-slot-direct
(class).
lisp-pay-api-slot-effective
(class).
make-dex-response
(function).
new-dex-response
(function).
response-body
(generic function).
response-headers
(generic function).
response-quri
(generic function).
response-status
(generic function).
signal-when-condition
(generic function).
testing-processor
(class).
unknown-error-response
(condition).
lisp-pay/coinpayments
coin
coinpayments
cl-coinpayments
common-lisp
.
lisp-pay
.
*ipn-dispatchers*
(special variable).
accepted
(generic reader).
(setf accepted)
(generic writer).
add_tx_fee
(generic reader).
(setf add_tx_fee)
(generic writer).
address
(generic reader).
(setf address)
(generic writer).
all
(generic reader).
(setf all)
(generic writer).
amount
(generic reader).
(setf amount)
(generic writer).
arg-count
(generic reader).
(setf arg-count)
(generic writer).
auto-confirm
(generic reader).
(setf auto-confirm)
(generic writer).
bad-response
(class).
buy-pbn-tags
(class).
buyer-email
(generic reader).
(setf buyer-email)
(generic writer).
buyer-name
(generic reader).
(setf buyer-name)
(generic writer).
cancel-url
(generic reader).
(setf cancel-url)
(generic writer).
cancel-withdrawal
(class).
claim-pbn-coupon
(class).
claim-pbn-tag
(class).
cmd
(generic reader).
(setf cmd)
(generic writer).
coin
(generic reader).
(setf coin)
(generic writer).
coinpayment-api-condition
(condition).
coinpayment-condition
(condition).
compute-dex-alist
(generic function).
compute-final-hmac
(generic function).
compute-hmac
(generic function).
compute-post-params
(generic function).
construct-status
(function).
conversion-limits
(class).
convert-coins
(class).
convert-merchant-secret-key
(generic function).
coupon
(generic reader).
(setf coupon)
(generic writer).
create-fixed-price-transaction
(class).
create-mass-withdrawal
(class).
create-transfer
(class).
create-withdrawal
(class).
currency
(generic reader).
(setf currency)
(generic writer).
currency-prices
(class).
currency1
(generic reader).
(setf currency1)
(generic writer).
currency2
(generic reader).
(setf currency2)
(generic writer).
custom
(generic reader).
(setf custom)
(generic writer).
def-ipn-dispatcher
(macro).
delete-pbn-tag
(class).
dest-tag
(generic reader).
(setf dest-tag)
(generic writer).
dex-alist
(generic reader).
(setf dex-alist)
(generic writer).
dex-extra
(generic reader).
(setf dex-extra)
(generic writer).
dispatch-ipn-by-name
(macro).
domain
(generic reader).
(setf domain)
(generic writer).
eip55
(generic reader).
(setf eip55)
(generic writer).
email
(generic reader).
(setf email)
(generic writer).
error-slot
(generic reader).
(setf error-slot)
(generic writer).
find-dispatcher
(function).
five
(class).
from
(generic reader).
(setf from)
(generic writer).
full
(generic reader).
(setf full)
(generic writer).
get-basic-info
(class).
get-callback-address
(class).
get-coin-balances
(class).
get-conversion-information
(class).
get-deposit-address
(class).
get-multiple-transaction-information
(class).
get-pbn-profile-information
(class).
get-pbn-tag-list
(class).
get-transaction-ids
(class).
get-transaction-information
(class).
get-withdrawal-history
(class).
get-withdrawal-information
(class).
good-response
(class).
hmac
(generic reader).
(setf hmac)
(generic writer).
id
(generic reader).
(setf id)
(generic writer).
image
(generic reader).
(setf image)
(generic writer).
invoice
(generic reader).
(setf invoice)
(generic writer).
ipn
(generic reader).
(setf ipn)
(generic writer).
ipn-dispatch
(function).
ipn-failure
(class).
ipn-payment-pending
(class).
ipn-payment-success
(class).
ipn-status
(class).
ipn-type
(generic reader).
(setf ipn-type)
(generic writer).
ipn-url
(generic reader).
(setf ipn-url)
(generic writer).
item-name
(generic reader).
(setf item-name)
(generic writer).
item-number
(generic reader).
(setf item-number)
(generic writer).
key
(generic reader).
(setf key)
(generic writer).
label
(generic reader).
(setf label)
(generic writer).
limit
(generic reader).
(setf limit)
(generic writer).
merchant
(generic reader).
(setf merchant)
(generic writer).
merchant-secret-key
(generic reader).
(setf merchant-secret-key)
(generic writer).
name
(generic reader).
(setf name)
(generic writer).
negative-1
(class).
negative-2
(class).
new-ipn-dispatcher
(function).
new-request
(macro).
newer
(generic reader).
(setf newer)
(generic writer).
no-dispatcher-found
(condition).
not-set
(generic reader).
(setf not-set)
(generic writer).
note
(generic reader).
(setf note)
(generic writer).
num
(generic reader).
(setf num)
(generic writer).
one
(class).
one-hundred
(class).
parse-data
(generic function).
pbntag
(generic reader).
(setf pbntag)
(generic writer).
plist
(generic reader).
(setf plist)
(generic writer).
post-string
(generic reader).
(setf post-string)
(generic writer).
renew-pbn-tag
(class).
required
(generic reader).
(setf required)
(generic writer).
required-slots-not-bound
(condition).
result-slot
(generic reader).
(setf result-slot)
(generic writer).
short
(generic reader).
(setf short)
(generic writer).
start
(generic reader).
(setf start)
(generic writer).
status
(generic reader).
(setf status)
(generic writer).
status-type
(generic reader).
(setf status-type)
(generic writer).
success-url
(generic reader).
(setf success-url)
(generic writer).
tagid
(generic reader).
(setf tagid)
(generic writer).
three
(class).
to
(generic reader).
(setf to)
(generic writer).
two
(class).
txid
(generic reader).
(setf txid)
(generic writer).
unknown-status
(condition).
unsupported-ipn
(condition).
update-pbn-profile
(class).
url
(generic reader).
(setf url)
(generic writer).
validate-slots
(generic function).
verify-data
(generic function).
version
(generic reader).
(setf version)
(generic writer).
wd
(generic reader).
(setf wd)
(generic writer).
years
(generic reader).
(setf years)
(generic writer).
zero
(class).
*strings->symbols*
(special variable).
*sym->string*
(special variable).
coinpayment-request
(class).
coinpayment-response
(class).
determine-unknown-status
(function).
n->status
(function).
new-string
(function).
new-symbol
(function).
nonce
(generic reader).
(setf nonce)
(generic writer).
response-format
(generic reader).
(setf response-format)
(generic writer).
string->symbol
(function).
symbol->string
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
A list of plists used to dispatch on various ipn-types.
Bind *processor* to the value of your processor for whatever payment processor you are using in order to call the correct methods.
Defines a new dispatch function under the name NAME. This is very similar to
a defmethod form however dispatching from most to least specific subclasses is only done
with the status-class. IPN-VAR names the IPN passed into the fun (a plist). STATUS-VAR
names the status object passed into the fun, args is a list of
Defines a class by NAME which is a subclass of processor
and the initform for the slot api-metaclass is METACLASS. DIRECT-SLOTS being
the class direct slots. Defines a new macro for that package called defapi.
Where the key value metaclass is bound to METACLASS. Defapi is used to define new
api calls.
Macro version of IPN-DISPATCH. It just looks nicer.
Creates a new class by NAME which is a subclass of ’request,
CMD is a string which is set to the initform of the slot cmd. REQUIRED is a list
of slots that are required for this request. PARAMS is all of the slots, yes
you will have to repeat whats in required in params. Also if you were to add some
new API that I didn’t see then where they use a case like abc_def you can just
use symbols like abc-def because they are automatically translated to the
correct case, dont worry this is memoized to make it faster.
Creates a let binding for each of the keys listed in KEYS in HASH using gethash, each of these KEYS has to have a non nil value otherwise signals ’malformed-json.
Given a plist of post parameters that have been parsed by parse-data beforehand, attempts to first construct and IPN object, in the event this fails it will signal ’unsupported-ipn, then attempts to construct an IPN-STATUS object using CONSTRUCT-STATUS. These are then returned as multiple values ipn,status.
Attempts to find the most specific function for NAME IPN-TYPE and STATUS (all symbols)
within *ipn-dispatchers*, dispatching is done both on the ipn-type, arg-count and status,
if no dispatcher is found under name then returns nil, if one is then tries to find
dispatcher with ARG-COUNT args, if non exists returns nil, otherwise checks under
the ipn-status, if none are found by that name under that specific status
then recalls FIND-DISPATCHER with the superclasses of STATUS. If some dispatchers are found
under that name and that status, then attempts to find the dispatcher by IPN-TYPE, if one
is found returns it, otherwise returns nil. This will find most specific dispatchers first.
Given QUERY-SLOTS and QUERY-SLOT-NAMES compiles a function that when evaluated
with a request will step through the query slots and concatenate the query slot names and
values into a string. Uses #’encode-query-slot to encode the query params.
Compiles a function for CLASS that when called with the request object. When evaluated the function returns a string with specific slots values written into a string.
Uses FIND-DISPATCH to execute the dispatcher found with IPN, STATUS and (length ARGS).
If
no dispatcher is found signals ’no-dispatcher-found. Its important to note that no
default dispatchers are provided so your fall-back behaviour should involve catching
that condition and doing something with the condition object.
Takes in a split list split by #/ (url) produces a list of slot names
Given a URL splits the strings out by #: and then generates a list of plists used for creating slots in a class.
Verifies the received V1 using TIMESTAMP and RAW-BODY. Returns whether it is
valid (bool) and the difference between TIMESTAMP and #’local-time:now (unix epoch time)
currency-prices
)) ¶automatically generated reader method
currency-prices
)) ¶automatically generated writer method
stores-custodians%get-withdrawal-info
)) ¶automatically generated reader method
stores-custodians%withdraw-to-store-wallet
)) ¶automatically generated reader method
stores-custodians%get-depost-address
)) ¶automatically generated reader method
stores-custodians%trade-assets
)) ¶automatically generated reader method
stores-custodians%get-trading-quote
)) ¶automatically generated reader method
stores-custodians%delete-account
)) ¶automatically generated reader method
stores-custodians%update-account
)) ¶automatically generated reader method
stores-custodians%get-account
)) ¶automatically generated reader method
stores-custodians%get-withdrawal-info
)) ¶automatically generated writer method
stores-custodians%withdraw-to-store-wallet
)) ¶automatically generated writer method
stores-custodians%get-depost-address
)) ¶automatically generated writer method
stores-custodians%trade-assets
)) ¶automatically generated writer method
stores-custodians%get-trading-quote
)) ¶automatically generated writer method
stores-custodians%delete-account
)) ¶automatically generated writer method
stores-custodians%update-account
)) ¶automatically generated writer method
stores-custodians%get-account
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated writer method
convert-coins
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated reader method
convert-coins
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated writer method
billing%execute
)) ¶automatically generated reader method
billing%list-transactions
)) ¶automatically generated reader method
billing%suspend
)) ¶automatically generated reader method
billing%set-balance
)) ¶automatically generated reader method
billing%re-activate
)) ¶automatically generated reader method
billing%cancel
)) ¶automatically generated reader method
billing%bill-balance
)) ¶automatically generated reader method
billing%information
)) ¶automatically generated reader method
billing%update
)) ¶automatically generated reader method
billing%execute
)) ¶automatically generated writer method
billing%list-transactions
)) ¶automatically generated writer method
billing%suspend
)) ¶automatically generated writer method
billing%set-balance
)) ¶automatically generated writer method
billing%re-activate
)) ¶automatically generated writer method
billing%cancel
)) ¶automatically generated writer method
billing%bill-balance
)) ¶automatically generated writer method
billing%information
)) ¶automatically generated writer method
billing%update
)) ¶automatically generated writer method
get-coin-balances
)) ¶automatically generated reader method
all
.
get-transaction-ids
)) ¶automatically generated reader method
all
.
get-coin-balances
)) ¶automatically generated writer method
all
.
get-transaction-ids
)) ¶automatically generated writer method
all
.
convert-coins
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated reader method
create-transfer
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated reader method
convert-coins
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated writer method
create-transfer
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview
)) ¶automatically generated writer method
webhooks%list
)) ¶automatically generated reader method
webhooks%list
)) ¶automatically generated writer method
api-response-condition
)) ¶api-response-condition
)) ¶api-keys%delete
)) ¶automatically generated reader method
api-keys%delete
)) ¶automatically generated writer method
stores-apps%delete
)) ¶automatically generated reader method
stores-apps%get
)) ¶automatically generated reader method
stores-apps%delete
)) ¶automatically generated writer method
stores-apps%get
)) ¶automatically generated writer method
authorize%authorize
)) ¶automatically generated reader method
authorize%authorize
)) ¶automatically generated writer method
authorize%authorize
)) ¶automatically generated reader method
authorize%authorize
)) ¶automatically generated writer method
no-dispatcher-found
)) ¶no-dispatcher-found
)) ¶search-balances%list
)) ¶automatically generated reader method
search-balances%list
)) ¶automatically generated writer method
stores-custodians%get-account
)) ¶automatically generated reader method
stores-custodians%get
)) ¶automatically generated reader method
stores-custodians%get-account
)) ¶automatically generated writer method
stores-custodians%get
)) ¶automatically generated writer method
payments-authorization%void
)) ¶automatically generated reader method
payments-authorization%reauthorize
)) ¶automatically generated reader method
payments-authorization%capture
)) ¶automatically generated reader method
payments-authorization%details
)) ¶automatically generated reader method
payments-authorization%void
)) ¶automatically generated writer method
payments-authorization%reauthorize
)) ¶automatically generated writer method
payments-authorization%capture
)) ¶automatically generated writer method
payments-authorization%details
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated reader method
create-transfer
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated writer method
create-transfer
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
paypal-testing
)) ¶automatically generated reader method
paypal-testing
)) ¶automatically generated writer method
referenced-payouts-batch%details
)) ¶automatically generated reader method
payouts-batch%details
)) ¶automatically generated reader method
referenced-payouts-batch%details
)) ¶automatically generated writer method
payouts-batch%details
)) ¶automatically generated writer method
stores-wallet-on-chain%fee-rate
)) ¶automatically generated reader method
stores-wallet-on-chain%fee-rate
)) ¶automatically generated writer method
api-response-class
)) ¶api-response-class
)) ¶HTTP request body.
body
.
api-response-condition
)) ¶api-response-condition
)) ¶body
.
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
Generic means of making per processor requests.
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
payments-captures%refund
)) ¶automatically generated reader method
payments-captures%details
)) ¶automatically generated reader method
payments-captures%refund
)) ¶automatically generated writer method
payments-captures%details
)) ¶automatically generated writer method
coinpayment-request
)) ¶coinpayment-request
)) ¶The API being called.
cmd
.
btcpay-api-failure-obj-single
)) ¶automatically generated reader method
code
.
btcpay-api-failure-obj-single
)) ¶automatically generated writer method
code
.
renew-pbn-tag
)) ¶automatically generated reader method
coin
.
buy-pbn-tags
)) ¶automatically generated reader method
coin
.
renew-pbn-tag
)) ¶automatically generated writer method
coin
.
buy-pbn-tags
)) ¶automatically generated writer method
coin
.
coinpayment-request
)) ¶This function must be called before ’compute-dex-alist. This computes the
alist used as the :content key to dex:post, it loops through all the slots in the class
and creates an alist from their slotname and values, it ignores slots that are
any of ’(dex-alist required merchant-secret-key) or are unbound.
coinpayment-request
)) ¶This function is the last step in initializing a request object, it computes the
final HMAC from the merchant-secret-key and the post-string which was previously generated.
Computes a hmac from the merchant-secret-key and a string.
coinpayment-request
)) ¶This function must be called before ’compute-final-hmac. This computes a ’post string’ that can be used for computing the hmac. It uses the dex-alist values as its arguments.
Take the API-response condition and post process it into a
nicer to read object. Specialize in order to construct processor specific failure objects
Means of taking a response from a dex call and converting it into something generic.
request-with-content
)) ¶automatically generated reader method
request-with-content
)) ¶automatically generated writer method
coinpayment-request
)) ¶stores-webhooks%latest-deliveries
)) ¶automatically generated reader method
stores-webhooks%latest-deliveries
)) ¶automatically generated writer method
claim-pbn-coupon
)) ¶automatically generated reader method
claim-pbn-coupon
)) ¶automatically generated writer method
stores-wallet-on-chain%get-utxos
)) ¶automatically generated reader method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated reader method
stores-wallet-on-chain%get-transaction
)) ¶automatically generated reader method
stores-wallet-on-chain%create-wallet-transaction
)) ¶automatically generated reader method
stores-wallet-on-chain%transactions
)) ¶automatically generated reader method
stores-wallet-on-chain%unreserve
)) ¶automatically generated reader method
stores-wallet-on-chain%address
)) ¶automatically generated reader method
stores-wallet-on-chain%fee-rate
)) ¶automatically generated reader method
stores-wallet-on-chain%all
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview
)) ¶automatically generated reader method
stores-payment-methods-on-chain%generate-wallet
)) ¶automatically generated reader method
stores-payment-methods-on-chain%remove
)) ¶automatically generated reader method
stores-payment-methods-on-chain%update
)) ¶automatically generated reader method
stores-payment-methods-on-chain%get
)) ¶automatically generated reader method
stores-payment-methods-lnurl%remove
)) ¶automatically generated reader method
stores-payment-methods-lnurl%update
)) ¶automatically generated reader method
stores-payment-methods-lnurl%get
)) ¶automatically generated reader method
stores-payment-methods-lightning%remove
)) ¶automatically generated reader method
stores-payment-methods-lightning%update
)) ¶automatically generated reader method
stores-payment-methods-lightning%get
)) ¶automatically generated reader method
stores-lightning%create-invoice
)) ¶automatically generated reader method
stores-lightning%pay-invoice
)) ¶automatically generated reader method
stores-lightning%get-invoice
)) ¶automatically generated reader method
stores-lightning%get-payment
)) ¶automatically generated reader method
stores-lightning%deposit-address
)) ¶automatically generated reader method
stores-lightning%open-channel
)) ¶automatically generated reader method
stores-lightning%get-channels
)) ¶automatically generated reader method
stores-lightning%connect
)) ¶automatically generated reader method
stores-lightning%balance
)) ¶automatically generated reader method
stores-lightning%info
)) ¶automatically generated reader method
lightning-internal%create-invoice
)) ¶automatically generated reader method
lightning-internal%pay-invoice
)) ¶automatically generated reader method
lightning-internal%get-invoice
)) ¶automatically generated reader method
lightning-internal%get-payment
)) ¶automatically generated reader method
lightning-internal%deposit-address
)) ¶automatically generated reader method
lightning-internal%open-channel
)) ¶automatically generated reader method
lightning-internal%get-channels
)) ¶automatically generated reader method
lightning-internal%connect
)) ¶automatically generated reader method
lightning-internal%balance
)) ¶automatically generated reader method
lightning-internal%info
)) ¶automatically generated reader method
stores-wallet-on-chain%get-utxos
)) ¶automatically generated writer method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated writer method
stores-wallet-on-chain%get-transaction
)) ¶automatically generated writer method
stores-wallet-on-chain%create-wallet-transaction
)) ¶automatically generated writer method
stores-wallet-on-chain%transactions
)) ¶automatically generated writer method
stores-wallet-on-chain%unreserve
)) ¶automatically generated writer method
stores-wallet-on-chain%address
)) ¶automatically generated writer method
stores-wallet-on-chain%fee-rate
)) ¶automatically generated writer method
stores-wallet-on-chain%all
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview
)) ¶automatically generated writer method
stores-payment-methods-on-chain%generate-wallet
)) ¶automatically generated writer method
stores-payment-methods-on-chain%remove
)) ¶automatically generated writer method
stores-payment-methods-on-chain%update
)) ¶automatically generated writer method
stores-payment-methods-on-chain%get
)) ¶automatically generated writer method
stores-payment-methods-lnurl%remove
)) ¶automatically generated writer method
stores-payment-methods-lnurl%update
)) ¶automatically generated writer method
stores-payment-methods-lnurl%get
)) ¶automatically generated writer method
stores-payment-methods-lightning%remove
)) ¶automatically generated writer method
stores-payment-methods-lightning%update
)) ¶automatically generated writer method
stores-payment-methods-lightning%get
)) ¶automatically generated writer method
stores-lightning%create-invoice
)) ¶automatically generated writer method
stores-lightning%pay-invoice
)) ¶automatically generated writer method
stores-lightning%get-invoice
)) ¶automatically generated writer method
stores-lightning%get-payment
)) ¶automatically generated writer method
stores-lightning%deposit-address
)) ¶automatically generated writer method
stores-lightning%open-channel
)) ¶automatically generated writer method
stores-lightning%get-channels
)) ¶automatically generated writer method
stores-lightning%connect
)) ¶automatically generated writer method
stores-lightning%balance
)) ¶automatically generated writer method
stores-lightning%info
)) ¶automatically generated writer method
lightning-internal%create-invoice
)) ¶automatically generated writer method
lightning-internal%pay-invoice
)) ¶automatically generated writer method
lightning-internal%get-invoice
)) ¶automatically generated writer method
lightning-internal%get-payment
)) ¶automatically generated writer method
lightning-internal%deposit-address
)) ¶automatically generated writer method
lightning-internal%open-channel
)) ¶automatically generated writer method
lightning-internal%get-channels
)) ¶automatically generated writer method
lightning-internal%connect
)) ¶automatically generated writer method
lightning-internal%balance
)) ¶automatically generated writer method
lightning-internal%info
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated reader method
create-transfer
)) ¶automatically generated reader method
get-deposit-address
)) ¶automatically generated reader method
get-callback-address
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated writer method
create-transfer
)) ¶automatically generated writer method
get-deposit-address
)) ¶automatically generated writer method
get-callback-address
)) ¶automatically generated writer method
search-balances%list
)) ¶automatically generated reader method
search-balances%list
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
stores-webhooks%redeliver-object
)) ¶automatically generated reader method
stores-webhooks%get-delivery-object
)) ¶automatically generated reader method
stores-webhooks%get-delivery-info
)) ¶automatically generated reader method
stores-webhooks%redeliver-object
)) ¶automatically generated writer method
stores-webhooks%get-delivery-object
)) ¶automatically generated writer method
stores-webhooks%get-delivery-info
)) ¶automatically generated writer method
convert-coins
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated reader method
convert-coins
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated writer method
Generic means of determining what class we want our RESPONSE to
be. RESPONSE is an instance of dex-response. Must evaluate to the constructor
function ie #’make-instance/#’make-condition and a class.
coinpayment-request
)) ¶coinpayment-request
)) ¶A computed a list of all post vars for sending as form-urlencoded.
coinpayment-response
)) ¶coinpayment-response
)) ¶The other values returned by dex:post
api-response-class
)) ¶api-response-class
)) ¶The Dex response.
api-response-condition
)) ¶api-response-condition
)) ¶disputes-actions%send-message
)) ¶automatically generated reader method
disputes-actions%require-evidence
)) ¶automatically generated reader method
disputes-actions%provide-supporting-info
)) ¶automatically generated reader method
disputes-actions%provide-evidence
)) ¶automatically generated reader method
disputes-actions%offer-resolve
)) ¶automatically generated reader method
disputes-actions%escalate
)) ¶automatically generated reader method
disputes-actions%deny-resolve
)) ¶automatically generated reader method
disputes-actions%appeal
)) ¶automatically generated reader method
disputes-actions%adjudicate
)) ¶automatically generated reader method
disputes-actions%acknowledge-return
)) ¶automatically generated reader method
disputes-actions%accept-resolve
)) ¶automatically generated reader method
disputes-actions%accept-claim
)) ¶automatically generated reader method
disputes%details
)) ¶automatically generated reader method
disputes%update
)) ¶automatically generated reader method
disputes-actions%send-message
)) ¶automatically generated writer method
disputes-actions%require-evidence
)) ¶automatically generated writer method
disputes-actions%provide-supporting-info
)) ¶automatically generated writer method
disputes-actions%provide-evidence
)) ¶automatically generated writer method
disputes-actions%offer-resolve
)) ¶automatically generated writer method
disputes-actions%escalate
)) ¶automatically generated writer method
disputes-actions%deny-resolve
)) ¶automatically generated writer method
disputes-actions%appeal
)) ¶automatically generated writer method
disputes-actions%adjudicate
)) ¶automatically generated writer method
disputes-actions%acknowledge-return
)) ¶automatically generated writer method
disputes-actions%accept-resolve
)) ¶automatically generated writer method
disputes-actions%accept-claim
)) ¶automatically generated writer method
disputes%details
)) ¶automatically generated writer method
disputes%update
)) ¶automatically generated writer method
disputes%get
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated writer method
disputes%get
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated writer method
get-callback-address
)) ¶automatically generated reader method
get-callback-address
)) ¶automatically generated writer method
update-pbn-profile
)) ¶automatically generated reader method
update-pbn-profile
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
billing%list-transactions
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
billing%list-transactions
)) ¶automatically generated writer method
webhooks%list-event-notifications
)) ¶automatically generated reader method
subscriptions%transactions
)) ¶automatically generated reader method
webhooks%list-event-notifications
)) ¶automatically generated writer method
subscriptions%transactions
)) ¶automatically generated writer method
lisp-pay-api-call
)) ¶lisp-pay-api-call
)) ¶automatically generated writer method
coinpayment-response
)) ¶coinpayment-response
)) ¶The parsed ’error’ slot.
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
webhooks%resend-event
)) ¶automatically generated reader method
webhooks%notification-details
)) ¶automatically generated reader method
webhooks%resend-event
)) ¶automatically generated writer method
webhooks%notification-details
)) ¶automatically generated writer method
webhooks%list-event-notifications
)) ¶automatically generated reader method
webhooks%list-event-notifications
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
referenced-payouts-batch%details
)) ¶automatically generated reader method
payouts-batch%details
)) ¶automatically generated reader method
orders%details
)) ¶automatically generated reader method
invoices-templates%list
)) ¶automatically generated reader method
invoices%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
referenced-payouts-batch%details
)) ¶automatically generated writer method
payouts-batch%details
)) ¶automatically generated writer method
orders%details
)) ¶automatically generated writer method
invoices-templates%list
)) ¶automatically generated writer method
invoices%list
)) ¶automatically generated writer method
stores-wallet-on-chain%address
)) ¶automatically generated reader method
stores-wallet-on-chain%address
)) ¶automatically generated writer method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated reader method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated writer method
conversion-limits
)) ¶automatically generated reader method
from
.
convert-coins
)) ¶automatically generated reader method
from
.
conversion-limits
)) ¶automatically generated writer method
from
.
convert-coins
)) ¶automatically generated writer method
from
.
stores-custodians%get-trading-quote
)) ¶automatically generated reader method
stores-custodians%get-trading-quote
)) ¶automatically generated writer method
get-transaction-information
)) ¶automatically generated reader method
full
.
get-transaction-information
)) ¶automatically generated writer method
full
.
Generate a list passed to dex using #’apply. Specialized by each payment processor.
append
.
:most-specific-last
paypal
) (req request-with-content
)) ¶stripe
) (request request-with-content
)) ¶btcpay
) (req request-with-content
)) ¶Generate a request URL that is passed to Dex.
lisp-pay-api-call
)) ¶automatically generated reader method
lisp-pay-api-call
)) ¶automatically generated writer method
coinpayment-request
)) ¶coinpayment-request
)) ¶The computed hmac of the request.
hmac
.
tracking%information
)) ¶automatically generated reader method
id
.
tracking%update-or-cancel
)) ¶automatically generated reader method
id
.
tracking%information
)) ¶automatically generated writer method
id
.
tracking%update-or-cancel
)) ¶automatically generated writer method
id
.
subscriptions%delete
)) ¶automatically generated reader method
id
.
subscriptions%resume
)) ¶automatically generated reader method
id
.
subscriptions%cancel
)) ¶automatically generated reader method
id
.
subscriptions%update
)) ¶automatically generated reader method
id
.
subscriptions%get
)) ¶automatically generated reader method
id
.
payment-methods%update
)) ¶automatically generated reader method
id
.
payment-methods%get
)) ¶automatically generated reader method
id
.
webhooks%delete
)) ¶automatically generated reader method
id
.
webhooks%update
)) ¶automatically generated reader method
id
.
webhooks%get
)) ¶automatically generated reader method
id
.
shipping%update
)) ¶automatically generated reader method
id
.
shipping%get
)) ¶automatically generated reader method
id
.
sessions%line-items
)) ¶automatically generated reader method
id
.
sessions%get
)) ¶automatically generated reader method
id
.
sessions%expire
)) ¶automatically generated reader method
id
.
prices%update
)) ¶automatically generated reader method
id
.
prices%id
)) ¶automatically generated reader method
id
.
products%delete
)) ¶automatically generated reader method
id
.
products%update
)) ¶automatically generated reader method
id
.
products%id
)) ¶automatically generated reader method
id
.
tokens%id
)) ¶automatically generated reader method
id
.
refunds%update
)) ¶automatically generated reader method
id
.
refunds%id
)) ¶automatically generated reader method
id
.
payouts%cancel
)) ¶automatically generated reader method
id
.
payouts%confirm
)) ¶automatically generated reader method
id
.
payouts%update
)) ¶automatically generated reader method
id
.
payouts%id
)) ¶automatically generated reader method
id
.
setup-intents%cancel
)) ¶automatically generated reader method
id
.
setup-intents%confirm
)) ¶automatically generated reader method
id
.
setup-intents%update
)) ¶automatically generated reader method
id
.
setup-intents%id
)) ¶automatically generated reader method
id
.
payment-intents%cancel
)) ¶automatically generated reader method
id
.
payment-intents%capture
)) ¶automatically generated reader method
id
.
payment-intents%confirm
)) ¶automatically generated reader method
id
.
payment-intents%update
)) ¶automatically generated reader method
id
.
payment-intents%id
)) ¶automatically generated reader method
id
.
mandates%id
)) ¶automatically generated reader method
id
.
file-links%update
)) ¶automatically generated reader method
id
.
file-links%id
)) ¶automatically generated reader method
id
.
files%id
)) ¶automatically generated reader method
id
.
events%id
)) ¶automatically generated reader method
id
.
disputes%close
)) ¶automatically generated reader method
id
.
disputes%update
)) ¶automatically generated reader method
id
.
disputes%id
)) ¶automatically generated reader method
id
.
customers%delete
)) ¶automatically generated reader method
id
.
customers%id
)) ¶automatically generated reader method
id
.
customers%update
)) ¶automatically generated reader method
id
.
charges%capture
)) ¶automatically generated reader method
id
.
charges%update
)) ¶automatically generated reader method
id
.
charges%id
)) ¶automatically generated reader method
id
.
balance-transactions%id
)) ¶automatically generated reader method
id
.
subscriptions%delete
)) ¶automatically generated writer method
id
.
subscriptions%resume
)) ¶automatically generated writer method
id
.
subscriptions%cancel
)) ¶automatically generated writer method
id
.
subscriptions%update
)) ¶automatically generated writer method
id
.
subscriptions%get
)) ¶automatically generated writer method
id
.
payment-methods%update
)) ¶automatically generated writer method
id
.
payment-methods%get
)) ¶automatically generated writer method
id
.
webhooks%delete
)) ¶automatically generated writer method
id
.
webhooks%update
)) ¶automatically generated writer method
id
.
webhooks%get
)) ¶automatically generated writer method
id
.
shipping%update
)) ¶automatically generated writer method
id
.
shipping%get
)) ¶automatically generated writer method
id
.
sessions%line-items
)) ¶automatically generated writer method
id
.
sessions%get
)) ¶automatically generated writer method
id
.
sessions%expire
)) ¶automatically generated writer method
id
.
prices%update
)) ¶automatically generated writer method
id
.
prices%id
)) ¶automatically generated writer method
id
.
products%delete
)) ¶automatically generated writer method
id
.
products%update
)) ¶automatically generated writer method
id
.
products%id
)) ¶automatically generated writer method
id
.
tokens%id
)) ¶automatically generated writer method
id
.
refunds%update
)) ¶automatically generated writer method
id
.
refunds%id
)) ¶automatically generated writer method
id
.
payouts%cancel
)) ¶automatically generated writer method
id
.
payouts%confirm
)) ¶automatically generated writer method
id
.
payouts%update
)) ¶automatically generated writer method
id
.
payouts%id
)) ¶automatically generated writer method
id
.
setup-intents%cancel
)) ¶automatically generated writer method
id
.
setup-intents%confirm
)) ¶automatically generated writer method
id
.
setup-intents%update
)) ¶automatically generated writer method
id
.
setup-intents%id
)) ¶automatically generated writer method
id
.
payment-intents%cancel
)) ¶automatically generated writer method
id
.
payment-intents%capture
)) ¶automatically generated writer method
id
.
payment-intents%confirm
)) ¶automatically generated writer method
id
.
payment-intents%update
)) ¶automatically generated writer method
id
.
payment-intents%id
)) ¶automatically generated writer method
id
.
mandates%id
)) ¶automatically generated writer method
id
.
file-links%update
)) ¶automatically generated writer method
id
.
file-links%id
)) ¶automatically generated writer method
id
.
files%id
)) ¶automatically generated writer method
id
.
events%id
)) ¶automatically generated writer method
id
.
disputes%close
)) ¶automatically generated writer method
id
.
disputes%update
)) ¶automatically generated writer method
id
.
disputes%id
)) ¶automatically generated writer method
id
.
customers%delete
)) ¶automatically generated writer method
id
.
customers%id
)) ¶automatically generated writer method
id
.
customers%update
)) ¶automatically generated writer method
id
.
charges%capture
)) ¶automatically generated writer method
id
.
charges%update
)) ¶automatically generated writer method
id
.
charges%id
)) ¶automatically generated writer method
id
.
balance-transactions%id
)) ¶automatically generated writer method
id
.
get-conversion-information
)) ¶automatically generated reader method
id
.
get-withdrawal-information
)) ¶automatically generated reader method
id
.
cancel-withdrawal
)) ¶automatically generated reader method
id
.
get-conversion-information
)) ¶automatically generated writer method
id
.
get-withdrawal-information
)) ¶automatically generated writer method
id
.
cancel-withdrawal
)) ¶automatically generated writer method
id
.
update-pbn-profile
)) ¶automatically generated reader method
update-pbn-profile
)) ¶automatically generated writer method
stores-pull-payments%all
)) ¶automatically generated reader method
stores-pull-payments%all
)) ¶automatically generated writer method
public-pull-payments%get-payouts
)) ¶automatically generated reader method
public-pull-payments%get-payouts
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
invoices%send
)) ¶automatically generated reader method
invoices%remind
)) ¶automatically generated reader method
invoices%delete-external-refund
)) ¶automatically generated reader method
invoices%record-refund
)) ¶automatically generated reader method
invoices%delete-external-payment
)) ¶automatically generated reader method
invoices%record-payment
)) ¶automatically generated reader method
invoices%generate-qr-code
)) ¶automatically generated reader method
invoices%cancel
)) ¶automatically generated reader method
invoices%details
)) ¶automatically generated reader method
invoices%update-invoice
)) ¶automatically generated reader method
invoices%delete
)) ¶automatically generated reader method
invoices%send
)) ¶automatically generated writer method
invoices%remind
)) ¶automatically generated writer method
invoices%delete-external-refund
)) ¶automatically generated writer method
invoices%record-refund
)) ¶automatically generated writer method
invoices%delete-external-payment
)) ¶automatically generated writer method
invoices%record-payment
)) ¶automatically generated writer method
invoices%generate-qr-code
)) ¶automatically generated writer method
invoices%cancel
)) ¶automatically generated writer method
invoices%details
)) ¶automatically generated writer method
invoices%update-invoice
)) ¶automatically generated writer method
invoices%delete
)) ¶automatically generated writer method
misc%invoice-checkout-page
)) ¶automatically generated reader method
stores-lightning%get-invoice
)) ¶automatically generated reader method
lightning-internal%get-invoice
)) ¶automatically generated reader method
stores-invoices%activate-payment-method
)) ¶automatically generated reader method
stores-invoices%unarchive
)) ¶automatically generated reader method
stores-invoices%mark-status
)) ¶automatically generated reader method
stores-invoices%payment-methods
)) ¶automatically generated reader method
stores-invoices%update
)) ¶automatically generated reader method
stores-invoices%archive
)) ¶automatically generated reader method
stores-invoices%get
)) ¶automatically generated reader method
misc%invoice-checkout-page
)) ¶automatically generated writer method
stores-lightning%get-invoice
)) ¶automatically generated writer method
lightning-internal%get-invoice
)) ¶automatically generated writer method
stores-invoices%activate-payment-method
)) ¶automatically generated writer method
stores-invoices%unarchive
)) ¶automatically generated writer method
stores-invoices%mark-status
)) ¶automatically generated writer method
stores-invoices%payment-methods
)) ¶automatically generated writer method
stores-invoices%update
)) ¶automatically generated writer method
stores-invoices%archive
)) ¶automatically generated writer method
stores-invoices%get
)) ¶automatically generated writer method
no-dispatcher-found
)) ¶no-dispatcher-found
)) ¶ipn
.
unsupported-ipn
)) ¶unsupported-ipn
)) ¶ipn
.
no-dispatcher-found
)) ¶no-dispatcher-found
)) ¶create-withdrawal
)) ¶automatically generated reader method
get-callback-address
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated writer method
get-callback-address
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
coinpayment-request
)) ¶coinpayment-request
)) ¶The users public key
key
.
get-callback-address
)) ¶automatically generated reader method
get-callback-address
)) ¶automatically generated writer method
stores-wallet-on-chain%transactions
)) ¶automatically generated reader method
stores-wallet-on-chain%transactions
)) ¶automatically generated writer method
misc%invoice-checkout-page
)) ¶automatically generated reader method
misc%invoice-checkout-page
)) ¶automatically generated writer method
get-withdrawal-history
)) ¶automatically generated reader method
get-transaction-ids
)) ¶automatically generated reader method
get-withdrawal-history
)) ¶automatically generated writer method
get-transaction-ids
)) ¶automatically generated writer method
stores-wallet-on-chain%transactions
)) ¶automatically generated reader method
stores-wallet-on-chain%transactions
)) ¶automatically generated writer method
create-transfer
)) ¶automatically generated reader method
create-transfer
)) ¶automatically generated writer method
coinpayment-request
)) ¶coinpayment-request
)) ¶The private key used to sign the requests.
paypal-api-failure
)) ¶paypal-api-failure
)) ¶Message key from the response
btcpay-api-failure-obj-list-entry
)) ¶automatically generated reader method
btcpay-api-failure-obj-single
)) ¶automatically generated reader method
btcpay-api-failure-obj-list-entry
)) ¶automatically generated writer method
btcpay-api-failure-obj-single
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
paypal-api-failure
)) ¶automatically generated reader method
name
.
paypal-api-failure
)) ¶automatically generated writer method
name
.
update-pbn-profile
)) ¶automatically generated reader method
name
.
claim-pbn-tag
)) ¶automatically generated reader method
name
.
no-dispatcher-found
)) ¶name
.
update-pbn-profile
)) ¶automatically generated writer method
name
.
claim-pbn-tag
)) ¶automatically generated writer method
name
.
no-dispatcher-found
)) ¶name
.
get-withdrawal-history
)) ¶automatically generated reader method
get-transaction-ids
)) ¶automatically generated reader method
get-withdrawal-history
)) ¶automatically generated writer method
get-transaction-ids
)) ¶automatically generated writer method
disputes%get
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated writer method
required-slots-not-bound
)) ¶required-slots-not-bound
)) ¶create-withdrawal
)) ¶automatically generated reader method
note
.
create-transfer
)) ¶automatically generated reader method
note
.
create-withdrawal
)) ¶automatically generated writer method
note
.
create-transfer
)) ¶automatically generated writer method
note
.
notifications%remove
)) ¶automatically generated reader method
notifications%update
)) ¶automatically generated reader method
notifications%get
)) ¶automatically generated reader method
notifications%remove
)) ¶automatically generated writer method
notifications%update
)) ¶automatically generated writer method
notifications%get
)) ¶automatically generated writer method
buy-pbn-tags
)) ¶automatically generated reader method
num
.
buy-pbn-tags
)) ¶automatically generated writer method
num
.
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview
)) ¶automatically generated writer method
stores-invoices%payment-methods
)) ¶automatically generated reader method
stores-invoices%payment-methods
)) ¶automatically generated writer method
orders%capture
)) ¶automatically generated reader method
orders%authorize
)) ¶automatically generated reader method
orders%details
)) ¶automatically generated reader method
orders%update
)) ¶automatically generated reader method
orders%capture
)) ¶automatically generated writer method
orders%authorize
)) ¶automatically generated writer method
orders%details
)) ¶automatically generated writer method
orders%update
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
page
.
subscriptions-plans%list
)) ¶automatically generated reader method
page
.
referenced-payouts-batch%details
)) ¶automatically generated reader method
page
.
payouts-batch%details
)) ¶automatically generated reader method
page
.
invoices-templates%list
)) ¶automatically generated reader method
page
.
invoices%search
)) ¶automatically generated reader method
page
.
invoices%list
)) ¶automatically generated reader method
page
.
products%list
)) ¶automatically generated reader method
page
.
search-transactions%list
)) ¶automatically generated writer method
page
.
subscriptions-plans%list
)) ¶automatically generated writer method
page
.
referenced-payouts-batch%details
)) ¶automatically generated writer method
page
.
payouts-batch%details
)) ¶automatically generated writer method
page
.
invoices-templates%list
)) ¶automatically generated writer method
page
.
invoices%search
)) ¶automatically generated writer method
page
.
invoices%list
)) ¶automatically generated writer method
page
.
products%list
)) ¶automatically generated writer method
page
.
webhooks%list-event-notifications
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated reader method
subscriptions-plans%list
)) ¶automatically generated reader method
referenced-payouts-batch%details
)) ¶automatically generated reader method
payouts-batch%details
)) ¶automatically generated reader method
invoices-templates%list
)) ¶automatically generated reader method
invoices%search
)) ¶automatically generated reader method
invoices%list
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated reader method
products%list
)) ¶automatically generated reader method
webhooks%list-event-notifications
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated writer method
subscriptions-plans%list
)) ¶automatically generated writer method
referenced-payouts-batch%details
)) ¶automatically generated writer method
payouts-batch%details
)) ¶automatically generated writer method
invoices-templates%list
)) ¶automatically generated writer method
invoices%search
)) ¶automatically generated writer method
invoices%list
)) ¶automatically generated writer method
disputes%get
)) ¶automatically generated writer method
products%list
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
Attempts to parse ’data’ into a plist with keys that match the IPN class definitions in classes.lisp.
array
)) ¶Convert an array which contains the raw post data into a plist representing the IPN. This method assumes the array provided is not unsigned-byte 8 so it converts it.
string
)) ¶Parse a www-url-form-encoded string into something that can be used to make a coinpayment ipn object.
list
)) ¶stores-lightning%get-payment
)) ¶automatically generated reader method
lightning-internal%get-payment
)) ¶automatically generated reader method
stores-lightning%get-payment
)) ¶automatically generated writer method
lightning-internal%get-payment
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
stores-payout-processors%update-lightning-automated
)) ¶automatically generated reader method
stores-payout-processors%get-lightning-automated
)) ¶automatically generated reader method
stores-payout-processors%update-automated
)) ¶automatically generated reader method
stores-payout-processors%get-automated
)) ¶automatically generated reader method
store-payout-processors%remove
)) ¶automatically generated reader method
stores-invoices%activate-payment-method
)) ¶automatically generated reader method
stores-custodians%get-depost-address
)) ¶automatically generated reader method
stores-payout-processors%update-lightning-automated
)) ¶automatically generated writer method
stores-payout-processors%get-lightning-automated
)) ¶automatically generated writer method
stores-payout-processors%update-automated
)) ¶automatically generated writer method
stores-payout-processors%get-automated
)) ¶automatically generated writer method
store-payout-processors%remove
)) ¶automatically generated writer method
stores-invoices%activate-payment-method
)) ¶automatically generated writer method
stores-custodians%get-depost-address
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
payment-requests%update
)) ¶automatically generated reader method
payment-requests%archive
)) ¶automatically generated reader method
payment-requests%get
)) ¶automatically generated reader method
payment-requests%update
)) ¶automatically generated writer method
payment-requests%archive
)) ¶automatically generated writer method
payment-requests%get
)) ¶automatically generated writer method
referenced-payouts-item%cancel-unclaimed
)) ¶automatically generated reader method
payouts-item%cancel-unclaimed
)) ¶automatically generated reader method
payouts-item%details
)) ¶automatically generated reader method
referenced-payouts-item%cancel-unclaimed
)) ¶automatically generated writer method
payouts-item%cancel-unclaimed
)) ¶automatically generated writer method
payouts-item%details
)) ¶automatically generated writer method
store-payouts%mark-paid
)) ¶automatically generated reader method
store-payouts%cancel
)) ¶automatically generated reader method
store-payouts%approve
)) ¶automatically generated reader method
public-pull-payments%get-payout
)) ¶automatically generated reader method
store-payouts%mark-paid
)) ¶automatically generated writer method
store-payouts%cancel
)) ¶automatically generated writer method
store-payouts%approve
)) ¶automatically generated writer method
public-pull-payments%get-payout
)) ¶automatically generated writer method
get-pbn-profile-information
)) ¶automatically generated reader method
create-withdrawal
)) ¶automatically generated reader method
create-transfer
)) ¶automatically generated reader method
get-pbn-profile-information
)) ¶automatically generated writer method
create-withdrawal
)) ¶automatically generated writer method
create-transfer
)) ¶automatically generated writer method
authorize%authorize
)) ¶automatically generated reader method
authorize%authorize
)) ¶automatically generated writer method
subscribtions-plans%update-pricing-schemas
)) ¶automatically generated reader method
subscribtions-plans%deactivate
)) ¶automatically generated reader method
subscribtions-plans%activate
)) ¶automatically generated reader method
subscribtions-plans%details
)) ¶automatically generated reader method
subscribtions-plans%update
)) ¶automatically generated reader method
subscribtions-plans%update-pricing-schemas
)) ¶automatically generated writer method
subscribtions-plans%deactivate
)) ¶automatically generated writer method
subscribtions-plans%activate
)) ¶automatically generated writer method
subscribtions-plans%details
)) ¶automatically generated writer method
subscribtions-plans%update
)) ¶automatically generated writer method
subscriptions-plans%list
)) ¶automatically generated reader method
subscriptions-plans%list
)) ¶automatically generated writer method
unsupported-ipn
)) ¶unsupported-ipn
)) ¶coinpayment-request
)) ¶coinpayment-request
)) ¶The computed post string.
api-response-class
)) ¶api-response-class
)) ¶The processor used.
lisp-pay-condition
)) ¶lisp-pay-condition
)) ¶store-payout-processors%remove
)) ¶automatically generated reader method
store-payout-processors%remove
)) ¶automatically generated writer method
subscriptions-plans%list
)) ¶automatically generated reader method
products%details
)) ¶automatically generated reader method
products%update
)) ¶automatically generated reader method
subscriptions-plans%list
)) ¶automatically generated writer method
products%details
)) ¶automatically generated writer method
products%update
)) ¶automatically generated writer method
web-profiles%details
)) ¶automatically generated reader method
web-profiles%partial-update
)) ¶automatically generated reader method
web-profiles%update
)) ¶automatically generated reader method
web-profiles%delete
)) ¶automatically generated reader method
web-profiles%details
)) ¶automatically generated writer method
web-profiles%partial-update
)) ¶automatically generated writer method
web-profiles%update
)) ¶automatically generated writer method
web-profiles%delete
)) ¶automatically generated writer method
public-pull-payments%get-payout
)) ¶automatically generated reader method
public-pull-payments%create-payout
)) ¶automatically generated reader method
public-pull-payments%get-payouts
)) ¶automatically generated reader method
public-pull-payments%get
)) ¶automatically generated reader method
stores-pull-payments%archive
)) ¶automatically generated reader method
public-pull-payments%get-payout
)) ¶automatically generated writer method
public-pull-payments%create-payout
)) ¶automatically generated writer method
public-pull-payments%get-payouts
)) ¶automatically generated writer method
public-pull-payments%get
)) ¶automatically generated writer method
stores-pull-payments%archive
)) ¶automatically generated writer method
lisp-pay-api-call
)) ¶lisp-pay-api-call
)) ¶automatically generated writer method
lisp-pay-api-call
)) ¶automatically generated reader method
lisp-pay-api-call
)) ¶automatically generated writer method
Returns the raw body of request.
Read JSON
authorize%authorize
)) ¶automatically generated reader method
authorize%authorize
)) ¶automatically generated writer method
partner%get-data
)) ¶automatically generated reader method
partner%get-data
)) ¶automatically generated writer method
payments-refunds%details
)) ¶automatically generated reader method
payments-refunds%details
)) ¶automatically generated writer method
coinpayment-request
)) ¶When given a constructed REQUEST object, attempts to use the object to make
a request to the coinpayments API. If successfully returns a ’good-response object,
if there was a failure with your values then returns a ’bad-response object.
See the definition of ’response for information on the slots.
coinpayment-response
)) ¶the request object.
coinpayment-response
)) ¶the request object.
Returns the headers for REQUEST.
required-slots-not-bound
)) ¶required-slots-not-bound
)) ¶coinpayment-request
)) ¶coinpayment-request
)) ¶A list of required slots.
coinpayment-response
)) ¶coinpayment-response
)) ¶The parsed result.
identity-userinfo&profile-info
)) ¶automatically generated reader method
identity-userinfo&profile-info
)) ¶automatically generated writer method
notifications%all
)) ¶automatically generated reader method
seen
.
notifications%all
)) ¶automatically generated writer method
seen
.
authorize%authorize
)) ¶automatically generated reader method
authorize%authorize
)) ¶automatically generated writer method
invoices%update-invoice
)) ¶automatically generated reader method
invoices%update-invoice
)) ¶automatically generated writer method
invoices%update-invoice
)) ¶automatically generated reader method
invoices%update-invoice
)) ¶automatically generated writer method
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
currency-prices
)) ¶automatically generated reader method
currency-prices
)) ¶automatically generated writer method
stores-wallet-on-chain%transactions
)) ¶automatically generated reader method
skip
.
notifications%all
)) ¶automatically generated reader method
skip
.
stores-wallet-on-chain%transactions
)) ¶automatically generated writer method
skip
.
notifications%all
)) ¶automatically generated writer method
skip
.
stripe-api-class
)) ¶automatically generated reader method
stripe-api-class
)) ¶automatically generated writer method
get-withdrawal-history
)) ¶automatically generated reader method
get-transaction-ids
)) ¶automatically generated reader method
get-withdrawal-history
)) ¶automatically generated writer method
get-transaction-ids
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
billing%list-transactions
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
billing%list-transactions
)) ¶automatically generated writer method
webhooks%list-event-notifications
)) ¶automatically generated reader method
subscriptions%transactions
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated reader method
webhooks%list-event-notifications
)) ¶automatically generated writer method
subscriptions%transactions
)) ¶automatically generated writer method
disputes%get
)) ¶automatically generated writer method
no-dispatcher-found
)) ¶no-dispatcher-found
)) ¶unknown-status
)) ¶unknown-status
)) ¶stripe-api-class
)) ¶automatically generated reader method
api-response-class
)) ¶HTTP status code.
api-response-condition
)) ¶stripe-api-class
)) ¶automatically generated writer method
api-response-class
)) ¶HTTP status code.
api-response-condition
)) ¶stores-wallet-on-chain%transactions
)) ¶automatically generated reader method
stores-wallet-on-chain%transactions
)) ¶automatically generated writer method
paypal-api-failure
)) ¶automatically generated reader method
paypal-api-failure
)) ¶automatically generated writer method
no-dispatcher-found
)) ¶no-dispatcher-found
)) ¶search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
stores%remove
)) ¶automatically generated reader method
stores%update
)) ¶automatically generated reader method
stores%get
)) ¶automatically generated reader method
stores-wallet-on-chain%get-utxos
)) ¶automatically generated reader method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated reader method
stores-wallet-on-chain%get-transaction
)) ¶automatically generated reader method
stores-wallet-on-chain%create-wallet-transaction
)) ¶automatically generated reader method
stores-wallet-on-chain%transactions
)) ¶automatically generated reader method
stores-wallet-on-chain%unreserve
)) ¶automatically generated reader method
stores-wallet-on-chain%address
)) ¶automatically generated reader method
stores-wallet-on-chain%fee-rate
)) ¶automatically generated reader method
stores-wallet-on-chain%all
)) ¶automatically generated reader method
stores-users%remove
)) ¶automatically generated reader method
stores-users%add
)) ¶automatically generated reader method
stores-users%all
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated reader method
stores-payment-methods-on-chain%preview
)) ¶automatically generated reader method
stores-payment-methods-on-chain%generate-wallet
)) ¶automatically generated reader method
stores-payment-methods-on-chain%remove
)) ¶automatically generated reader method
stores-payment-methods-on-chain%update
)) ¶automatically generated reader method
stores-payment-methods-on-chain%get
)) ¶automatically generated reader method
stores-payment-methods-on-chain%all
)) ¶automatically generated reader method
stores-payment-methods-lnurl%remove
)) ¶automatically generated reader method
stores-payment-methods-lnurl%update
)) ¶automatically generated reader method
stores-payment-methods-lnurl%get
)) ¶automatically generated reader method
stores-payment-methods-lnurl%all
)) ¶automatically generated reader method
stores-payment-methods-lightning%remove
)) ¶automatically generated reader method
stores-payment-methods-lightning%update
)) ¶automatically generated reader method
stores-payment-methods-lightning%get
)) ¶automatically generated reader method
stores-payment-methods-lightning%all
)) ¶automatically generated reader method
store-payment-methods%all
)) ¶automatically generated reader method
server-email%send
)) ¶automatically generated reader method
server-email%update
)) ¶automatically generated reader method
server-email%all
)) ¶automatically generated reader method
store-payouts%mark-paid
)) ¶automatically generated reader method
store-payouts%cancel
)) ¶automatically generated reader method
store-payouts%approve
)) ¶automatically generated reader method
store-payouts%all
)) ¶automatically generated reader method
store-payouts%create
)) ¶automatically generated reader method
stores-pull-payments%archive
)) ¶automatically generated reader method
stores-pull-payments%create
)) ¶automatically generated reader method
stores-pull-payments%all
)) ¶automatically generated reader method
stores-payout-processors%all-lightning-automated
)) ¶automatically generated reader method
stores-payout-processors%update-all-automated
)) ¶automatically generated reader method
stores-payout-processors%all-automated
)) ¶automatically generated reader method
stores-payout-processors%update-lightning-automated
)) ¶automatically generated reader method
stores-payout-processors%get-lightning-automated
)) ¶automatically generated reader method
stores-payout-processors%update-automated
)) ¶automatically generated reader method
stores-payout-processors%get-automated
)) ¶automatically generated reader method
store-payout-processors%remove
)) ¶automatically generated reader method
stores-payout-processors%all
)) ¶automatically generated reader method
payment-requests%update
)) ¶automatically generated reader method
payment-requests%archive
)) ¶automatically generated reader method
payment-requests%get
)) ¶automatically generated reader method
payment-requests%create
)) ¶automatically generated reader method
payment-requests%all
)) ¶automatically generated reader method
stores-lightning%create-invoice
)) ¶automatically generated reader method
stores-lightning%pay-invoice
)) ¶automatically generated reader method
stores-lightning%get-invoice
)) ¶automatically generated reader method
stores-lightning%get-payment
)) ¶automatically generated reader method
stores-lightning%deposit-address
)) ¶automatically generated reader method
stores-lightning%open-channel
)) ¶automatically generated reader method
stores-lightning%get-channels
)) ¶automatically generated reader method
stores-lightning%connect
)) ¶automatically generated reader method
stores-lightning%balance
)) ¶automatically generated reader method
stores-lightning%info
)) ¶automatically generated reader method
stores-invoices%activate-payment-method
)) ¶automatically generated reader method
stores-invoices%unarchive
)) ¶automatically generated reader method
stores-invoices%mark-status
)) ¶automatically generated reader method
stores-invoices%payment-methods
)) ¶automatically generated reader method
stores-invoices%update
)) ¶automatically generated reader method
stores-invoices%archive
)) ¶automatically generated reader method
stores-invoices%get
)) ¶automatically generated reader method
stores-invoices%create
)) ¶automatically generated reader method
stores-invoices%all
)) ¶automatically generated reader method
stores-custodians%get-withdrawal-info
)) ¶automatically generated reader method
stores-custodians%withdraw-to-store-wallet
)) ¶automatically generated reader method
stores-custodians%get-depost-address
)) ¶automatically generated reader method
stores-custodians%trade-assets
)) ¶automatically generated reader method
stores-custodians%get-trading-quote
)) ¶automatically generated reader method
stores-custodians%delete-account
)) ¶automatically generated reader method
stores-custodians%update-account
)) ¶automatically generated reader method
stores-custodians%get-account
)) ¶automatically generated reader method
stores-custodians%new
)) ¶automatically generated reader method
stores-custodians%get
)) ¶automatically generated reader method
stores-apps%new
)) ¶automatically generated reader method
stores-webhooks%redeliver-object
)) ¶automatically generated reader method
stores-webhooks%get-delivery-object
)) ¶automatically generated reader method
stores-webhooks%get-delivery-info
)) ¶automatically generated reader method
stores-webhooks%latest-deliveries
)) ¶automatically generated reader method
stores-webhooks%delete
)) ¶automatically generated reader method
stores-webhooks%update
)) ¶automatically generated reader method
stores-webhooks%get
)) ¶automatically generated reader method
stores-webhooks%create
)) ¶automatically generated reader method
stores-webhooks%all
)) ¶automatically generated reader method
stores%remove
)) ¶automatically generated writer method
stores%update
)) ¶automatically generated writer method
stores%get
)) ¶automatically generated writer method
stores-wallet-on-chain%get-utxos
)) ¶automatically generated writer method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated writer method
stores-wallet-on-chain%get-transaction
)) ¶automatically generated writer method
stores-wallet-on-chain%create-wallet-transaction
)) ¶automatically generated writer method
stores-wallet-on-chain%transactions
)) ¶automatically generated writer method
stores-wallet-on-chain%unreserve
)) ¶automatically generated writer method
stores-wallet-on-chain%address
)) ¶automatically generated writer method
stores-wallet-on-chain%fee-rate
)) ¶automatically generated writer method
stores-wallet-on-chain%all
)) ¶automatically generated writer method
stores-users%remove
)) ¶automatically generated writer method
stores-users%add
)) ¶automatically generated writer method
stores-users%all
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview-proposed
)) ¶automatically generated writer method
stores-payment-methods-on-chain%preview
)) ¶automatically generated writer method
stores-payment-methods-on-chain%generate-wallet
)) ¶automatically generated writer method
stores-payment-methods-on-chain%remove
)) ¶automatically generated writer method
stores-payment-methods-on-chain%update
)) ¶automatically generated writer method
stores-payment-methods-on-chain%get
)) ¶automatically generated writer method
stores-payment-methods-on-chain%all
)) ¶automatically generated writer method
stores-payment-methods-lnurl%remove
)) ¶automatically generated writer method
stores-payment-methods-lnurl%update
)) ¶automatically generated writer method
stores-payment-methods-lnurl%get
)) ¶automatically generated writer method
stores-payment-methods-lnurl%all
)) ¶automatically generated writer method
stores-payment-methods-lightning%remove
)) ¶automatically generated writer method
stores-payment-methods-lightning%update
)) ¶automatically generated writer method
stores-payment-methods-lightning%get
)) ¶automatically generated writer method
stores-payment-methods-lightning%all
)) ¶automatically generated writer method
store-payment-methods%all
)) ¶automatically generated writer method
server-email%send
)) ¶automatically generated writer method
server-email%update
)) ¶automatically generated writer method
server-email%all
)) ¶automatically generated writer method
store-payouts%mark-paid
)) ¶automatically generated writer method
store-payouts%cancel
)) ¶automatically generated writer method
store-payouts%approve
)) ¶automatically generated writer method
store-payouts%all
)) ¶automatically generated writer method
store-payouts%create
)) ¶automatically generated writer method
stores-pull-payments%archive
)) ¶automatically generated writer method
stores-pull-payments%create
)) ¶automatically generated writer method
stores-pull-payments%all
)) ¶automatically generated writer method
stores-payout-processors%all-lightning-automated
)) ¶automatically generated writer method
stores-payout-processors%update-all-automated
)) ¶automatically generated writer method
stores-payout-processors%all-automated
)) ¶automatically generated writer method
stores-payout-processors%update-lightning-automated
)) ¶automatically generated writer method
stores-payout-processors%get-lightning-automated
)) ¶automatically generated writer method
stores-payout-processors%update-automated
)) ¶automatically generated writer method
stores-payout-processors%get-automated
)) ¶automatically generated writer method
store-payout-processors%remove
)) ¶automatically generated writer method
stores-payout-processors%all
)) ¶automatically generated writer method
payment-requests%update
)) ¶automatically generated writer method
payment-requests%archive
)) ¶automatically generated writer method
payment-requests%get
)) ¶automatically generated writer method
payment-requests%create
)) ¶automatically generated writer method
payment-requests%all
)) ¶automatically generated writer method
stores-lightning%create-invoice
)) ¶automatically generated writer method
stores-lightning%pay-invoice
)) ¶automatically generated writer method
stores-lightning%get-invoice
)) ¶automatically generated writer method
stores-lightning%get-payment
)) ¶automatically generated writer method
stores-lightning%deposit-address
)) ¶automatically generated writer method
stores-lightning%open-channel
)) ¶automatically generated writer method
stores-lightning%get-channels
)) ¶automatically generated writer method
stores-lightning%connect
)) ¶automatically generated writer method
stores-lightning%balance
)) ¶automatically generated writer method
stores-lightning%info
)) ¶automatically generated writer method
stores-invoices%activate-payment-method
)) ¶automatically generated writer method
stores-invoices%unarchive
)) ¶automatically generated writer method
stores-invoices%mark-status
)) ¶automatically generated writer method
stores-invoices%payment-methods
)) ¶automatically generated writer method
stores-invoices%update
)) ¶automatically generated writer method
stores-invoices%archive
)) ¶automatically generated writer method
stores-invoices%get
)) ¶automatically generated writer method
stores-invoices%create
)) ¶automatically generated writer method
stores-invoices%all
)) ¶automatically generated writer method
stores-custodians%get-withdrawal-info
)) ¶automatically generated writer method
stores-custodians%withdraw-to-store-wallet
)) ¶automatically generated writer method
stores-custodians%get-depost-address
)) ¶automatically generated writer method
stores-custodians%trade-assets
)) ¶automatically generated writer method
stores-custodians%get-trading-quote
)) ¶automatically generated writer method
stores-custodians%delete-account
)) ¶automatically generated writer method
stores-custodians%update-account
)) ¶automatically generated writer method
stores-custodians%get-account
)) ¶automatically generated writer method
stores-custodians%new
)) ¶automatically generated writer method
stores-custodians%get
)) ¶automatically generated writer method
stores-apps%new
)) ¶automatically generated writer method
stores-webhooks%redeliver-object
)) ¶automatically generated writer method
stores-webhooks%get-delivery-object
)) ¶automatically generated writer method
stores-webhooks%get-delivery-info
)) ¶automatically generated writer method
stores-webhooks%latest-deliveries
)) ¶automatically generated writer method
stores-webhooks%delete
)) ¶automatically generated writer method
stores-webhooks%update
)) ¶automatically generated writer method
stores-webhooks%get
)) ¶automatically generated writer method
stores-webhooks%create
)) ¶automatically generated writer method
stores-webhooks%all
)) ¶automatically generated writer method
authorize%authorize
)) ¶automatically generated reader method
authorize%authorize
)) ¶automatically generated writer method
lisp-pay-api-call
)) ¶lisp-pay-api-call
)) ¶automatically generated writer method
subscriptions%transactions
)) ¶automatically generated reader method
subscriptions%suspend
)) ¶automatically generated reader method
subscriptions%revise
)) ¶automatically generated reader method
subscriptions%capture
)) ¶automatically generated reader method
subscriptions%cancel
)) ¶automatically generated reader method
subscriptions%activate
)) ¶automatically generated reader method
subscriptions%details
)) ¶automatically generated reader method
subscriptions%update
)) ¶automatically generated reader method
subscriptions%transactions
)) ¶automatically generated writer method
subscriptions%suspend
)) ¶automatically generated writer method
subscriptions%revise
)) ¶automatically generated writer method
subscriptions%capture
)) ¶automatically generated writer method
subscriptions%cancel
)) ¶automatically generated writer method
subscriptions%activate
)) ¶automatically generated writer method
subscriptions%details
)) ¶automatically generated writer method
subscriptions%update
)) ¶automatically generated writer method
create-fixed-price-transaction
)) ¶automatically generated reader method
create-fixed-price-transaction
)) ¶automatically generated writer method
delete-pbn-tag
)) ¶automatically generated reader method
renew-pbn-tag
)) ¶automatically generated reader method
claim-pbn-tag
)) ¶automatically generated reader method
delete-pbn-tag
)) ¶automatically generated writer method
renew-pbn-tag
)) ¶automatically generated writer method
claim-pbn-tag
)) ¶automatically generated writer method
notifications%all
)) ¶automatically generated reader method
take
.
notifications%all
)) ¶automatically generated writer method
take
.
invoices-templates%details
)) ¶automatically generated reader method
invoices-templates%update
)) ¶automatically generated reader method
invoices-templates%delete
)) ¶automatically generated reader method
invoices-templates%details
)) ¶automatically generated writer method
invoices-templates%update
)) ¶automatically generated writer method
invoices-templates%delete
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
conversion-limits
)) ¶automatically generated reader method
to
.
convert-coins
)) ¶automatically generated reader method
to
.
conversion-limits
)) ¶automatically generated writer method
to
.
convert-coins
)) ¶automatically generated writer method
to
.
Convert ELE to an array
stores-custodians%get-trading-quote
)) ¶automatically generated reader method
stores-custodians%get-trading-quote
)) ¶automatically generated writer method
paypal
)) ¶paypal
)) ¶Paypal token, this is used for every api call except receiving the token itself.
expired-token
)) ¶expired-token
)) ¶subscriptions-plans%list
)) ¶automatically generated reader method
referenced-payouts-batch%details
)) ¶automatically generated reader method
payouts-batch%details
)) ¶automatically generated reader method
subscriptions-plans%list
)) ¶automatically generated writer method
referenced-payouts-batch%details
)) ¶automatically generated writer method
payouts-batch%details
)) ¶automatically generated writer method
invoices%search
)) ¶automatically generated reader method
invoices%list
)) ¶automatically generated reader method
products%list
)) ¶automatically generated reader method
invoices%search
)) ¶automatically generated writer method
invoices%list
)) ¶automatically generated writer method
products%list
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
webhooks%list-event-notifications
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated reader method
invoices%delete-external-refund
)) ¶automatically generated reader method
invoices%delete-external-payment
)) ¶automatically generated reader method
webhooks%list-event-notifications
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated writer method
invoices%delete-external-refund
)) ¶automatically generated writer method
invoices%delete-external-payment
)) ¶automatically generated writer method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated reader method
stores-wallet-on-chain%get-transaction
)) ¶automatically generated reader method
stores-wallet-on-chain%patch-transaction-info
)) ¶automatically generated writer method
stores-wallet-on-chain%get-transaction
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
search-transactions%list
)) ¶automatically generated reader method
search-transactions%list
)) ¶automatically generated writer method
get-transaction-information
)) ¶automatically generated reader method
txid
.
get-multiple-transaction-information
)) ¶automatically generated reader method
txid
.
get-transaction-information
)) ¶automatically generated writer method
txid
.
get-multiple-transaction-information
)) ¶automatically generated writer method
txid
.
disputes%get
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated writer method
disputes%get
)) ¶automatically generated reader method
disputes%get
)) ¶automatically generated writer method
update-pbn-profile
)) ¶automatically generated reader method
url
.
update-pbn-profile
)) ¶automatically generated writer method
url
.
stores-users%remove
)) ¶automatically generated reader method
stores-users%remove
)) ¶automatically generated writer method
users%lock
)) ¶automatically generated reader method
users%delete
)) ¶automatically generated reader method
users%lock
)) ¶automatically generated writer method
users%delete
)) ¶automatically generated writer method
create-withdrawal
)) ¶Special method for create-transfer which has two slots one of either must be set.
create-transfer
)) ¶Special method for create-transfer which has two slots one of either must be set.
coinpayment-request
)) ¶When an instance of REQUEST is initialized, afterwards this will guarantee that all of the slots that are required for that api call have been set. If any haven’t then signals a condition of type ’required-slots-not-bound.
A generic function to verify the integrity of a request while
PRIVATE-KEY and RAW-POST are in different formats. Depending on the request,
I think PRIVATE-KEY is either meant to be your private-api key, or your private IPN key.
IPN key for validating IPN’s and private api key for sending requests to the API.
Generic means of verifying a webhook from Paypal. Just a simple wrapper around #’%verify-paypal-webhook which extracts the extracts the required information from the headers.
coinpayment-request
)) ¶coinpayment-request
)) ¶The API version.
create-mass-withdrawal
)) ¶automatically generated reader method
wd
.
create-mass-withdrawal
)) ¶automatically generated writer method
wd
.
webhooks%list-event-subscriptions
)) ¶automatically generated reader method
webhooks%details
)) ¶automatically generated reader method
webhooks%update
)) ¶automatically generated reader method
webhooks%delete
)) ¶automatically generated reader method
webhooks%list-event-subscriptions
)) ¶automatically generated writer method
webhooks%details
)) ¶automatically generated writer method
webhooks%update
)) ¶automatically generated writer method
webhooks%delete
)) ¶automatically generated writer method
stores-webhooks%redeliver-object
)) ¶automatically generated reader method
stores-webhooks%get-delivery-object
)) ¶automatically generated reader method
stores-webhooks%get-delivery-info
)) ¶automatically generated reader method
stores-webhooks%latest-deliveries
)) ¶automatically generated reader method
stores-webhooks%delete
)) ¶automatically generated reader method
stores-webhooks%update
)) ¶automatically generated reader method
stores-webhooks%get
)) ¶automatically generated reader method
stores-webhooks%redeliver-object
)) ¶automatically generated writer method
stores-webhooks%get-delivery-object
)) ¶automatically generated writer method
stores-webhooks%get-delivery-info
)) ¶automatically generated writer method
stores-webhooks%latest-deliveries
)) ¶automatically generated writer method
stores-webhooks%delete
)) ¶automatically generated writer method
stores-webhooks%update
)) ¶automatically generated writer method
stores-webhooks%get
)) ¶automatically generated writer method
stores-custodians%get-withdrawal-info
)) ¶automatically generated reader method
stores-custodians%get-withdrawal-info
)) ¶automatically generated writer method
Write JSON
renew-pbn-tag
)) ¶automatically generated reader method
renew-pbn-tag
)) ¶automatically generated writer method
lisp-pay-api-call
) &rest initargs) ¶sb-mop
.
lisp-pay-api-call
) &rest initargs) ¶sb-mop
.
coinpayment-request
) &rest initargs &key &allow-other-keys) ¶After initialization this confirms that all required slots have been filled, computes the alist for the post request which is passed to dex:post, computes a list of those same post parameters which is used for generating a hmac header, and then finally computes that hmac header.
api-failure
) stream) ¶api-response-condition
) stream) ¶api-response-class
) stream) ¶request-with-content
) stream) ¶bad-response
) stream) ¶lisp-pay-api-call
) (metaclass funcallable-standard-class
)) ¶sb-mop
.
lisp-pay-api-slot
) (metaclass standard-class
)) ¶sb-mop
.
HTTP Status code
:status-code
The dex response object
:dex-response
A per API failure object
(quote nil)
:api-failure
Top level api condition
:token
error
.
The current value of *processor*
:processor
Signalled when an IPN dispatcher cant be found.
The STATUS in question.
:status
The number of ARGS for the dispatcher.
:arg-count
The ipn-type of the dispatcher.
:ipn-type
The status-type of the dispatcher.
:status-type
Signalled when you try to instantiate a class but dont set required slots
signalled when an unknown status code is received.
The unknown status code.
:status
Signalled when an attempt was made to construct an unsupported IPN.
API errors cover any other type of problem (e.g., a temporary problem with Stripe’s servers), and are extremely uncommon.
"api_error"
:error-type
API Failure superclass.
:api-key
HTTP status code.
:status-code
The Dex response.
:dex-response
The processor used.
:processor
array
:permissions
:application-name
lisp-pay/btcpay::bool
t
:strict
lisp-pay/btcpay::bool
:selective-stores
string
:redirect
string
:application-identifier
:agreement-id
:agreement-id
:agreement-id
:agreement-id
:agreement-id
:agreement-id
:agreement-id
:agreement-id
string
"3e88ac02bba3af5c053af8260008c6cc890e3b74"
:api-key
"https://btcpay.test.btcbank.li"
:base-url
(quote lisp-pay:lisp-pay-api-call)
:api-metaclass
(setf coin)
.
coin
.
(setf num)
.
num
.
"buy_pbn_tags"
(quote (lisp-pay/coinpayments:coin lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
Card errors are the most common type of error you should expect to handle. They result when the user enters a card that can’t be charged for some reason.
"claim_pbn_tag"
(quote (lisp-pay/coinpayments:tagid lisp-pay/coinpayments:name lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:tagid
(setf from)
.
from
.
(setf to)
.
to
.
"convert_limits"
(quote (lisp-pay/coinpayments:from lisp-pay/coinpayments:to lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
"convert"
(quote (lisp-pay/coinpayments:amount lisp-pay/coinpayments:from lisp-pay/coinpayments:to lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:amount
string
:address
string
:dest-tag
(setf address)
.
address
.
(setf amount)
.
amount
.
(setf buyer-email)
.
buyer-email
.
(setf buyer-name)
.
buyer-name
.
(setf cancel-url)
.
cancel-url
.
(setf currency1)
.
currency1
.
(setf currency2)
.
currency2
.
(setf custom)
.
custom
.
(setf invoice)
.
invoice
.
(setf ipn-url)
.
ipn-url
.
(setf item-name)
.
item-name
.
(setf item-number)
.
item-number
.
(setf success-url)
.
success-url
.
"create_transaction"
(quote (lisp-pay/coinpayments:amount lisp-pay/coinpayments:currency1 lisp-pay/coinpayments:currency2 lisp-pay/coinpayments:buyer-email lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:amount
string
:currency1
string
:currency2
string
:buyer-email
string
:address
string
:buyer-name
string
:item-name
string
:item-number
string
:invoice
string
:custom
string
:ipn-url
string
:success-url
string
:cancel-url
"create_transfer"
(quote (lisp-pay/coinpayments:amount lisp-pay/coinpayments:currency lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:amount
string
:currency
string
:merchant
string
:pbntag
string
:auto-confirm
(setf add_tx_fee)
.
add_tx_fee
.
(setf address)
.
address
.
(setf amount)
.
amount
.
(setf auto-confirm)
.
auto-confirm
.
(setf currency)
.
currency
.
(setf currency2)
.
currency2
.
(setf dest-tag)
.
dest-tag
.
(setf domain)
.
domain
.
(setf ipn-url)
.
ipn-url
.
(setf note)
.
note
.
(setf pbntag)
.
pbntag
.
validate-slots
.
"create_withdrawal"
(quote (lisp-pay/coinpayments:currency lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:amount
string
:add_tx_fee
string
:currency
string
:currency2
string
:address
string
:pbntag
string
:domain
string
:dest-tag
string
:ipn-url
string
:auto-confirm
"rates"
(quote (lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:short
string
:accepted
api-keys%delete
.
api-keys%revoke
.
customers%delete
.
invoices%delete
.
invoices%delete-external-payment
.
invoices%delete-external-refund
.
invoices-templates%delete
.
notifications%remove
.
payment-requests%archive
.
products%delete
.
store-payout-processors%remove
.
store-payouts%cancel
.
stores%remove
.
stores-apps%delete
.
stores-custodians%delete-account
.
stores-invoices%archive
.
stores-payment-methods-lightning%remove
.
stores-payment-methods-lnurl%remove
.
stores-payment-methods-on-chain%remove
.
stores-pull-payments%archive
.
stores-users%remove
.
stores-wallet-on-chain%unreserve
.
stores-webhooks%delete
.
subscriptions%cancel
.
subscriptions%delete
.
users%delete
.
users%delete-me
.
users%lock
.
web-profiles%delete
.
webhooks%delete
.
webhooks%delete
.
(quote dexador:delete)
:dispute-id
:start-time
:disputed-transaction_id
:page-size
:next-page-token
:dispute-state
:update-time-before
:update-time-after
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
:dispute-id
In Escrow (if you are using SetEscrow)
"internal server error"
"service unavailable"
"bad request"
"unsupported media type"
"method not allowed"
"not found"
"bad request"
"not acceptable"
"forbidden"
"unprocessable entity"
"unprocessable entity"
"get_callback_address"
(quote (lisp-pay/coinpayments:currency lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:currency
string
:ipn-url
string
:label
string
:eip55
"get_deposit_address"
(quote (lisp-pay/coinpayments:currency lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:currency
api-keys%get
.
authorize%authorize
.
balance%get-balance
.
balance-transactions%all
.
balance-transactions%id
.
billing%information
.
billing%list-transactions
.
charges%all
.
charges%id
.
customers%all
.
customers%id
.
disputes%all
.
disputes%details
.
disputes%get
.
disputes%id
.
events%all
.
events%id
.
file-links%all
.
file-links%id
.
files%all
.
files%id
.
health%get
.
identity-userinfo&profile-info
.
invoices%details
.
invoices%list
.
invoices-templates%details
.
invoices-templates%list
.
lightning-internal%balance
.
lightning-internal%get-channels
.
lightning-internal%get-invoice
.
lightning-internal%get-payment
.
lightning-internal%info
.
mandates%id
.
misc%invoice-checkout-page
.
misc%language-codes
.
misc%permission-metadata
.
notifications%all
.
notifications%get
.
orders%details
.
partner%get-data
.
payment-intents%all
.
payment-intents%id
.
payment-methods%get
.
payment-requests%all
.
payment-requests%get
.
payments-authorization%details
.
payments-captures%details
.
payments-refunds%details
.
payout-processors%all
.
payouts%all
.
payouts%id
.
payouts-batch%details
.
payouts-item%details
.
prices%all
.
prices%id
.
products%all
.
products%details
.
products%id
.
products%list
.
public-pull-payments%get
.
public-pull-payments%get-payout
.
public-pull-payments%get-payouts
.
referenced-payouts-batch%details
.
referenced-payouts-item%cancel-unclaimed
.
refunds%all
.
refunds%id
.
search-balances%list
.
search-transactions%list
.
server-email%all
.
server-info%all
.
sessions%all
.
sessions%get
.
sessions%line-items
.
setup-attempts%all
.
setup-intents%all
.
setup-intents%id
.
shipping%all
.
shipping%get
.
store-payment-methods%all
.
store-payouts%all
.
stores%all
.
stores%get
.
stores-apps%get
.
stores-custodians%all
.
stores-custodians%get
.
stores-custodians%get-account
.
stores-custodians%get-depost-address
.
stores-custodians%get-trading-quote
.
stores-custodians%get-withdrawal-info
.
stores-invoices%all
.
stores-invoices%get
.
stores-invoices%payment-methods
.
stores-lightning%balance
.
stores-lightning%get-channels
.
stores-lightning%get-invoice
.
stores-lightning%get-payment
.
stores-lightning%info
.
stores-payment-methods-lightning%all
.
stores-payment-methods-lightning%get
.
stores-payment-methods-lnurl%all
.
stores-payment-methods-lnurl%get
.
stores-payment-methods-on-chain%all
.
stores-payment-methods-on-chain%get
.
stores-payment-methods-on-chain%preview
.
stores-payout-processors%all
.
stores-payout-processors%all-automated
.
stores-payout-processors%all-lightning-automated
.
stores-payout-processors%get-automated
.
stores-payout-processors%get-lightning-automated
.
stores-pull-payments%all
.
stores-users%all
.
stores-wallet-on-chain%address
.
stores-wallet-on-chain%all
.
stores-wallet-on-chain%fee-rate
.
stores-wallet-on-chain%get-transaction
.
stores-wallet-on-chain%get-utxos
.
stores-wallet-on-chain%transactions
.
stores-webhooks%all
.
stores-webhooks%get
.
stores-webhooks%get-delivery-info
.
stores-webhooks%get-delivery-object
.
stores-webhooks%latest-deliveries
.
subscribtions-plans%details
.
subscriptions%all
.
subscriptions%details
.
subscriptions%get
.
subscriptions-plans%list
.
tokens%id
.
tracking%information
.
users%all
.
users%get
.
users%info
.
web-profiles%details
.
web-profiles%list
.
webhooks%all
.
webhooks%details
.
webhooks%get
.
webhooks%list
.
webhooks%list-event-notifications
.
webhooks%list-event-subscriptions
.
webhooks%list-event-types
.
webhooks%notification-details
.
(quote dexador:get)
"get_tx_ids"
(quote (lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:limit
string
:start
string
:newer
"get_tx_info"
(quote (lisp-pay/coinpayments:txid lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
"get_withdrawal_history"
(quote (lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:limit
string
:start
string
:newer
:schema
Idempotency errors occur when an Idempotency-Key is re-used on a request that does not match the first request’s API endpoint and parameters.
"indempotency_error"
:error-type
Invalid request errors arise when your request has invalid parameters.
"invalid_request_error"
:error-type
:invoice-id
:invoice-id
:invoice-id
:invoice-id
:invoice-id
:invoice-id
:invoice-id
:invoice-id
:template-id
:template-id
:template-id
:crypto-code
:crypto-code
:crypto-code
:crypto-code
:crypto-code
:crypto-code
:crypto-code
:crypto-code
funcallable-standard-class
.
:endpoint
:genned-slot-names
:query-slot-names
:query-constructor
slot-definition
.
String version of the slot-name. When set this is used in place of the slot name when encoding in the Query string.
string
:as-string
Cancelled/Timed out
Paypal Refund or Reversal
:notification-id
:notification-id
:notification-id
We have confirmed coin reception from the buyer.
Payment complete
:order-id
:order-id
:order-id
:referral-id
(quote dexador:patch)
:store-id
:store-id
:authorization-id
:authorization-id
:authorization-id
:authorization-id
:capture-id
:capture-id
:refund-id
:batch-id
:page-size
:fields
:total-required
:payout-id
:payout-id
"https://api-m.paypal.com"
:base-url
Paypal token, this is used for every api call except receiving the token itself.
(or lisp-pay/paypal:token null)
:token
string
"embuo5-j3kwfsejyy5mtqd8hm9jezbxjkuuj2d9jwkwwas1e05ejp4a1wlpnuufd3yyiokzrsxjs9oub"
:secret-id
"atiizbwbh3_qd_y3p3azqiqlbih9mvtdsttr4alopqftd5ebzooqejllt0o6-hlf95_vj2gadaihp5ee"
:client-id
(quote lisp-pay:lisp-pay-api-call)
:api-metaclass
"https://api-m.sandbox.paypal.com"
:base-url
"multipart/related"
api-keys%new
.
billing%bill-balance
.
billing%cancel
.
billing%create
.
billing%execute
.
billing%re-activate
.
billing%set-balance
.
billing%suspend
.
charges%capture
.
charges%create
.
charges%update
.
customers%create
.
customers%update
.
disputes%close
.
disputes%update
.
disputes-actions%accept-claim
.
disputes-actions%accept-resolve
.
disputes-actions%acknowledge-return
.
disputes-actions%adjudicate
.
disputes-actions%deny-resolve
.
disputes-actions%escalate
.
disputes-actions%offer-resolve
.
disputes-actions%require-evidence
.
file-links%create
.
file-links%update
.
identity-account%disable-properties
.
identity-account%set-properties
.
identity-applications%create
.
invoices%cancel
.
invoices%create-draft
.
invoices%generate-invoice-number
.
invoices%generate-qr-code
.
invoices%record-payment
.
invoices%record-refund
.
invoices%remind
.
invoices%search
.
invoices%send
.
invoices-templates%create
.
lightning-internal%connect
.
lightning-internal%create-invoice
.
lightning-internal%deposit-address
.
lightning-internal%open-channel
.
lightning-internal%pay-invoice
.
orders%authorize
.
orders%capture
.
orders%create
.
partner%create
.
payment-intents%cancel
.
payment-intents%capture
.
payment-intents%confirm
.
payment-intents%create
.
payment-intents%update
.
payment-methods%create
.
payment-methods%update
.
payment-requests%create
.
payments-authorization%capture
.
payments-authorization%reauthorize
.
payments-authorization%void
.
payments-captures%refund
.
payouts%cancel
.
payouts%confirm
.
payouts%create
.
payouts%update
.
payouts-batch%create
.
payouts-item%cancel-unclaimed
.
post-files-request
.
prices%create
.
prices%update
.
products%create
.
products%create
.
products%update
.
public-pull-payments%create-payout
.
referenced-payouts-batch%create
.
referenced-payouts-item%create
.
refunds%create
.
refunds%update
.
server-email%send
.
sessions%create
.
sessions%expire
.
setup-intents%cancel
.
setup-intents%confirm
.
setup-intents%create
.
setup-intents%update
.
shipping%create
.
shipping%update
.
store-payouts%approve
.
store-payouts%create
.
store-payouts%mark-paid
.
stores%create
.
stores-apps%new
.
stores-custodians%new
.
stores-custodians%trade-assets
.
stores-custodians%withdraw-to-store-wallet
.
stores-invoices%activate-payment-method
.
stores-invoices%create
.
stores-invoices%mark-status
.
stores-invoices%unarchive
.
stores-lightning%connect
.
stores-lightning%create-invoice
.
stores-lightning%deposit-address
.
stores-lightning%open-channel
.
stores-lightning%pay-invoice
.
stores-payment-methods-on-chain%generate-wallet
.
stores-payment-methods-on-chain%preview-proposed
.
stores-pull-payments%create
.
stores-users%add
.
stores-wallet-on-chain%create-wallet-transaction
.
stores-webhooks%create
.
stores-webhooks%redeliver-object
.
subscribtions-plans%activate
.
subscribtions-plans%create
.
subscribtions-plans%deactivate
.
subscribtions-plans%update-pricing-schemas
.
subscriptions%activate
.
subscriptions%cancel
.
subscriptions%capture
.
subscriptions%create
.
subscriptions%create
.
subscriptions%resume
.
subscriptions%revise
.
subscriptions%suspend
.
subscriptions%transactions
.
subscriptions%update
.
tokens%create
.
tracking%batch
.
users%create
.
web-profiles%create
.
webhooks%create
.
webhooks%create
.
webhooks%resend-event
.
webhooks%simulate-event
.
webhooks%update
.
(quote dexador:post)
:product-id
:product-id
:pull-payment-id
:pull-payment-id
invoices%update-invoice
.
invoices-templates%update
.
notifications%update
.
payment-requests%update
.
server-email%update
.
stores%update
.
stores-custodians%update-account
.
stores-invoices%update
.
stores-payment-methods-lightning%update
.
stores-payment-methods-lnurl%update
.
stores-payment-methods-on-chain%update
.
stores-payout-processors%update-all-automated
.
stores-payout-processors%update-automated
.
stores-payout-processors%update-lightning-automated
.
stores-webhooks%update
.
tracking%update-or-cancel
.
(quote dexador:put)
:batch-id
:page-size
:fields
:total-required
:payout-id
"renew_pbn_tag"
(quote (lisp-pay/coinpayments:tagid lisp-pay/coinpayments:coin lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:tagid
string
:years
Top level request class
funcallable-standard-object
.
(quote dexador:get)
:request-fun
This slot is read-only.
"application/json"
:content-type
list
:content
Top level response class
(setf balance-affecting-records-only)
.
balance-affecting-records-only
.
(setf end-date)
.
end-date
.
(setf fields)
.
fields
.
(setf page)
.
page
.
(setf page-size)
.
page-size
.
(setf payment-instrument-type)
.
payment-instrument-type
.
(setf start-date)
.
start-date
.
(setf store-id)
.
store-id
.
(setf terminal-id)
.
terminal-id
.
(setf transaction-amount)
.
transaction-amount
.
(setf transaction-currency)
.
transaction-currency
.
(setf transaction-id)
.
transaction-id
.
(setf transaction-status)
.
transaction-status
.
(setf transaction-type)
.
transaction-type
.
:transaction-id
:transaction-type
:transaction-status
:transaction-amount
:transaction-currency
:start-date
:end-date
:payment-instrument-type
:store-id
:terminal-id
:fields
:balance-affecting-records-only
:page-size
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:app-id
:app-id
:store-id
:store-id
:account-id
string
:from-asset
string
:to-asset
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:store-id
:crypto-code
array
:status-filter
string
:label-filter
integer
:skip
integer
:limit
:store-id
:store-id
"sk_test_51jn99bkazowtfvdknr4rjy5oqpkbruv6b613wj3afhpm76nl9qauaupswzo9nzxcalg8s1buwspewl9tdd2u28bn00d2defuqi"
:api-key
(or keyword string)
:public-key
"2020-08-27"
:api-version
"https://api.stripe.com"
:base-url
(quote lisp-pay:lisp-pay-api-call)
:api-metaclass
(setf decline-code)
.
decline-code
.
(setf doc-url)
.
doc-url
.
(setf error-type)
.
error-type
.
(setf message)
.
message
.
(setf param)
.
param
.
(setf parent-condition)
.
parent-condition
.
(setf payment-intent)
.
payment-intent
.
(setf payment-method)
.
payment-method
.
(setf payment-method-type)
.
payment-method-type
.
(setf setup-intent)
.
setup-intent
.
(setf source)
.
source
.
(setf status-code)
.
status-code
.
:error-type
:parent-condition
:status-code
:decline-code
:message
:param
:payment-intent
:doc-url
:payment-method
:payment-method-type
:setup-intent
:source
:plan-id
:plan-id
:plan-id
:plan-id
:plan-id
:sub-id
:sub-id
:sub-id
:sub-id
:sub-id
:sub-id
:sub-id
:page-size
:product-id
:plan-ids
:total-required
PayPal Pending (eChecks of other types of holds)
local-time:timestamp
:expires-in
This slot is read-only.
(or null string)
:app-id
This slot is read-only.
string
:token-type
This slot is read-only.
string
:access-token
This slot is read-only.
queued for nightly payout. (if you have Payout Mode for this coin set to Nightly)
"update_pbn_tag"
(quote (lisp-pay/coinpayments:tagid lisp-pay/coinpayments:merchant-secret-key lisp-pay/coinpayments:key))
string
:email
string
:image
:user-id-or-email
:user-id-or-email
:user-id-or-email
:profile-id
:profile-id
:profile-id
:profile-id
:webhook-id
:webhook-id
:anchor-time
:page-size
:transaction-id
:event-type
:start-time
:end-time
:webhook-id
:event-id
:event-id
:webhook-id
Waiting for buyer funds.
A hash-table of key values representing the strings and their converted counterparts
A list of symbols and their string counterparts
Convert the algo string into a keyword.
Generate the bytes used to verify the signature.
Extract the original hmac and compare it with a newly computed HMAC. Returns two values, validp and the raw body.
Convert everything that is not an array to an array and then compute a hmac. Return a hex string as the final result.
After calling CONSTRUCT-STATUS this is called in an attempt to determine whether the status is part of the API not implemented yet.
body
.
quri
.
Given a number N attempts to determine which IPN-STATUS object to create,
you can see all of the available status classes within classes.lisp. If it cannot match
the numbers specifically then more general classes are used based on the coinpayments
’loose’ recommendations for future proofing, this is done with DETERMINE-UNKNOWN-STATUS.
x509v3-certificate
)) ¶Verifies the message signature using ALGO.
(eql :sha256withrsa)
) public-key signature message) ¶lisp-pay-api-slot
)) ¶lisp-pay-api-slot
)) ¶String version of the slot-name. When set this is used in place of the slot name when encoding in the Query string.
Download the CERT-URL and convert it to the relevant objects for ALGO.
(eql :sha256withrsa)
) cert-url) ¶card-error
)) ¶automatically generated reader method
card-error
)) ¶automatically generated writer method
Construct the default initargs for a response object.
This can be specialized for a more advanced response object like those provided by Stripe
append
.
:most-specific-last
stripe
) (req post-files-request
)) ¶Based on REQUEST SLOT and SLOT-NAME encode the slot in a HTTP Query param format Uses #’encode-query-value for value encoding.
Given a SLOT and a VALUE encodes the value correctly for a HTTP Query param. Encode differently based on the type of the Value.
sequence
)) ¶When a VALUE is sequence, then we will encode it like a query param array.
(eql t)
)) ¶(eql nil)
)) ¶number
)) ¶string
)) ¶invalid-request-error
)) ¶automatically generated reader method
indempotency-error
)) ¶automatically generated reader method
card-error
)) ¶automatically generated reader method
invalid-request-error
)) ¶automatically generated writer method
indempotency-error
)) ¶automatically generated writer method
card-error
)) ¶automatically generated writer method
btcpay-api-failure-obj-list
)) ¶automatically generated reader method
btcpay-api-failure-obj-list
)) ¶automatically generated writer method
coinpayment-request
)) ¶coinpayment-request
)) ¶An optional nonce that should be one higher than the previous
btcpay-api-failure-obj-list-entry
)) ¶automatically generated reader method
path
.
btcpay-api-failure-obj-list-entry
)) ¶automatically generated writer method
path
.
Generic means of getting the response body.
coinpayment-request
)) ¶coinpayment-request
)) ¶The response format. Default JSON.
Generic means of getting the response headers.
Generic means of getting the response quri.
Generic means of getting the response-status.
Signals a condition when C is a condition.
structure-object
.
common-lisp
.
list
:issues
The base class for all API requests.
buy-pbn-tags
.
cancel-withdrawal
.
claim-pbn-coupon
.
claim-pbn-tag
.
conversion-limits
.
convert-coins
.
create-fixed-price-transaction
.
create-mass-withdrawal
.
create-transfer
.
create-withdrawal
.
currency-prices
.
delete-pbn-tag
.
get-basic-info
.
get-callback-address
.
get-coin-balances
.
get-conversion-information
.
get-deposit-address
.
get-multiple-transaction-information
.
get-pbn-profile-information
.
get-pbn-tag-list
.
get-transaction-ids
.
get-transaction-information
.
get-withdrawal-history
.
get-withdrawal-information
.
renew-pbn-tag
.
update-pbn-profile
.
(setf cmd)
.
cmd
.
compute-dex-alist
.
compute-final-hmac
.
compute-post-params
.
convert-merchant-secret-key
.
(setf dex-alist)
.
dex-alist
.
(setf hmac)
.
hmac
.
initialize-instance
.
(setf key)
.
key
.
(setf merchant-secret-key)
.
merchant-secret-key
.
(setf nonce)
.
nonce
.
(setf post-string)
.
post-string
.
request
.
(setf required)
.
required
.
(setf response-format)
.
response-format
.
validate-slots
.
(setf version)
.
version
.
The API version.
string
"1"
:version
A computed a list of all post vars for sending as form-urlencoded.
list
The computed post string.
string
The private key used to sign the requests.
string
:merchant-secret-key
An optional nonce that should be one higher than the previous
string
:nonce
The response format. Default JSON.
common-lisp
.
string
"json"
:format
A list of required slots.
list
:required
A class for putting the parsed results.
The parsed ’error’ slot.
:error-slot
The parsed result.
:result-slot
The other values returned by dex:post
:dex-extra
the request object.
:request
lisp-pay-api-slot
.
standard-direct-slot-definition
.
lisp-pay-api-slot
.
standard-effective-slot-definition
.
Jump to: | %
(
A B C D E F G H I K L M N O P Q R S T U V W Y |
---|
Jump to: | %
(
A B C D E F G H I K L M N O P Q R S T U V W Y |
---|
Jump to: | *
A B C D E F G H I K L M N O P Q R S T U V W Y |
---|
Jump to: | *
A B C D E F G H I K L M N O P Q R S T U V W Y |
---|
Jump to: | A B C D E F G H I L M N O P R S T U W Z |
---|
Jump to: | A B C D E F G H I L M N O P R S T U W Z |
---|