api documentation for stripe (v4.18.0)

Stripe API wrapper

table of contents

  1. module stripe
    1. function stripe.Accounts ()
    2. function stripe.ApplePayDomains ()
    3. function stripe.ApplicationFeeRefunds ()
    4. function stripe.ApplicationFees ()
    5. function stripe.Balance ()
    6. function stripe.BitcoinReceivers ()
    7. function stripe.ChargeRefunds ()
    8. function stripe.Charges ()
    9. function stripe.CountrySpecs ()
    10. function stripe.Coupons ()
    11. function stripe.CustomerCards ()
    12. function stripe.CustomerSubscriptions ()
    13. function stripe.Customers ()
    14. function stripe.Disputes ()
    15. function stripe.Error (raw)
    16. function stripe.Events ()
    17. function stripe.FileUploads ()
    18. function stripe.InvoiceItems ()
    19. function stripe.Invoices ()
    20. function stripe.OrderReturns ()
    21. function stripe.Orders ()
    22. function stripe.Payouts ()
    23. function stripe.Plans ()
    24. function stripe.Products ()
    25. function stripe.RecipientCards ()
    26. function stripe.Recipients ()
    27. function stripe.Refunds ()
    28. function stripe.SKUs ()
    29. function stripe.Sources ()
    30. function stripe.StripeResource (stripe, urlData)
    31. function stripe.SubscriptionItems ()
    32. function stripe.Subscriptions ()
    33. function stripe.ThreeDSecure ()
    34. function stripe.Tokens ()
    35. function stripe.TransferReversals ()
    36. function stripe.Transfers ()
    37. object stripe.Accounts.prototype
    38. object stripe.ApplicationFees.prototype
    39. object stripe.Balance.prototype
    40. object stripe.BitcoinReceivers.prototype
    41. object stripe.Charges.prototype
    42. object stripe.CustomerSubscriptions.prototype
    43. object stripe.Customers.prototype
    44. object stripe.Disputes.prototype
    45. object stripe.Error.prototype
    46. object stripe.FileUploads.prototype
    47. object stripe.Invoices.prototype
    48. object stripe.Orders.prototype
    49. object stripe.Payouts.prototype
    50. object stripe.Products.prototype
    51. object stripe.Recipients.prototype
    52. object stripe.SKUs.prototype
    53. object stripe.Sources.prototype
    54. object stripe.StripeMethod_basic
    55. object stripe.StripeResource.prototype
    56. object stripe.Subscriptions.prototype
    57. object stripe.Transfers.prototype
    58. object stripe.utils
  2. module stripe.Accounts
    1. function stripe.Accounts ()
    2. function stripe.Accounts.extend (sub)
    3. function stripe.Accounts.method (spec)
    4. object stripe.Accounts.BASIC_METHODS
  3. module stripe.Accounts.prototype
    1. function stripe.Accounts.prototype.create ()
    2. function stripe.Accounts.prototype.createExternalAccount ()
    3. function stripe.Accounts.prototype.del ()
    4. function stripe.Accounts.prototype.deleteExternalAccount ()
    5. function stripe.Accounts.prototype.list ()
    6. function stripe.Accounts.prototype.listExternalAccounts ()
    7. function stripe.Accounts.prototype.reject ()
    8. function stripe.Accounts.prototype.retrieve (id)
    9. function stripe.Accounts.prototype.retrieveExternalAccount ()
    10. function stripe.Accounts.prototype.update ()
    11. function stripe.Accounts.prototype.updateExternalAccount ()
  4. module stripe.ApplePayDomains
    1. function stripe.ApplePayDomains ()
    2. function stripe.ApplePayDomains.extend (sub)
    3. function stripe.ApplePayDomains.method (spec)
    4. object stripe.ApplePayDomains.BASIC_METHODS
  5. module stripe.ApplicationFeeRefunds
    1. function stripe.ApplicationFeeRefunds ()
    2. function stripe.ApplicationFeeRefunds.extend (sub)
    3. function stripe.ApplicationFeeRefunds.method (spec)
    4. object stripe.ApplicationFeeRefunds.BASIC_METHODS
  6. module stripe.ApplicationFees
    1. function stripe.ApplicationFees ()
    2. function stripe.ApplicationFees.extend (sub)
    3. function stripe.ApplicationFees.method (spec)
    4. object stripe.ApplicationFees.BASIC_METHODS
  7. module stripe.ApplicationFees.prototype
    1. function stripe.ApplicationFees.prototype.createRefund ()
    2. function stripe.ApplicationFees.prototype.listRefunds ()
    3. function stripe.ApplicationFees.prototype.refund ()
    4. function stripe.ApplicationFees.prototype.retrieveRefund ()
    5. function stripe.ApplicationFees.prototype.updateRefund ()
    6. object stripe.ApplicationFees.prototype.includeBasic
    7. string stripe.ApplicationFees.prototype.path
  8. module stripe.Balance
    1. function stripe.Balance ()
    2. function stripe.Balance.extend (sub)
    3. function stripe.Balance.method (spec)
    4. object stripe.Balance.BASIC_METHODS
  9. module stripe.Balance.prototype
    1. function stripe.Balance.prototype.listTransactions ()
    2. function stripe.Balance.prototype.retrieve ()
    3. function stripe.Balance.prototype.retrieveTransaction ()
    4. string stripe.Balance.prototype.path
  10. module stripe.BitcoinReceivers
    1. function stripe.BitcoinReceivers ()
    2. function stripe.BitcoinReceivers.extend (sub)
    3. function stripe.BitcoinReceivers.method (spec)
    4. object stripe.BitcoinReceivers.BASIC_METHODS
  11. module stripe.BitcoinReceivers.prototype
    1. function stripe.BitcoinReceivers.prototype.listTransactions ()
    2. object stripe.BitcoinReceivers.prototype.includeBasic
    3. string stripe.BitcoinReceivers.prototype.path
  12. module stripe.ChargeRefunds
    1. function stripe.ChargeRefunds ()
    2. function stripe.ChargeRefunds.extend (sub)
    3. function stripe.ChargeRefunds.method (spec)
    4. object stripe.ChargeRefunds.BASIC_METHODS
  13. module stripe.Charges
    1. function stripe.Charges ()
    2. function stripe.Charges.extend (sub)
    3. function stripe.Charges.method (spec)
    4. object stripe.Charges.BASIC_METHODS
  14. module stripe.Charges.prototype
    1. function stripe.Charges.prototype.capture ()
    2. function stripe.Charges.prototype.closeDispute ()
    3. function stripe.Charges.prototype.createRefund ()
    4. function stripe.Charges.prototype.listRefunds ()
    5. function stripe.Charges.prototype.markAsFraudulent (chargeId)
    6. function stripe.Charges.prototype.markAsSafe (chargeId)
    7. function stripe.Charges.prototype.refund ()
    8. function stripe.Charges.prototype.retrieveRefund ()
    9. function stripe.Charges.prototype.updateDispute ()
    10. function stripe.Charges.prototype.updateRefund ()
    11. object stripe.Charges.prototype.includeBasic
    12. string stripe.Charges.prototype.path
  15. module stripe.CountrySpecs
    1. function stripe.CountrySpecs ()
    2. function stripe.CountrySpecs.extend (sub)
    3. function stripe.CountrySpecs.method (spec)
    4. object stripe.CountrySpecs.BASIC_METHODS
  16. module stripe.Coupons
    1. function stripe.Coupons ()
    2. function stripe.Coupons.extend (sub)
    3. function stripe.Coupons.method (spec)
    4. object stripe.Coupons.BASIC_METHODS
  17. module stripe.CustomerCards
    1. function stripe.CustomerCards ()
    2. function stripe.CustomerCards.extend (sub)
    3. function stripe.CustomerCards.method (spec)
    4. object stripe.CustomerCards.BASIC_METHODS
  18. module stripe.CustomerSubscriptions
    1. function stripe.CustomerSubscriptions ()
    2. function stripe.CustomerSubscriptions.extend (sub)
    3. function stripe.CustomerSubscriptions.method (spec)
    4. object stripe.CustomerSubscriptions.BASIC_METHODS
  19. module stripe.CustomerSubscriptions.prototype
    1. function stripe.CustomerSubscriptions.prototype.deleteDiscount ()
    2. object stripe.CustomerSubscriptions.prototype.includeBasic
    3. string stripe.CustomerSubscriptions.prototype.path
  20. module stripe.Customers
    1. function stripe.Customers ()
    2. function stripe.Customers.extend (sub)
    3. function stripe.Customers.method (spec)
    4. object stripe.Customers.BASIC_METHODS
  21. module stripe.Customers.prototype
    1. function stripe.Customers.prototype._legacyCancelSubscription ()
    2. function stripe.Customers.prototype._legacyUpdateSubscription ()
    3. function stripe.Customers.prototype._newstyleCancelSubscription ()
    4. function stripe.Customers.prototype._newstyleUpdateSubscription ()
    5. function stripe.Customers.prototype.cancelSubscription (customerId, subscriptionId)
    6. function stripe.Customers.prototype.createCard ()
    7. function stripe.Customers.prototype.createSource ()
    8. function stripe.Customers.prototype.createSubscription ()
    9. function stripe.Customers.prototype.deleteCard ()
    10. function stripe.Customers.prototype.deleteDiscount ()
    11. function stripe.Customers.prototype.deleteSource ()
    12. function stripe.Customers.prototype.deleteSubscriptionDiscount ()
    13. function stripe.Customers.prototype.listCards ()
    14. function stripe.Customers.prototype.listSources ()
    15. function stripe.Customers.prototype.listSubscriptions ()
    16. function stripe.Customers.prototype.retrieveCard ()
    17. function stripe.Customers.prototype.retrieveSource ()
    18. function stripe.Customers.prototype.retrieveSubscription ()
    19. function stripe.Customers.prototype.updateCard ()
    20. function stripe.Customers.prototype.updateSource ()
    21. function stripe.Customers.prototype.updateSubscription (customerId, subscriptionId)
    22. function stripe.Customers.prototype.verifySource ()
    23. object stripe.Customers.prototype.includeBasic
    24. string stripe.Customers.prototype.path
  22. module stripe.Disputes
    1. function stripe.Disputes ()
    2. function stripe.Disputes.extend (sub)
    3. function stripe.Disputes.method (spec)
    4. object stripe.Disputes.BASIC_METHODS
  23. module stripe.Disputes.prototype
    1. function stripe.Disputes.prototype.close ()
    2. object stripe.Disputes.prototype.includeBasic
    3. string stripe.Disputes.prototype.path
  24. module stripe.Error
    1. function stripe.Error (raw)
    2. function stripe.Error.StripeAPIError ()
    3. function stripe.Error.StripeAuthenticationError ()
    4. function stripe.Error.StripeCardError ()
    5. function stripe.Error.StripeConnectionError ()
    6. function stripe.Error.StripeError ()
    7. function stripe.Error.StripeInvalidRequestError ()
    8. function stripe.Error.StripePermissionError ()
    9. function stripe.Error.StripeRateLimitError ()
    10. function stripe.Error.extend (sub)
  25. module stripe.Error.prototype
    1. function stripe.Error.prototype.populate (type, message)
    2. string stripe.Error.prototype.type
  26. module stripe.Events
    1. function stripe.Events ()
    2. function stripe.Events.extend (sub)
    3. function stripe.Events.method (spec)
    4. object stripe.Events.BASIC_METHODS
  27. module stripe.FileUploads
    1. function stripe.FileUploads ()
    2. function stripe.FileUploads.extend (sub)
    3. function stripe.FileUploads.method (spec)
    4. object stripe.FileUploads.BASIC_METHODS
  28. module stripe.FileUploads.prototype
    1. function stripe.FileUploads.prototype.create ()
    2. function stripe.FileUploads.prototype.requestDataProcessor (method, data, headers)
    3. object stripe.FileUploads.prototype.includeBasic
    4. string stripe.FileUploads.prototype.overrideHost
    5. string stripe.FileUploads.prototype.path
  29. module stripe.InvoiceItems
    1. function stripe.InvoiceItems ()
    2. function stripe.InvoiceItems.extend (sub)
    3. function stripe.InvoiceItems.method (spec)
    4. object stripe.InvoiceItems.BASIC_METHODS
  30. module stripe.Invoices
    1. function stripe.Invoices ()
    2. function stripe.Invoices.extend (sub)
    3. function stripe.Invoices.method (spec)
    4. object stripe.Invoices.BASIC_METHODS
  31. module stripe.Invoices.prototype
    1. function stripe.Invoices.prototype.pay ()
    2. function stripe.Invoices.prototype.retrieveLines ()
    3. function stripe.Invoices.prototype.retrieveUpcoming ()
    4. object stripe.Invoices.prototype.includeBasic
    5. string stripe.Invoices.prototype.path
  32. module stripe.OrderReturns
    1. function stripe.OrderReturns ()
    2. function stripe.OrderReturns.extend (sub)
    3. function stripe.OrderReturns.method (spec)
    4. object stripe.OrderReturns.BASIC_METHODS
  33. module stripe.Orders
    1. function stripe.Orders ()
    2. function stripe.Orders.extend (sub)
    3. function stripe.Orders.method (spec)
    4. object stripe.Orders.BASIC_METHODS
  34. module stripe.Orders.prototype
    1. function stripe.Orders.prototype.create ()
    2. function stripe.Orders.prototype.pay ()
    3. function stripe.Orders.prototype.returnOrder ()
    4. object stripe.Orders.prototype.includeBasic
    5. string stripe.Orders.prototype.path
  35. module stripe.Payouts
    1. function stripe.Payouts ()
    2. function stripe.Payouts.extend (sub)
    3. function stripe.Payouts.method (spec)
    4. object stripe.Payouts.BASIC_METHODS
  36. module stripe.Payouts.prototype
    1. function stripe.Payouts.prototype.cancel ()
    2. function stripe.Payouts.prototype.listTransactions ()
    3. object stripe.Payouts.prototype.includeBasic
    4. string stripe.Payouts.prototype.path
  37. module stripe.Plans
    1. function stripe.Plans ()
    2. function stripe.Plans.extend (sub)
    3. function stripe.Plans.method (spec)
    4. object stripe.Plans.BASIC_METHODS
  38. module stripe.Products
    1. function stripe.Products ()
    2. function stripe.Products.extend (sub)
    3. function stripe.Products.method (spec)
    4. object stripe.Products.BASIC_METHODS
  39. module stripe.Products.prototype
    1. function stripe.Products.prototype.create ()
    2. object stripe.Products.prototype.includeBasic
    3. string stripe.Products.prototype.path
  40. module stripe.RecipientCards
    1. function stripe.RecipientCards ()
    2. function stripe.RecipientCards.extend (sub)
    3. function stripe.RecipientCards.method (spec)
    4. object stripe.RecipientCards.BASIC_METHODS
  41. module stripe.Recipients
    1. function stripe.Recipients ()
    2. function stripe.Recipients.extend (sub)
    3. function stripe.Recipients.method (spec)
    4. object stripe.Recipients.BASIC_METHODS
  42. module stripe.Recipients.prototype
    1. function stripe.Recipients.prototype.createCard ()
    2. function stripe.Recipients.prototype.deleteCard ()
    3. function stripe.Recipients.prototype.listCards ()
    4. function stripe.Recipients.prototype.retrieveCard ()
    5. function stripe.Recipients.prototype.updateCard ()
    6. object stripe.Recipients.prototype.includeBasic
    7. string stripe.Recipients.prototype.path
  43. module stripe.Refunds
    1. function stripe.Refunds ()
    2. function stripe.Refunds.extend (sub)
    3. function stripe.Refunds.method (spec)
    4. object stripe.Refunds.BASIC_METHODS
  44. module stripe.SKUs
    1. function stripe.SKUs ()
    2. function stripe.SKUs.extend (sub)
    3. function stripe.SKUs.method (spec)
    4. object stripe.SKUs.BASIC_METHODS
  45. module stripe.SKUs.prototype
    1. function stripe.SKUs.prototype.create ()
    2. object stripe.SKUs.prototype.includeBasic
    3. string stripe.SKUs.prototype.path
  46. module stripe.Sources
    1. function stripe.Sources ()
    2. function stripe.Sources.extend (sub)
    3. function stripe.Sources.method (spec)
    4. object stripe.Sources.BASIC_METHODS
  47. module stripe.Sources.prototype
    1. function stripe.Sources.prototype.verify ()
    2. object stripe.Sources.prototype.includeBasic
    3. string stripe.Sources.prototype.path
  48. module stripe.StripeMethod_basic
    1. function stripe.StripeMethod_basic.create ()
    2. function stripe.StripeMethod_basic.del ()
    3. function stripe.StripeMethod_basic.getMetadata (id, auth, cb)
    4. function stripe.StripeMethod_basic.list ()
    5. function stripe.StripeMethod_basic.retrieve ()
    6. function stripe.StripeMethod_basic.setMetadata (id, key, value, auth, cb)
    7. function stripe.StripeMethod_basic.update ()
  49. module stripe.StripeResource
    1. function stripe.StripeResource (stripe, urlData)
    2. function stripe.StripeResource.extend (sub)
    3. function stripe.StripeResource.method (spec)
    4. object stripe.StripeResource.BASIC_METHODS
  50. module stripe.StripeResource.prototype
    1. function stripe.StripeResource.prototype._errorHandler (req, callback)
    2. function stripe.StripeResource.prototype._request (method, path, data, auth, options, callback)
    3. function stripe.StripeResource.prototype._responseHandler (req, callback)
    4. function stripe.StripeResource.prototype._timeoutHandler (timeout, req, callback)
    5. function stripe.StripeResource.prototype.createFullPath (commandPath, urlData)
    6. function stripe.StripeResource.prototype.createResourcePathWithSymbols (pathWithSymbols)
    7. function stripe.StripeResource.prototype.createUrlData ()
    8. function stripe.StripeResource.prototype.initialize ()
    9. function stripe.StripeResource.prototype.wrapTimeout (promise, callback)
    10. object stripe.StripeResource.prototype.overrideHost
    11. object stripe.StripeResource.prototype.requestDataProcessor
    12. string stripe.StripeResource.prototype.path
  51. module stripe.SubscriptionItems
    1. function stripe.SubscriptionItems ()
    2. function stripe.SubscriptionItems.extend (sub)
    3. function stripe.SubscriptionItems.method (spec)
    4. object stripe.SubscriptionItems.BASIC_METHODS
  52. module stripe.Subscriptions
    1. function stripe.Subscriptions ()
    2. function stripe.Subscriptions.extend (sub)
    3. function stripe.Subscriptions.method (spec)
    4. object stripe.Subscriptions.BASIC_METHODS
  53. module stripe.Subscriptions.prototype
    1. function stripe.Subscriptions.prototype.create ()
    2. function stripe.Subscriptions.prototype.deleteDiscount ()
    3. function stripe.Subscriptions.prototype.update ()
    4. object stripe.Subscriptions.prototype.includeBasic
    5. string stripe.Subscriptions.prototype.path
  54. module stripe.ThreeDSecure
    1. function stripe.ThreeDSecure ()
    2. function stripe.ThreeDSecure.extend (sub)
    3. function stripe.ThreeDSecure.method (spec)
    4. object stripe.ThreeDSecure.BASIC_METHODS
  55. module stripe.Tokens
    1. function stripe.Tokens ()
    2. function stripe.Tokens.extend (sub)
    3. function stripe.Tokens.method (spec)
    4. object stripe.Tokens.BASIC_METHODS
  56. module stripe.TransferReversals
    1. function stripe.TransferReversals ()
    2. function stripe.TransferReversals.extend (sub)
    3. function stripe.TransferReversals.method (spec)
    4. object stripe.TransferReversals.BASIC_METHODS
  57. module stripe.Transfers
    1. function stripe.Transfers ()
    2. function stripe.Transfers.extend (sub)
    3. function stripe.Transfers.method (spec)
    4. object stripe.Transfers.BASIC_METHODS
  58. module stripe.Transfers.prototype
    1. function stripe.Transfers.prototype.cancel ()
    2. function stripe.Transfers.prototype.createReversal ()
    3. function stripe.Transfers.prototype.listReversals ()
    4. function stripe.Transfers.prototype.listTransactions ()
    5. function stripe.Transfers.prototype.retrieveReversal ()
    6. function stripe.Transfers.prototype.reverse ()
    7. function stripe.Transfers.prototype.updateReversal ()
    8. object stripe.Transfers.prototype.includeBasic
    9. string stripe.Transfers.prototype.path
  59. module stripe.utils
    1. function stripe.utils.arrayToObject (arr)
    2. function stripe.utils.getDataFromArgs (args)
    3. function stripe.utils.getOptionsFromArgs (args)
    4. function stripe.utils.isAuthKey (key)
    5. function stripe.utils.isOptionsHash (o)
    6. function stripe.utils.makeURLInterpolator (str)
    7. function stripe.utils.protoExtend (sub)
    8. function stripe.utils.stringifyRequestData (data)

