This is the stripe Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:47:43 2024 GMT+0.
stripe/stripe.asd
stripe/package.lisp
stripe/common.lisp
stripe/error.lisp
stripe/object.lisp
stripe/query.lisp
stripe/balance.lisp
stripe/balance-transaction.lisp
stripe/card.lisp
stripe/charge.lisp
stripe/coupon.lisp
stripe/credit-note.lisp
stripe/customer.lisp
stripe/customer-balance-transaction.lisp
stripe/customer-tax-id.lisp
stripe/discount.lisp
stripe/invoice.lisp
stripe/invoice-item.lisp
stripe/order.lisp
stripe/payout.lisp
stripe/plan.lisp
stripe/product.lisp
stripe/refund.lisp
stripe/return.lisp
stripe/session.lisp
stripe/sku.lisp
stripe/subscription.lisp
stripe/subscription-item.lisp
stripe/token.lisp
The main system appears first, followed by any subsystem dependency.
stripe
A client for the Stripe payment API.
Atlas Engineer LLC
Michael Fiano <mail@mfiano.net>
MIT
dexador
(system).
golden-utils
(system).
local-time
(system).
yason
(system).
package.lisp
(file).
common.lisp
(file).
error.lisp
(file).
object.lisp
(file).
query.lisp
(file).
balance.lisp
(file).
balance-transaction.lisp
(file).
card.lisp
(file).
charge.lisp
(file).
coupon.lisp
(file).
credit-note.lisp
(file).
customer.lisp
(file).
customer-balance-transaction.lisp
(file).
customer-tax-id.lisp
(file).
discount.lisp
(file).
invoice.lisp
(file).
invoice-item.lisp
(file).
order.lisp
(file).
payout.lisp
(file).
plan.lisp
(file).
product.lisp
(file).
refund.lisp
(file).
return.lisp
(file).
session.lisp
(file).
sku.lisp
(file).
subscription.lisp
(file).
subscription-item.lisp
(file).
token.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
stripe/stripe.asd
stripe/package.lisp
stripe/common.lisp
stripe/error.lisp
stripe/object.lisp
stripe/query.lisp
stripe/balance.lisp
stripe/balance-transaction.lisp
stripe/card.lisp
stripe/charge.lisp
stripe/coupon.lisp
stripe/credit-note.lisp
stripe/customer.lisp
stripe/customer-balance-transaction.lisp
stripe/customer-tax-id.lisp
stripe/discount.lisp
stripe/invoice.lisp
stripe/invoice-item.lisp
stripe/order.lisp
stripe/payout.lisp
stripe/plan.lisp
stripe/product.lisp
stripe/refund.lisp
stripe/return.lisp
stripe/session.lisp
stripe/sku.lisp
stripe/subscription.lisp
stripe/subscription-item.lisp
stripe/token.lisp
stripe/common.lisp
package.lisp
(file).
stripe
(system).
*api-key*
(special variable).
*api-version*
(special variable).
*base-url*
(special variable).
decode-list
(function).
decode-timestamp
(function).
normalize-json-key
(function).
normalize-string
(function).
stripe/error.lisp
common.lisp
(file).
stripe
(system).
account-already-exists
(condition).
account-country-invalid-address
(condition).
account-invalid
(condition).
account-number-invalid
(condition).
alipay-upgrade-required
(condition).
amount-too-large
(condition).
amount-too-small
(condition).
api-key-expired
(condition).
balance-insufficient
(condition).
bank-account-exists
(condition).
bank-account-unusable
(condition).
bank-account-unverified
(condition).
bitcoin-upgrade-required
(condition).
card-declined
(condition).
charge-already-captured
(condition).
charge-already-refunded
(condition).
charge-disputed
(condition).
charge-exceeds-source-limit
(condition).
charge-expired-for-capture
(condition).
country-unsupported
(condition).
coupon-expired
(condition).
customer-max-subscriptions
(condition).
email-invalid
(condition).
expired-card
(condition).
idempotency-key-in-use
(condition).
incorrect-cvc
(condition).
incorrect-number
(condition).
incorrect-zip
(condition).
instant-payouts-unsupported
(condition).
invalid-card-type
(condition).
invalid-charge-amount
(condition).
invalid-cvc
(condition).
invalid-expiry-month
(condition).
invalid-expiry-year
(condition).
invalid-number
(condition).
invalid-source-usage
(condition).
invoice-no-customer-line-items
(condition).
invoice-no-subscription-line-items
(condition).
invoice-not-editable
(condition).
invoice-upcoming-none
(condition).
livemode-mismatch
(condition).
missing
(condition).
not-allowed-on-standard-account
(condition).
order-creation-failed
(condition).
order-required-settings
(condition).
order-status-invalid
(condition).
order-upstream-timeout
(condition).
out-of-inventory
(condition).
parameter-invalid-empty
(condition).
parameter-invalid-integer
(condition).
parameter-invalid-string-blank
(condition).
parameter-invalid-string-empty
(condition).
parameter-missing
(condition).
parameter-unknown
(condition).
parameters-exclusive
(condition).
payment-intent-authentication-failure
(condition).
payment-intent-incompatible-payment-method
(condition).
payment-intent-invalid-parameter
(condition).
payment-intent-payment-attempt-failed
(condition).
payment-intent-unexpected-state
(condition).
payment-method-unexpected-state
(condition).
payouts-not-allowed
(condition).
platform-api-key-expired
(condition).
postal-code-invalid
(condition).
processing-error
(condition).
product-inactive
(condition).
rate-limit
(condition).
resource-already-exists
(condition).
resource-missing
(condition).
routing-number-invalid
(condition).
secret-key-required
(condition).
sepa-unsupported-account
(condition).
setup-attempt-failed
(condition).
setup-attempt-unexpected-state
(condition).
shipping-calculation-failed
(condition).
sku-inactive
(condition).
state-unsupported
(condition).
stripe-error
(condition).
tax-id-invalid
(condition).
taxes-calculation-failed
(condition).
testmode-charges-only
(condition).
tls-version-unsupported
(condition).
token-already-used
(condition).
token-in-use
(condition).
transfers-not-allowed
(condition).
upstream-order-creation-failed
(condition).
url-invalid
(condition).
decode-error
(function).
incorrect-address
(condition).
message
(reader method).
payment-method-unactivated
(condition).
stripe/object.lisp
error.lisp
(file).
stripe
(system).
address
(reader method).
address
(class).
billing-details
(class).
city
(reader method).
country
(reader method).
email
(reader method).
initialize-instance
(method).
initialize-instance
(method).
line1
(reader method).
line2
(reader method).
name
(reader method).
phone
(reader method).
postal-code
(reader method).
print-object
(method).
print-object
(method).
print-object
(method).
shipping
(class).
state
(reader method).
define-object
(macro).
stripe-object
(class).
stripe/query.lisp
object.lisp
(file).
stripe
(system).
define-query
(macro).
encode-key
(function).
encode-parameter
(generic function).
encode-type
(generic function).
encode-value
(function).
generate-url
(function).
json-boolean
(type).
json-boolean-p
(function).
post-parameter
(function).
post-parameters
(function).
query
(function).
stripe/balance.lisp
query.lisp
(file).
stripe
(system).
amount
(reader method).
available
(reader method).
balance
(class).
bank-account
(reader method).
card
(reader method).
currency
(reader method).
initialize-instance
(method).
initialize-instance
(method).
pending
(reader method).
print-object
(method).
print-object
(method).
retrieve-balance
(function).
balance-funds
(class).
stripe/balance-transaction.lisp
balance.lisp
(file).
stripe
(system).
amount
(reader method).
amount
(reader method).
application
(reader method).
available-on
(reader method).
balance-transaction
(class).
created
(reader method).
currency
(reader method).
currency
(reader method).
description
(reader method).
description
(reader method).
exchange-rate
(reader method).
fee
(reader method).
fee
(class).
fee-details
(reader method).
fee-type
(reader method).
id
(reader method).
initialize-instance
(method).
list-balance-history
(function).
net
(reader method).
print-object
(method).
print-object
(method).
source
(reader method).
status
(reader method).
transaction-type
(reader method).
retrieve-balance-transaction
(function).
stripe/card.lisp
balance-transaction.lisp
(file).
stripe
(system).
address
(reader method).
available-payment-methods
(reader method).
brand
(reader method).
card
(class).
country
(reader method).
create-card
(function).
customer
(reader method).
delete-card
(function).
exp-month
(reader method).
exp-year
(reader method).
fingerprint
(reader method).
funding
(reader method).
id
(reader method).
initialize-instance
(method).
last4
(reader method).
list-cards
(function).
name
(reader method).
print-object
(method).
retrieve-card
(function).
tokenization-method
(reader method).
update-card
(function).
stripe/charge.lisp
card.lisp
(file).
stripe
(system).
address-line1-check
(reader method).
address-postal-code-check
(reader method).
amount
(reader method).
amount-refunded
(reader method).
balance-transaction
(reader method).
billing-details
(reader method).
brand
(reader method).
captured
(reader method).
charge
(class).
checks
(reader method).
country
(reader method).
create-charge
(function).
created
(reader method).
currency
(reader method).
customer
(reader method).
cvc-check
(reader method).
description
(reader method).
dispute
(reader method).
exp-month
(reader method).
exp-year
(reader method).
failure-code
(reader method).
failure-message
(reader method).
fingerprint
(reader method).
fraud-details
(reader method).
funding
(reader method).
id
(reader method).
initialize-instance
(method).
initialize-instance
(method).
invoice
(reader method).
last4
(reader method).
list-charges
(function).
network-status
(reader method).
order
(reader method).
outcome
(reader method).
outcome-type
(reader method).
paid
(reader method).
payment-intent
(reader method).
payment-method
(reader method).
payment-method-details
(reader method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
reason
(reader method).
receipt-email
(reader method).
receipt-number
(reader method).
receipt-url
(reader method).
refunded
(reader method).
refunds
(reader method).
retrieve-charge
(function).
review
(reader method).
risk-level
(reader method).
risk-score
(reader method).
seller-message
(reader method).
shipping
(reader method).
statement-descriptor
(reader method).
status
(reader method).
stripe-report
(reader method).
three-d-secure
(reader method).
update-charge
(function).
user-report
(reader method).
wallet
(reader method).
charge-card-checks
(class).
charge-card-details
(class).
charge-fraud-details
(class).
charge-outcome
(class).
stripe/coupon.lisp
charge.lisp
(file).
stripe
(system).
amount-off
(reader method).
coupon
(class).
create-coupon
(function).
created
(reader method).
currency
(reader method).
delete-coupon
(function).
duration
(reader method).
duration-in-months
(reader method).
id
(reader method).
initialize-instance
(method).
list-coupons
(function).
max-redemptions
(reader method).
name
(reader method).
percent-off
(reader method).
print-object
(method).
redeem-by
(reader method).
retrieve-coupon
(function).
times-redeemed
(reader method).
update-coupon
(function).
valid
(reader method).
stripe/credit-note.lisp
coupon.lisp
(file).
stripe
(system).
amount
(reader method).
create-credit-note
(function).
created
(reader method).
credit-note
(class).
credit-note-number
(reader method).
credit-note-type
(reader method).
currency
(reader method).
customer
(reader method).
id
(reader method).
initialize-instance
(method).
invoice
(reader method).
list-credit-notes
(function).
memo
(reader method).
pdf
(reader method).
print-object
(method).
reason
(reader method).
refund
(reader method).
retrieve-credit-note
(function).
status
(reader method).
update-credit-note
(function).
void-credit-note
(function).
customer-balance-transaction
(reader method).
stripe/customer.lisp
credit-note.lisp
(file).
stripe
(system).
address
(reader method).
balance
(reader method).
create-customer
(function).
created
(reader method).
currency
(reader method).
customer
(class).
default-source
(reader method).
delete-customer
(function).
delinquent
(reader method).
description
(reader method).
discount
(reader method).
email
(reader method).
id
(reader method).
initialize-instance
(method).
list-customers
(function).
name
(reader method).
phone
(reader method).
print-object
(method).
retrieve-customer
(function).
shipping
(reader method).
sources
(reader method).
subscriptions
(reader method).
update-customer
(function).
stripe/customer-balance-transaction.lisp
customer.lisp
(file).
stripe
(system).
amount
(reader method).
create-customer-balance-transaction
(function).
created
(reader method).
credit-note
(reader method).
currency
(reader method).
customer
(reader method).
description
(reader method).
ending-balance
(reader method).
id
(reader method).
initialize-instance
(method).
invoice
(reader method).
list-customer-balance-transactions
(function).
print-object
(method).
retrieve-customer-balance-transaction
(function).
transaction-type
(reader method).
update-customer-balance-transaction
(function).
customer-balance-transaction
(class).
stripe/customer-tax-id.lisp
stripe
(system).
country
(reader method).
create-customer-tax-id
(function).
created
(reader method).
customer
(reader method).
delete-customer-tax-id
(function).
id
(reader method).
initialize-instance
(method).
list-customer-tax-ids
(function).
print-object
(method).
print-object
(method).
retrieve-customer-tax-id
(function).
status
(reader method).
tax-id-type
(reader method).
value
(reader method).
verification
(reader method).
verified-address
(reader method).
verified-name
(reader method).
customer-tax-id
(class).
tax-id-verification
(class).
stripe/discount.lisp
customer-tax-id.lisp
(file).
stripe
(system).
coupon
(reader method).
customer
(reader method).
delete-customer-discount
(function).
delete-subscription-discount
(function).
discount
(class).
end
(reader method).
initialize-instance
(method).
print-object
(method).
start
(reader method).
subscription
(reader method).
stripe/invoice.lisp
discount.lisp
(file).
stripe
(system).
account-country
(reader method).
account-name
(reader method).
amount
(reader method).
amount-due
(reader method).
amount-remaining
(reader method).
attempt-count
(reader method).
auto-advance
(reader method).
billing-reason
(reader method).
charge
(reader method).
collection-method
(reader method).
create-invoice
(function).
created
(reader method).
currency
(reader method).
currency
(reader method).
customer
(reader method).
customer-address
(reader method).
customer-email
(reader method).
customer-name
(reader method).
customer-phone
(reader method).
customer-shipping
(reader method).
default-payment-method
(reader method).
default-source
(reader method).
delete-invoice
(function).
description
(reader method).
description
(reader method).
discount
(reader method).
discountable
(reader method).
due-date
(reader method).
ending-balance
(reader method).
finalize-invoice
(function).
finalized-at
(reader method).
footer
(reader method).
hosted-invoice-url
(reader method).
id
(reader method).
id
(reader method).
initialize-instance
(method).
initialize-instance
(method).
invoice
(class).
invoice-item
(reader method).
invoice-number
(reader method).
invoice-pdf
(reader method).
lines
(reader method).
list-invoices
(function).
mark-invoice-uncollectible
(function).
marked-uncollectible-at
(reader method).
next-payment-attempt
(reader method).
paid
(reader method).
paid-at
(reader method).
pay-invoice
(function).
payment-intent
(reader method).
period
(reader method).
period-end
(reader method).
period-start
(reader method).
print-object
(method).
print-object
(method).
print-object
(method).
proration
(reader method).
quantity
(reader method).
receipt-number
(reader method).
retrieve-invoice
(function).
retrieve-invoice-lines
(function).
retrieve-upcoming-invoice
(function).
retrieve-upcoming-invoice-lines
(function).
send-invoice
(function).
source-type
(reader method).
starting-balance
(reader method).
status
(reader method).
status-transitions
(reader method).
subscription
(reader method).
subscription
(reader method).
subscription-item
(reader method).
subscription-proration-date
(reader method).
subtotal
(reader method).
tax
(reader method).
total
(reader method).
unified-proration
(reader method).
update-invoice
(function).
void-invoice
(function).
voided-at
(reader method).
webhooks-delivered-at
(reader method).
attempted
(reader method).
invoice-line
(class).
invoice-status-transition
(class).
post-payment-credit-notes-amount
(reader method).
pre-payment-credit-notes-amount
(reader method).
stripe/invoice-item.lisp
invoice.lisp
(file).
stripe
(system).
amount
(reader method).
create-invoice-item
(function).
currency
(reader method).
customer
(reader method).
date
(reader method).
delete-invoice-item
(function).
description
(reader method).
discountable
(reader method).
id
(reader method).
initialize-instance
(method).
invoice
(reader method).
invoice-item
(class).
list-invoice-items
(function).
period-end
(reader method).
period-start
(reader method).
plan
(reader method).
print-object
(method).
proration
(reader method).
quantity
(reader method).
retrieve-invoice-item
(function).
subscription
(reader method).
subscription-item
(reader method).
unified-proration
(reader method).
unit-amount
(reader method).
update-invoice-item
(function).
stripe/order.lisp
invoice-item.lisp
(file).
stripe
(system).
amount
(reader method).
amount
(reader method).
amount
(reader method).
amount-returned
(reader method).
carrier
(reader method).
charge
(reader method).
create-order
(function).
created
(reader method).
currency
(reader method).
currency
(reader method).
currency
(reader method).
customer
(reader method).
date
(reader method).
delivery-estimate
(reader method).
delivery-estimate-type
(reader method).
description
(reader method).
description
(reader method).
earliest
(reader method).
email
(reader method).
external-coupon-code
(reader method).
id
(reader method).
id
(reader method).
initialize-instance
(method).
initialize-instance
(method).
items
(reader method).
latest
(reader method).
list-orders
(function).
order
(class).
order-item-type
(reader method).
parent
(reader method).
pay-order
(function).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
quantity
(reader method).
retrieve-order
(function).
return-order
(function).
returns
(reader method).
selected-shipping-method
(reader method).
shipping
(reader method).
shipping-methods
(reader method).
status
(reader method).
status-transitions
(reader method).
tracking-number
(reader method).
update-order
(function).
updated
(reader method).
upstream-id
(reader method).
order-delivery-estimate
(class).
order-item
(class).
order-shipping
(class).
order-shipping-methods
(class).
stripe/payout.lisp
order.lisp
(file).
stripe
(system).
amount
(reader method).
arrival-date
(reader method).
automatic
(reader method).
balance-transaction
(reader method).
cancel-payout
(function).
create-payout
(function).
created
(reader method).
currency
(reader method).
description
(reader method).
destination
(reader method).
failure-balance-transaction
(reader method).
failure-code
(reader method).
failure-message
(reader method).
id
(reader method).
initialize-instance
(method).
list-payouts
(function).
payout-method
(reader method).
payout-type
(reader method).
print-object
(method).
retrieve-payout
(function).
source-type
(reader method).
statement-descriptor
(reader method).
status
(reader method).
payout
(class).
stripe/plan.lisp
payout.lisp
(file).
stripe
(system).
active
(reader method).
aggregate-usage
(reader method).
amount
(reader method).
billing-scheme
(reader method).
create-plan
(function).
created
(reader method).
currency
(reader method).
delete-plan
(function).
id
(reader method).
initialize-instance
(method).
interval
(reader method).
list-plans
(function).
nickname
(reader method).
plan
(class).
print-object
(method).
product
(reader method).
retrieve-plan
(function).
trial-period-days
(reader method).
update-plan
(function).
usage-type
(reader method).
stripe/product.lisp
plan.lisp
(file).
stripe
(system).
active
(reader method).
attributes
(reader method).
caption
(reader method).
create-product
(function).
created
(reader method).
delete-product
(function).
description
(reader method).
height
(reader method).
id
(reader method).
images
(reader method).
initialize-instance
(method).
list-products
(function).
name
(reader method).
package-dimensions
(reader method).
package-dimensions
(class).
package-length
(reader method).
print-object
(method).
print-object
(method).
product
(class).
product-type
(reader method).
retrieve-product
(function).
shippable
(reader method).
statement-descriptor
(reader method).
unit-label
(reader method).
update-product
(function).
updated
(reader method).
url
(reader method).
weight
(reader method).
width
(reader method).
stripe/refund.lisp
product.lisp
(file).
stripe
(system).
amount
(reader method).
balance-transaction
(reader method).
charge
(reader method).
create-refund
(function).
created
(reader method).
currency
(reader method).
failure-balance-transaction
(reader method).
failure-reason
(reader method).
id
(reader method).
initialize-instance
(method).
list-refunds
(function).
print-object
(method).
reason
(reader method).
receipt-number
(reader method).
refund
(class).
retrieve-refund
(function).
status
(reader method).
stripe/return.lisp
refund.lisp
(file).
stripe
(system).
amount
(reader method).
created
(reader method).
currency
(reader method).
id
(reader method).
initialize-instance
(method).
items
(reader method).
list-order-returns
(function).
order
(reader method).
print-object
(method).
refund
(reader method).
retrieve-order-return
(function).
order-return
(class).
stripe/session.lisp
return.lisp
(file).
stripe
(system).
create-session
(function).
currency
(reader method).
customer
(reader method).
customer-email
(reader method).
id
(reader method).
payment-intent
(reader method).
payment-status
(reader method).
print-object
(method).
retrieve-session
(function).
url
(reader method).
cancel-url
(reader method).
client-reference-id
(reader method).
line-items
(reader method).
metadata
(reader method).
mode
(reader method).
payment-method-types
(reader method).
session
(class).
success-url
(reader method).
stripe/sku.lisp
session.lisp
(file).
stripe
(system).
active
(reader method).
attributes
(reader method).
create-sku
(function).
created
(reader method).
currency
(reader method).
delete-sku
(function).
id
(reader method).
initialize-instance
(method).
inventory
(reader method).
inventory-type
(reader method).
list-skus
(function).
package-dimensions
(reader method).
price
(reader method).
print-object
(method).
print-object
(method).
product
(reader method).
quantity
(reader method).
retrieve-sku
(function).
update-sku
(function).
updated
(reader method).
value
(reader method).
image
(reader method).
sku
(class).
sku-inventory
(class).
stripe/subscription.lisp
sku.lisp
(file).
stripe
(system).
billing-cycle-anchor
(reader method).
cancel-at
(reader method).
cancel-at-period-end
(reader method).
cancel-subscription
(function).
canceled-at
(reader method).
collection-method
(reader method).
create-subscription
(function).
created
(reader method).
current-period-end
(reader method).
current-period-start
(reader method).
customer
(reader method).
days-until-due
(reader method).
default-payment-method
(reader method).
discount
(reader method).
ended-at
(reader method).
id
(reader method).
initialize-instance
(method).
items
(reader method).
latest-invoice
(reader method).
list-subscriptions
(function).
plan
(reader method).
print-object
(method).
quantity
(reader method).
retrieve-subscription
(function).
schedule
(reader method).
start
(reader method).
start-date
(reader method).
status
(reader method).
subscription
(class).
trial-end
(reader method).
trial-start
(reader method).
update-subscription
(function).
stripe/subscription-item.lisp
subscription.lisp
(file).
stripe
(system).
create-subscription-item
(function).
created
(reader method).
delete-subscription-item
(function).
id
(reader method).
initialize-instance
(method).
list-subscription-items
(function).
plan
(reader method).
print-object
(method).
quantity
(reader method).
retrieve-subscription-item
(function).
subscription
(reader method).
subscription-item
(class).
update-subscription-item
(function).
stripe/token.lisp
subscription-item.lisp
(file).
stripe
(system).
card
(reader method).
client-ip
(reader method).
create-card-token
(function).
created
(reader method).
id
(reader method).
initialize-instance
(method).
print-object
(method).
retrieve-card-token
(function).
used
(reader method).
card-token
(class).
Packages are listed by definition order.
stripe
common-lisp
.
*api-key*
(special variable).
*api-version*
(special variable).
account-already-exists
(condition).
account-country
(generic reader).
account-country-invalid-address
(condition).
account-invalid
(condition).
account-name
(generic reader).
account-number-invalid
(condition).
active
(generic reader).
address
(generic reader).
address
(class).
address-line1-check
(generic reader).
address-postal-code-check
(generic reader).
aggregate-usage
(generic reader).
alipay-upgrade-required
(condition).
amount
(generic reader).
amount-due
(generic reader).
amount-off
(generic reader).
amount-refunded
(generic reader).
amount-remaining
(generic reader).
amount-returned
(generic reader).
amount-too-large
(condition).
amount-too-small
(condition).
api-key-expired
(condition).
application
(generic reader).
arrival-date
(generic reader).
attempt-count
(generic reader).
attributes
(generic reader).
auto-advance
(generic reader).
automatic
(generic reader).
available
(generic reader).
available-on
(generic reader).
available-payment-methods
(generic reader).
balance
(generic reader).
balance
(class).
balance-insufficient
(condition).
balance-transaction
(generic reader).
balance-transaction
(class).
bank-account
(generic reader).
bank-account-exists
(condition).
bank-account-unusable
(condition).
bank-account-unverified
(condition).
billing-cycle-anchor
(generic reader).
billing-details
(generic reader).
billing-details
(class).
billing-reason
(generic reader).
billing-scheme
(generic reader).
bitcoin-upgrade-required
(condition).
brand
(generic reader).
cancel-at
(generic reader).
cancel-at-period-end
(generic reader).
cancel-payout
(function).
cancel-subscription
(function).
canceled-at
(generic reader).
caption
(generic reader).
captured
(generic reader).
card
(generic reader).
card
(class).
card-declined
(condition).
carrier
(generic reader).
charge
(generic reader).
charge
(class).
charge-already-captured
(condition).
charge-already-refunded
(condition).
charge-disputed
(condition).
charge-exceeds-source-limit
(condition).
charge-expired-for-capture
(condition).
checks
(generic reader).
city
(generic reader).
client-ip
(generic reader).
collection-method
(generic reader).
country
(generic reader).
country-unsupported
(condition).
coupon
(generic reader).
coupon
(class).
coupon-expired
(condition).
create-card
(function).
create-card-token
(function).
create-charge
(function).
create-coupon
(function).
create-credit-note
(function).
create-customer
(function).
create-customer-balance-transaction
(function).
create-customer-tax-id
(function).
create-invoice
(function).
create-invoice-item
(function).
create-order
(function).
create-payout
(function).
create-plan
(function).
create-product
(function).
create-refund
(function).
create-session
(function).
create-sku
(function).
create-subscription
(function).
create-subscription-item
(function).
created
(generic reader).
credit-note
(generic reader).
credit-note
(class).
credit-note-number
(generic reader).
credit-note-type
(generic reader).
currency
(generic reader).
current-period-end
(generic reader).
current-period-start
(generic reader).
customer
(generic reader).
customer
(class).
customer-address
(generic reader).
customer-email
(generic reader).
customer-max-subscriptions
(condition).
customer-name
(generic reader).
customer-phone
(generic reader).
customer-shipping
(generic reader).
cvc-check
(generic reader).
date
(generic reader).
days-until-due
(generic reader).
default-payment-method
(generic reader).
default-source
(generic reader).
delete-card
(function).
delete-coupon
(function).
delete-customer
(function).
delete-customer-discount
(function).
delete-customer-tax-id
(function).
delete-invoice
(function).
delete-invoice-item
(function).
delete-plan
(function).
delete-product
(function).
delete-sku
(function).
delete-subscription-discount
(function).
delete-subscription-item
(function).
delinquent
(generic reader).
delivery-estimate
(generic reader).
delivery-estimate-type
(generic reader).
description
(generic reader).
destination
(generic reader).
discount
(generic reader).
discount
(class).
discountable
(generic reader).
dispute
(generic reader).
due-date
(generic reader).
duration
(generic reader).
duration-in-months
(generic reader).
earliest
(generic reader).
email
(generic reader).
email-invalid
(condition).
end
(generic reader).
ended-at
(generic reader).
ending-balance
(generic reader).
exchange-rate
(generic reader).
exp-month
(generic reader).
exp-year
(generic reader).
expired-card
(condition).
external-coupon-code
(generic reader).
failure-balance-transaction
(generic reader).
failure-code
(generic reader).
failure-message
(generic reader).
failure-reason
(generic reader).
fee
(generic reader).
fee
(class).
fee-details
(generic reader).
fee-type
(generic reader).
finalize-invoice
(function).
finalized-at
(generic reader).
fingerprint
(generic reader).
footer
(generic reader).
fraud-details
(generic reader).
funding
(generic reader).
height
(generic reader).
hosted-invoice-url
(generic reader).
id
(generic reader).
idempotency-key-in-use
(condition).
images
(generic reader).
incorrect-cvc
(condition).
incorrect-number
(condition).
incorrect-zip
(condition).
instant-payouts-unsupported
(condition).
interval
(generic reader).
invalid-card-type
(condition).
invalid-charge-amount
(condition).
invalid-cvc
(condition).
invalid-expiry-month
(condition).
invalid-expiry-year
(condition).
invalid-number
(condition).
invalid-source-usage
(condition).
inventory
(generic reader).
inventory-type
(generic reader).
invoice
(generic reader).
invoice
(class).
invoice-item
(generic reader).
invoice-item
(class).
invoice-no-customer-line-items
(condition).
invoice-no-subscription-line-items
(condition).
invoice-not-editable
(condition).
invoice-number
(generic reader).
invoice-pdf
(generic reader).
invoice-upcoming-none
(condition).
items
(generic reader).
last4
(generic reader).
latest
(generic reader).
latest-invoice
(generic reader).
line1
(generic reader).
line2
(generic reader).
lines
(generic reader).
list-balance-history
(function).
list-cards
(function).
list-charges
(function).
list-coupons
(function).
list-credit-notes
(function).
list-customer-balance-transactions
(function).
list-customer-tax-ids
(function).
list-customers
(function).
list-invoice-items
(function).
list-invoices
(function).
list-order-returns
(function).
list-orders
(function).
list-payouts
(function).
list-plans
(function).
list-products
(function).
list-refunds
(function).
list-skus
(function).
list-subscription-items
(function).
list-subscriptions
(function).
livemode-mismatch
(condition).
mark-invoice-uncollectible
(function).
marked-uncollectible-at
(generic reader).
max-redemptions
(generic reader).
memo
(generic reader).
missing
(condition).
name
(generic reader).
net
(generic reader).
network-status
(generic reader).
next-payment-attempt
(generic reader).
nickname
(generic reader).
not-allowed-on-standard-account
(condition).
order
(generic reader).
order
(class).
order-creation-failed
(condition).
order-item-type
(generic reader).
order-required-settings
(condition).
order-status-invalid
(condition).
order-upstream-timeout
(condition).
out-of-inventory
(condition).
outcome
(generic reader).
outcome-type
(generic reader).
package-dimensions
(generic reader).
package-dimensions
(class).
package-length
(generic reader).
paid
(generic reader).
paid-at
(generic reader).
parameter-invalid-empty
(condition).
parameter-invalid-integer
(condition).
parameter-invalid-string-blank
(condition).
parameter-invalid-string-empty
(condition).
parameter-missing
(condition).
parameter-unknown
(condition).
parameters-exclusive
(condition).
parent
(generic reader).
pay-invoice
(function).
pay-order
(function).
payment-intent
(generic reader).
payment-intent-authentication-failure
(condition).
payment-intent-incompatible-payment-method
(condition).
payment-intent-invalid-parameter
(condition).
payment-intent-payment-attempt-failed
(condition).
payment-intent-unexpected-state
(condition).
payment-method
(generic reader).
payment-method-details
(generic reader).
payment-method-unexpected-state
(condition).
payment-status
(generic reader).
payout-method
(generic reader).
payout-type
(generic reader).
payouts-not-allowed
(condition).
pdf
(generic reader).
pending
(generic reader).
percent-off
(generic reader).
period
(generic reader).
period-end
(generic reader).
period-start
(generic reader).
phone
(generic reader).
plan
(generic reader).
plan
(class).
platform-api-key-expired
(condition).
postal-code
(generic reader).
postal-code-invalid
(condition).
price
(generic reader).
processing-error
(condition).
product
(generic reader).
product
(class).
product-inactive
(condition).
product-type
(generic reader).
proration
(generic reader).
quantity
(generic reader).
rate-limit
(condition).
reason
(generic reader).
receipt-email
(generic reader).
receipt-number
(generic reader).
receipt-url
(generic reader).
redeem-by
(generic reader).
refund
(generic reader).
refund
(class).
refunded
(generic reader).
refunds
(generic reader).
resource-already-exists
(condition).
resource-missing
(condition).
retrieve-balance
(function).
retrieve-card
(function).
retrieve-card-token
(function).
retrieve-charge
(function).
retrieve-coupon
(function).
retrieve-credit-note
(function).
retrieve-customer
(function).
retrieve-customer-balance-transaction
(function).
retrieve-customer-tax-id
(function).
retrieve-invoice
(function).
retrieve-invoice-item
(function).
retrieve-invoice-lines
(function).
retrieve-order
(function).
retrieve-order-return
(function).
retrieve-payout
(function).
retrieve-plan
(function).
retrieve-product
(function).
retrieve-refund
(function).
retrieve-session
(function).
retrieve-sku
(function).
retrieve-subscription
(function).
retrieve-subscription-item
(function).
retrieve-upcoming-invoice
(function).
retrieve-upcoming-invoice-lines
(function).
return-order
(function).
returns
(generic reader).
review
(generic reader).
risk-level
(generic reader).
risk-score
(generic reader).
routing-number-invalid
(condition).
schedule
(generic reader).
secret-key-required
(condition).
selected-shipping-method
(generic reader).
seller-message
(generic reader).
send-invoice
(function).
sepa-unsupported-account
(condition).
setup-attempt-failed
(condition).
setup-attempt-unexpected-state
(condition).
shippable
(generic reader).
shipping
(generic reader).
shipping
(class).
shipping-calculation-failed
(condition).
shipping-methods
(generic reader).
sku-inactive
(condition).
source
(generic reader).
source-type
(generic reader).
sources
(generic reader).
start
(generic reader).
start-date
(generic reader).
starting-balance
(generic reader).
state
(generic reader).
state-unsupported
(condition).
statement-descriptor
(generic reader).
status
(generic reader).
status-transitions
(generic reader).
stripe-error
(condition).
stripe-report
(generic reader).
subscription
(generic reader).
subscription
(class).
subscription-item
(generic reader).
subscription-item
(class).
subscription-proration-date
(generic reader).
subscriptions
(generic reader).
subtotal
(generic reader).
tax
(generic reader).
tax-id-invalid
(condition).
tax-id-type
(generic reader).
taxes-calculation-failed
(condition).
testmode-charges-only
(condition).
three-d-secure
(generic reader).
times-redeemed
(generic reader).
tls-version-unsupported
(condition).
token-already-used
(condition).
token-in-use
(condition).
tokenization-method
(generic reader).
total
(generic reader).
tracking-number
(generic reader).
transaction-type
(generic reader).
transfers-not-allowed
(condition).
trial-end
(generic reader).
trial-period-days
(generic reader).
trial-start
(generic reader).
unified-proration
(generic reader).
unit-amount
(generic reader).
unit-label
(generic reader).
update-card
(function).
update-charge
(function).
update-coupon
(function).
update-credit-note
(function).
update-customer
(function).
update-customer-balance-transaction
(function).
update-invoice
(function).
update-invoice-item
(function).
update-order
(function).
update-plan
(function).
update-product
(function).
update-sku
(function).
update-subscription
(function).
update-subscription-item
(function).
updated
(generic reader).
upstream-id
(generic reader).
upstream-order-creation-failed
(condition).
url
(generic reader).
url-invalid
(condition).
usage-type
(generic reader).
used
(generic reader).
user-report
(generic reader).
valid
(generic reader).
value
(generic reader).
verification
(generic reader).
verified-address
(generic reader).
verified-name
(generic reader).
void-credit-note
(function).
void-invoice
(function).
voided-at
(generic reader).
wallet
(generic reader).
webhooks-delivered-at
(generic reader).
weight
(generic reader).
width
(generic reader).
*base-url*
(special variable).
attempted
(generic reader).
balance-funds
(class).
cancel-url
(generic reader).
card-token
(class).
charge-card-checks
(class).
charge-card-details
(class).
charge-fraud-details
(class).
charge-outcome
(class).
client-reference-id
(generic reader).
customer-balance-transaction
(generic reader).
customer-balance-transaction
(class).
customer-tax-id
(class).
decode-error
(function).
decode-list
(function).
decode-timestamp
(function).
define-object
(macro).
define-query
(macro).
encode-key
(function).
encode-parameter
(generic function).
encode-type
(generic function).
encode-value
(function).
generate-url
(function).
image
(generic reader).
incorrect-address
(condition).
invoice-line
(class).
invoice-status-transition
(class).
json-boolean
(type).
json-boolean-p
(function).
line-items
(generic reader).
message
(generic reader).
metadata
(generic reader).
mode
(generic reader).
normalize-json-key
(function).
normalize-string
(function).
order-delivery-estimate
(class).
order-item
(class).
order-return
(class).
order-shipping
(class).
order-shipping-methods
(class).
payment-method-types
(generic reader).
payment-method-unactivated
(condition).
payout
(class).
post-parameter
(function).
post-parameters
(function).
post-payment-credit-notes-amount
(generic reader).
pre-payment-credit-notes-amount
(generic reader).
query
(function).
retrieve-balance-transaction
(function).
session
(class).
sku
(class).
sku-inventory
(class).
stripe-object
(class).
success-url
(generic reader).
tax-id-verification
(class).
Definitions are sorted by export status, category, package, and then by lexicographic order.
customer
)) ¶automatically generated reader method
charge-card-checks
)) ¶automatically generated reader method
charge-card-checks
)) ¶automatically generated reader method
order-return
)) ¶automatically generated reader method
order-item
)) ¶automatically generated reader method
order-shipping-methods
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
balance-funds
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
refund
)) ¶automatically generated reader method
payout
)) ¶automatically generated reader method
balance-funds
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
card-token
)) ¶automatically generated reader method
balance-funds
)) ¶automatically generated reader method
order-shipping
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
card-token
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
customer-tax-id
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
card-token
)) ¶automatically generated reader method
subscription-item
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
order-return
)) ¶automatically generated reader method
product
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
customer-tax-id
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
customer
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
session
)) ¶automatically generated reader method
order-return
)) ¶automatically generated reader method
refund
)) ¶automatically generated reader method
payout
)) ¶automatically generated reader method
order-item
)) ¶automatically generated reader method
order-shipping-methods
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
customer
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
coupon
)) ¶automatically generated reader method
charge
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
balance-funds
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
session
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
discount
)) ¶automatically generated reader method
customer-tax-id
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
charge-card-checks
)) ¶automatically generated reader method
order-delivery-estimate
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
order-shipping-methods
)) ¶automatically generated reader method
order-delivery-estimate
)) ¶automatically generated reader method
product
)) ¶automatically generated reader method
payout
)) ¶automatically generated reader method
order-item
)) ¶automatically generated reader method
order-shipping-methods
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
customer
)) ¶automatically generated reader method
charge
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
order-delivery-estimate
)) ¶automatically generated reader method
customer
)) ¶automatically generated reader method
billing-details
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
%fee
.
balance-transaction
)) ¶automatically generated reader method
invoice-status-transition
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
package-dimensions
)) ¶automatically generated reader method
card-token
)) ¶automatically generated reader method
%id
.
subscription-item
)) ¶automatically generated reader method
%id
.
subscription
)) ¶automatically generated reader method
%id
.
session
)) ¶automatically generated reader method
%id
.
order-return
)) ¶automatically generated reader method
%id
.
product
)) ¶automatically generated reader method
%id
.
order-shipping-methods
)) ¶automatically generated reader method
%id
.
invoice-item
)) ¶automatically generated reader method
%id
.
invoice-line
)) ¶automatically generated reader method
%id
.
invoice
)) ¶automatically generated reader method
%id
.
customer-tax-id
)) ¶automatically generated reader method
%id
.
customer-balance-transaction
)) ¶automatically generated reader method
%id
.
customer
)) ¶automatically generated reader method
%id
.
credit-note
)) ¶automatically generated reader method
%id
.
balance-transaction
)) ¶automatically generated reader method
%id
.
sku-inventory
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
order-return
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
order-delivery-estimate
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
invoice-status-transition
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
customer
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
%net
.
charge-outcome
)) ¶automatically generated reader method
order-return
)) ¶automatically generated reader method
order-item
)) ¶automatically generated reader method
charge-outcome
)) ¶automatically generated reader method
package-dimensions
)) ¶automatically generated reader method
invoice-status-transition
)) ¶automatically generated reader method
order-item
)) ¶automatically generated reader method
session
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
%pdf
.
invoice-line
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
subscription-item
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
subscription-item
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
sku-inventory
)) ¶automatically generated reader method
order-item
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
charge-outcome
)) ¶automatically generated reader method
refund
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
order-return
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
charge-outcome
)) ¶automatically generated reader method
charge-outcome
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
charge-outcome
)) ¶automatically generated reader method
customer
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
payout
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
product
)) ¶automatically generated reader method
payout
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
tax-id-verification
)) ¶automatically generated reader method
credit-note
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
charge-fraud-details
)) ¶automatically generated reader method
subscription-item
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
invoice
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
customer-tax-id
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
order-shipping
)) ¶automatically generated reader method
customer-balance-transaction
)) ¶automatically generated reader method
balance-transaction
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
subscription
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
invoice-line
)) ¶automatically generated reader method
invoice-item
)) ¶automatically generated reader method
card-token
)) ¶automatically generated reader method
charge-fraud-details
)) ¶automatically generated reader method
sku-inventory
)) ¶automatically generated reader method
customer-tax-id
)) ¶automatically generated reader method
customer-tax-id
)) ¶automatically generated reader method
tax-id-verification
)) ¶automatically generated reader method
tax-id-verification
)) ¶automatically generated reader method
invoice-status-transition
)) ¶automatically generated reader method
charge-card-details
)) ¶automatically generated reader method
package-dimensions
)) ¶automatically generated reader method
package-dimensions
)) ¶automatically generated reader method
subscription-item
) &key data &allow-other-keys) ¶balance-transaction
) &key data &allow-other-keys) ¶credit-note
) &key data &allow-other-keys) ¶subscription
) &key data &allow-other-keys) ¶invoice-item
) &key data &allow-other-keys) ¶invoice-status-transition
) &key data &allow-other-keys) ¶order-shipping-methods
) &key data &allow-other-keys) ¶stripe-object
) &key data &allow-other-keys) ¶balance-funds
) &key data &allow-other-keys) ¶customer-balance-transaction
) &key data &allow-other-keys) ¶customer-tax-id
) &key data &allow-other-keys) ¶charge-card-details
) &key data &allow-other-keys) ¶order-return
) &key data &allow-other-keys) ¶card-token
) &key data &allow-other-keys) ¶subscription-item
) stream0) ¶balance-transaction
) stream0) ¶package-dimensions
) stream0) ¶credit-note
) stream0) ¶billing-details
) stream0) ¶subscription
) stream0) ¶invoice-item
) stream0) ¶order-shipping
) stream0) ¶invoice-status-transition
) stream0) ¶order-shipping-methods
) stream0) ¶balance-funds
) stream0) ¶charge-outcome
) stream0) ¶customer-balance-transaction
) stream0) ¶customer-tax-id
) stream0) ¶invoice-line
) stream0) ¶charge-card-details
) stream0) ¶charge-fraud-details
) stream0) ¶order-delivery-estimate
) stream0) ¶order-item
) stream0) ¶order-return
) stream0) ¶sku-inventory
) stream0) ¶card-token
) stream0) ¶charge-card-checks
) stream0) ¶tax-id-verification
) stream0) ¶error
.
account-already-exists
.
account-country-invalid-address
.
account-invalid
.
account-number-invalid
.
alipay-upgrade-required
.
amount-too-large
.
amount-too-small
.
api-key-expired
.
balance-insufficient
.
bank-account-exists
.
bank-account-unusable
.
bank-account-unverified
.
bitcoin-upgrade-required
.
card-declined
.
charge-already-captured
.
charge-already-refunded
.
charge-disputed
.
charge-exceeds-source-limit
.
charge-expired-for-capture
.
country-unsupported
.
coupon-expired
.
customer-max-subscriptions
.
email-invalid
.
expired-card
.
idempotency-key-in-use
.
incorrect-address
.
incorrect-cvc
.
incorrect-number
.
incorrect-zip
.
instant-payouts-unsupported
.
invalid-card-type
.
invalid-charge-amount
.
invalid-cvc
.
invalid-expiry-month
.
invalid-expiry-year
.
invalid-number
.
invalid-source-usage
.
invoice-no-customer-line-items
.
invoice-no-subscription-line-items
.
invoice-not-editable
.
invoice-upcoming-none
.
livemode-mismatch
.
missing
.
not-allowed-on-standard-account
.
order-creation-failed
.
order-required-settings
.
order-status-invalid
.
order-upstream-timeout
.
out-of-inventory
.
parameter-invalid-empty
.
parameter-invalid-integer
.
parameter-invalid-string-blank
.
parameter-invalid-string-empty
.
parameter-missing
.
parameter-unknown
.
parameters-exclusive
.
payment-intent-authentication-failure
.
payment-intent-incompatible-payment-method
.
payment-intent-invalid-parameter
.
payment-intent-payment-attempt-failed
.
payment-intent-unexpected-state
.
payment-method-unactivated
.
payment-method-unexpected-state
.
payouts-not-allowed
.
platform-api-key-expired
.
postal-code-invalid
.
processing-error
.
product-inactive
.
rate-limit
.
resource-already-exists
.
resource-missing
.
routing-number-invalid
.
secret-key-required
.
sepa-unsupported-account
.
setup-attempt-failed
.
setup-attempt-unexpected-state
.
shipping-calculation-failed
.
sku-inactive
.
state-unsupported
.
tax-id-invalid
.
taxes-calculation-failed
.
testmode-charges-only
.
tls-version-unsupported
.
token-already-used
.
token-in-use
.
transfers-not-allowed
.
upstream-order-creation-failed
.
url-invalid
.
city
.
country
.
line1
.
line2
.
postal-code
.
print-object
.
state
.
:address-zip
, :postal-code
This slot is read-only.
:available-on
This slot is read-only.
:description
This slot is read-only.
:exchange-rate
This slot is read-only.
:fee-details
This slot is read-only.
:type
This slot is read-only.
:available-payment-methods
This slot is read-only.
:fingerprint
This slot is read-only.
:tokenization-method
This slot is read-only.
amount
.
amount-refunded
.
balance-transaction
.
billing-details
.
captured
.
created
.
currency
.
customer
.
description
.
dispute
.
failure-code
.
failure-message
.
fraud-details
.
id
.
initialize-instance
.
invoice
.
order
.
outcome
.
paid
.
payment-intent
.
payment-method
.
payment-method-details
.
print-object
.
receipt-email
.
receipt-number
.
receipt-url
.
refunded
.
refunds
.
review
.
shipping
.
statement-descriptor
.
status
.
:amount-refunded
This slot is read-only.
:balance-transaction
This slot is read-only.
:billing-details
This slot is read-only.
:description
This slot is read-only.
:failure-code
This slot is read-only.
:failure-message
This slot is read-only.
:fraud-details
This slot is read-only.
:payment-intent
This slot is read-only.
:payment-method
This slot is read-only.
:payment-method-details
This slot is read-only.
:receipt-email
This slot is read-only.
:receipt-number
This slot is read-only.
:receipt-url
This slot is read-only.
:statement-descriptor
This slot is read-only.
:amount-off
This slot is read-only.
:duration-in-months
This slot is read-only.
:max-redemptions
This slot is read-only.
:percent-off
This slot is read-only.
:times-redeemed
This slot is read-only.
:customer-balance-transaction
This slot is read-only.
:number
This slot is read-only.
:type
This slot is read-only.
:default-source
This slot is read-only.
:delinquent
This slot is read-only.
:description
This slot is read-only.
:subscriptions
This slot is read-only.
:subscription
This slot is read-only.
account-country
.
account-name
.
amount-due
.
amount-remaining
.
attempt-count
.
attempted
.
auto-advance
.
billing-reason
.
charge
.
collection-method
.
created
.
currency
.
customer
.
customer-address
.
customer-email
.
customer-name
.
customer-phone
.
customer-shipping
.
default-payment-method
.
default-source
.
description
.
discount
.
due-date
.
ending-balance
.
footer
.
hosted-invoice-url
.
id
.
initialize-instance
.
invoice-number
.
invoice-pdf
.
lines
.
next-payment-attempt
.
paid
.
payment-intent
.
period-end
.
period-start
.
post-payment-credit-notes-amount
.
pre-payment-credit-notes-amount
.
print-object
.
receipt-number
.
starting-balance
.
status
.
status-transitions
.
subscription
.
subscription-proration-date
.
subtotal
.
tax
.
total
.
webhooks-delivered-at
.
:account-country
This slot is read-only.
:account-name
This slot is read-only.
:amount-due
This slot is read-only.
:amount-remaining
This slot is read-only.
:attempt-count
This slot is read-only.
:auto-advance
This slot is read-only.
:billing-reason
This slot is read-only.
:collection-method
This slot is read-only.
:customer-address
This slot is read-only.
:customer-email
This slot is read-only.
:customer-name
This slot is read-only.
:customer-phone
This slot is read-only.
:customer-shipping
This slot is read-only.
:default-payment-method
This slot is read-only.
:default-source
This slot is read-only.
:description
This slot is read-only.
:ending-balance
This slot is read-only.
:hosted-invoice-url
This slot is read-only.
:invoice-pdf
This slot is read-only.
:next-payment-attempt
This slot is read-only.
:number
This slot is read-only.
:payment-intent
This slot is read-only.
:period-end
This slot is read-only.
:period-start
This slot is read-only.
:post-payment-credit-notes-amount
This slot is read-only.
:pre-payment-credit-notes-amount
This slot is read-only.
:receipt-number
This slot is read-only.
:starting-balance
This slot is read-only.
:status-transitions
This slot is read-only.
:subscription
This slot is read-only.
:subscription-proration-date
This slot is read-only.
:webhooks-delivered-at
This slot is read-only.
:description
This slot is read-only.
:discountable
This slot is read-only.
:period-end
This slot is read-only.
:period-start
This slot is read-only.
:subscription
This slot is read-only.
:subscription-item
This slot is read-only.
:unified-proration
This slot is read-only.
:unit-amount
This slot is read-only.
:amount-returned
This slot is read-only.
:external-coupon-code
This slot is read-only.
:selected-shipping-method
This slot is read-only.
:shipping-methods
This slot is read-only.
:status-transitions
This slot is read-only.
:upstream-id
This slot is read-only.
:length
This slot is read-only.
:aggregate-usage
This slot is read-only.
:billing-scheme
This slot is read-only.
:trial-period-days
This slot is read-only.
:usage-type
This slot is read-only.
:attributes
This slot is read-only.
:description
This slot is read-only.
:package-dimensions
This slot is read-only.
:statement-descriptor
This slot is read-only.
:type
This slot is read-only.
:unit-label
This slot is read-only.
:balance-transaction
This slot is read-only.
:failure-balance-transaction
This slot is read-only.
:failure-reason
This slot is read-only.
:receipt-number
This slot is read-only.
billing-cycle-anchor
.
cancel-at
.
cancel-at-period-end
.
canceled-at
.
collection-method
.
created
.
current-period-end
.
current-period-start
.
customer
.
days-until-due
.
default-payment-method
.
discount
.
ended-at
.
id
.
initialize-instance
.
items
.
latest-invoice
.
plan
.
print-object
.
quantity
.
schedule
.
start
.
start-date
.
status
.
trial-end
.
trial-start
.
:billing-cycle-anchor
This slot is read-only.
:cancel-at-period-end
This slot is read-only.
:canceled-at
This slot is read-only.
:collection-method
This slot is read-only.
:current-period-end
This slot is read-only.
:current-period-start
This slot is read-only.
:days-until-due
This slot is read-only.
:default-payment-method
This slot is read-only.
:latest-invoice
This slot is read-only.
:start-date
This slot is read-only.
:trial-start
This slot is read-only.
:subscription
This slot is read-only.
credit-note
)) ¶automatically generated reader method
stripe-error
)) ¶:bank-account
This slot is read-only.
:network-status
This slot is read-only.
:risk-level
This slot is read-only.
:risk-score
This slot is read-only.
:seller-message
This slot is read-only.
:type
This slot is read-only.
:credit-note
This slot is read-only.
:description
This slot is read-only.
:ending-balance
This slot is read-only.
:type
This slot is read-only.
:description
This slot is read-only.
:discountable
This slot is read-only.
:invoice-item
This slot is read-only.
:subscription
This slot is read-only.
:subscription-item
This slot is read-only.
:type
This slot is read-only.
:unified-proration
This slot is read-only.
:type
This slot is read-only.
:tracking-number
This slot is read-only.
:arrival-date
This slot is read-only.
:balance-transaction
This slot is read-only.
:description
This slot is read-only.
:destination
This slot is read-only.
:failure-balance-transaction
This slot is read-only.
:failure-code
This slot is read-only.
:failure-message
This slot is read-only.
:method
This slot is read-only.
:source-type
This slot is read-only.
:statement-descriptor
This slot is read-only.
:type
This slot is read-only.
:cancel-url
This slot is read-only.
:client-reference-id
This slot is read-only.
:customer-email
This slot is read-only.
:line-items
This slot is read-only.
:payment-intent
This slot is read-only.
:payment-method-types
This slot is read-only.
:payment-status
This slot is read-only.
:success-url
This slot is read-only.
:type
This slot is read-only.
address
.
balance
.
balance-funds
.
balance-transaction
.
card
.
card-token
.
charge
.
charge-card-checks
.
charge-card-details
.
charge-fraud-details
.
charge-outcome
.
coupon
.
credit-note
.
customer
.
customer-balance-transaction
.
customer-tax-id
.
discount
.
fee
.
invoice
.
invoice-item
.
invoice-line
.
invoice-status-transition
.
order
.
order-delivery-estimate
.
order-item
.
order-return
.
order-shipping-methods
.
package-dimensions
.
payout
.
plan
.
product
.
refund
.
session
.
shipping
.
sku
.
sku-inventory
.
subscription
.
subscription-item
.
tax-id-verification
.
Jump to: | A B C D E F G H I J L M N O P Q R S T U V W |
---|
Jump to: | A B C D E F G H I J L M N O P Q R S T U V W |
---|
Jump to: | %
*
M S |
---|
Jump to: | %
*
M S |
---|
Jump to: | A B C D E F I J L M N O P Q R S T U |
---|
Jump to: | A B C D E F I J L M N O P Q R S T U |
---|