module stripe

function stripe.Accounts ()

function stripe.ApplePayDomains ()

function stripe.ApplicationFeeRefunds ()

function stripe.ApplicationFees ()

function stripe.Balance ()

function stripe.BitcoinReceivers ()

function stripe.ChargeRefunds ()

function stripe.Charges ()

function stripe.CountrySpecs ()

function stripe.Coupons ()

function stripe.CustomerCards ()

function stripe.CustomerSubscriptions ()

function stripe.Customers ()

function stripe.Disputes ()

function stripe.Error (raw)

function stripe.Events ()

function stripe.FileUploads ()

function stripe.InvoiceItems ()

function stripe.Invoices ()

function stripe.OrderReturns ()

function stripe.Orders ()

function stripe.Payouts ()

function stripe.Plans ()

function stripe.Products ()

function stripe.RecipientCards ()

function stripe.Recipients ()

function stripe.Refunds ()

function stripe.SKUs ()

function stripe.Sources ()

function stripe.StripeResource (stripe, urlData)

function stripe.SubscriptionItems ()

function stripe.Subscriptions ()

function stripe.ThreeDSecure ()

function stripe.Tokens ()

function stripe.TransferReversals ()

function stripe.Transfers ()

module stripe.Accounts

function stripe.Accounts ()

function stripe.Accounts.extend (sub)

function stripe.Accounts.method (spec)

module stripe.Accounts.prototype

function stripe.Accounts.prototype.create ()

function stripe.Accounts.prototype.createExternalAccount ()

function stripe.Accounts.prototype.del ()

function stripe.Accounts.prototype.deleteExternalAccount ()

function stripe.Accounts.prototype.list ()

function stripe.Accounts.prototype.listExternalAccounts ()

function stripe.Accounts.prototype.reject ()

function stripe.Accounts.prototype.retrieve (id)

function stripe.Accounts.prototype.retrieveExternalAccount ()

function stripe.Accounts.prototype.update ()

function stripe.Accounts.prototype.updateExternalAccount ()

module stripe.ApplePayDomains

function stripe.ApplePayDomains ()

function stripe.ApplePayDomains.extend (sub)

function stripe.ApplePayDomains.method (spec)

module stripe.ApplicationFeeRefunds

function stripe.ApplicationFeeRefunds ()

function stripe.ApplicationFeeRefunds.extend (sub)

function stripe.ApplicationFeeRefunds.method (spec)

module stripe.ApplicationFees

function stripe.ApplicationFees ()

function stripe.ApplicationFees.extend (sub)

function stripe.ApplicationFees.method (spec)

module stripe.ApplicationFees.prototype

function stripe.ApplicationFees.prototype.createRefund ()

function stripe.ApplicationFees.prototype.listRefunds ()

function stripe.ApplicationFees.prototype.refund ()

function stripe.ApplicationFees.prototype.retrieveRefund ()

function stripe.ApplicationFees.prototype.updateRefund ()

module stripe.Balance

function stripe.Balance ()

function stripe.Balance.extend (sub)

function stripe.Balance.method (spec)

module stripe.Balance.prototype

function stripe.Balance.prototype.listTransactions ()

function stripe.Balance.prototype.retrieve ()

function stripe.Balance.prototype.retrieveTransaction ()

module stripe.BitcoinReceivers

function stripe.BitcoinReceivers ()

function stripe.BitcoinReceivers.extend (sub)

function stripe.BitcoinReceivers.method (spec)

module stripe.BitcoinReceivers.prototype

function stripe.BitcoinReceivers.prototype.listTransactions ()

module stripe.ChargeRefunds

function stripe.ChargeRefunds ()

function stripe.ChargeRefunds.extend (sub)

function stripe.ChargeRefunds.method (spec)

module stripe.Charges

function stripe.Charges ()

function stripe.Charges.extend (sub)

function stripe.Charges.method (spec)

module stripe.Charges.prototype

function stripe.Charges.prototype.capture ()

function stripe.Charges.prototype.closeDispute ()

function stripe.Charges.prototype.createRefund ()

function stripe.Charges.prototype.listRefunds ()

function stripe.Charges.prototype.markAsFraudulent (chargeId)

function stripe.Charges.prototype.markAsSafe (chargeId)

function stripe.Charges.prototype.refund ()

function stripe.Charges.prototype.retrieveRefund ()

function stripe.Charges.prototype.updateDispute ()

function stripe.Charges.prototype.updateRefund ()

module stripe.CountrySpecs

function stripe.CountrySpecs ()

function stripe.CountrySpecs.extend (sub)

function stripe.CountrySpecs.method (spec)

module stripe.Coupons

function stripe.Coupons ()

function stripe.Coupons.extend (sub)

function stripe.Coupons.method (spec)

module stripe.CustomerCards

function stripe.CustomerCards ()

function stripe.CustomerCards.extend (sub)

function stripe.CustomerCards.method (spec)

module stripe.CustomerSubscriptions

function stripe.CustomerSubscriptions ()

function stripe.CustomerSubscriptions.extend (sub)

function stripe.CustomerSubscriptions.method (spec)

module stripe.CustomerSubscriptions.prototype

function stripe.CustomerSubscriptions.prototype.deleteDiscount ()

module stripe.Customers

function stripe.Customers ()

function stripe.Customers.extend (sub)

function stripe.Customers.method (spec)

module stripe.Customers.prototype

function stripe.Customers.prototype._legacyCancelSubscription ()

function stripe.Customers.prototype._legacyUpdateSubscription ()

function stripe.Customers.prototype._newstyleCancelSubscription ()

function stripe.Customers.prototype._newstyleUpdateSubscription ()

function stripe.Customers.prototype.cancelSubscription (customerId, subscriptionId)

function stripe.Customers.prototype.createCard ()

function stripe.Customers.prototype.createSource ()

function stripe.Customers.prototype.createSubscription ()

function stripe.Customers.prototype.deleteCard ()

function stripe.Customers.prototype.deleteDiscount ()

function stripe.Customers.prototype.deleteSource ()

function stripe.Customers.prototype.deleteSubscriptionDiscount ()

function stripe.Customers.prototype.listCards ()

function stripe.Customers.prototype.listSources ()

function stripe.Customers.prototype.listSubscriptions ()

function stripe.Customers.prototype.retrieveCard ()

function stripe.Customers.prototype.retrieveSource ()

function stripe.Customers.prototype.retrieveSubscription ()

function stripe.Customers.prototype.updateCard ()

function stripe.Customers.prototype.updateSource ()

function stripe.Customers.prototype.updateSubscription (customerId, subscriptionId)

function stripe.Customers.prototype.verifySource ()

module stripe.Disputes

function stripe.Disputes ()

function stripe.Disputes.extend (sub)

function stripe.Disputes.method (spec)

module stripe.Disputes.prototype

function stripe.Disputes.prototype.close ()

module stripe.Error

function stripe.Error (raw)

function stripe.Error.StripeAPIError ()

function stripe.Error.StripeAuthenticationError ()

function stripe.Error.StripeCardError ()

function stripe.Error.StripeConnectionError ()

function stripe.Error.StripeError ()

function stripe.Error.StripeInvalidRequestError ()

function stripe.Error.StripePermissionError ()

function stripe.Error.StripeRateLimitError ()

function stripe.Error.extend (sub)

module stripe.Error.prototype

function stripe.Error.prototype.populate (type, message)

module stripe.Events

function stripe.Events ()

function stripe.Events.extend (sub)

function stripe.Events.method (spec)

module stripe.FileUploads

function stripe.FileUploads ()

function stripe.FileUploads.extend (sub)

function stripe.FileUploads.method (spec)

module stripe.FileUploads.prototype

function stripe.FileUploads.prototype.create ()

function stripe.FileUploads.prototype.requestDataProcessor (method, data, headers)

module stripe.InvoiceItems

function stripe.InvoiceItems ()

function stripe.InvoiceItems.extend (sub)

function stripe.InvoiceItems.method (spec)

module stripe.Invoices

function stripe.Invoices ()

function stripe.Invoices.extend (sub)

function stripe.Invoices.method (spec)

module stripe.Invoices.prototype

function stripe.Invoices.prototype.pay ()

function stripe.Invoices.prototype.retrieveLines ()

function stripe.Invoices.prototype.retrieveUpcoming ()

module stripe.OrderReturns

function stripe.OrderReturns ()

function stripe.OrderReturns.extend (sub)

function stripe.OrderReturns.method (spec)

module stripe.Orders

function stripe.Orders ()

function stripe.Orders.extend (sub)

function stripe.Orders.method (spec)

module stripe.Orders.prototype

function stripe.Orders.prototype.create ()

function stripe.Orders.prototype.pay ()

function stripe.Orders.prototype.returnOrder ()

module stripe.Payouts

function stripe.Payouts ()

function stripe.Payouts.extend (sub)

function stripe.Payouts.method (spec)

module stripe.Payouts.prototype

function stripe.Payouts.prototype.cancel ()

function stripe.Payouts.prototype.listTransactions ()

module stripe.Plans

function stripe.Plans ()

function stripe.Plans.extend (sub)

function stripe.Plans.method (spec)

module stripe.Products

function stripe.Products ()

function stripe.Products.extend (sub)

function stripe.Products.method (spec)

module stripe.Products.prototype

function stripe.Products.prototype.create ()

module stripe.RecipientCards

function stripe.RecipientCards ()

function stripe.RecipientCards.extend (sub)

function stripe.RecipientCards.method (spec)

module stripe.Recipients

function stripe.Recipients ()

function stripe.Recipients.extend (sub)

function stripe.Recipients.method (spec)

module stripe.Recipients.prototype

function stripe.Recipients.prototype.createCard ()

function stripe.Recipients.prototype.deleteCard ()

function stripe.Recipients.prototype.listCards ()

function stripe.Recipients.prototype.retrieveCard ()

function stripe.Recipients.prototype.updateCard ()

module stripe.Refunds

function stripe.Refunds ()

function stripe.Refunds.extend (sub)

function stripe.Refunds.method (spec)

module stripe.SKUs

function stripe.SKUs ()

function stripe.SKUs.extend (sub)

function stripe.SKUs.method (spec)

module stripe.SKUs.prototype

function stripe.SKUs.prototype.create ()

module stripe.Sources

function stripe.Sources ()

function stripe.Sources.extend (sub)

function stripe.Sources.method (spec)

module stripe.Sources.prototype

function stripe.Sources.prototype.verify ()

module stripe.StripeMethod_basic

function stripe.StripeMethod_basic.create ()

function stripe.StripeMethod_basic.del ()

function stripe.StripeMethod_basic.getMetadata (id, auth, cb)

function stripe.StripeMethod_basic.list ()

function stripe.StripeMethod_basic.retrieve ()

function stripe.StripeMethod_basic.setMetadata (id, key, value, auth, cb)

function stripe.StripeMethod_basic.update ()

module stripe.StripeResource

function stripe.StripeResource (stripe, urlData)

function stripe.StripeResource.extend (sub)

function stripe.StripeResource.method (spec)

module stripe.StripeResource.prototype

function stripe.StripeResource.prototype._errorHandler (req, callback)

function stripe.StripeResource.prototype._request (method, path, data, auth, options, callback)

function stripe.StripeResource.prototype._responseHandler (req, callback)

function stripe.StripeResource.prototype._timeoutHandler (timeout, req, callback)

function stripe.StripeResource.prototype.createFullPath (commandPath, urlData)

function stripe.StripeResource.prototype.createResourcePathWithSymbols (pathWithSymbols)

function stripe.StripeResource.prototype.createUrlData ()

function stripe.StripeResource.prototype.initialize ()

function stripe.StripeResource.prototype.wrapTimeout (promise, callback)

module stripe.SubscriptionItems

function stripe.SubscriptionItems ()

function stripe.SubscriptionItems.extend (sub)

function stripe.SubscriptionItems.method (spec)

module stripe.Subscriptions

function stripe.Subscriptions ()

function stripe.Subscriptions.extend (sub)

function stripe.Subscriptions.method (spec)

module stripe.Subscriptions.prototype

function stripe.Subscriptions.prototype.create ()

function stripe.Subscriptions.prototype.deleteDiscount ()

function stripe.Subscriptions.prototype.update ()

module stripe.ThreeDSecure

function stripe.ThreeDSecure ()

function stripe.ThreeDSecure.extend (sub)

function stripe.ThreeDSecure.method (spec)

module stripe.Tokens

function stripe.Tokens ()

function stripe.Tokens.extend (sub)

function stripe.Tokens.method (spec)

module stripe.TransferReversals

function stripe.TransferReversals ()

function stripe.TransferReversals.extend (sub)

function stripe.TransferReversals.method (spec)

module stripe.Transfers

function stripe.Transfers ()

function stripe.Transfers.extend (sub)

function stripe.Transfers.method (spec)

module stripe.Transfers.prototype

function stripe.Transfers.prototype.cancel ()

function stripe.Transfers.prototype.createReversal ()

function stripe.Transfers.prototype.listReversals ()

function stripe.Transfers.prototype.listTransactions ()

function stripe.Transfers.prototype.retrieveReversal ()

function stripe.Transfers.prototype.reverse ()

function stripe.Transfers.prototype.updateReversal ()

module stripe.utils

function stripe.utils.arrayToObject (arr)

function stripe.utils.getDataFromArgs (args)

function stripe.utils.getOptionsFromArgs (args)

function stripe.utils.isAuthKey (key)

function stripe.utils.isOptionsHash (o)

function stripe.utils.makeURLInterpolator (str)

function stripe.utils.protoExtend (sub)

function stripe.utils.stringifyRequestData (data)

[ this document was created with utility2 ]