Liking cljdoc? Tell your friends :D

stripe-clojure.test-helpers.customers


fund-cash-balanceclj

(fund-cash-balance stripe-client customer-id params)
(fund-cash-balance stripe-client customer-id params opts)

Simulates funding a customer's cash balance in test mode. Parameters:

  • customer-id: The ID of the customer to fund.
  • params: A map containing:
    • :amount - The amount to fund in the smallest currency unit (e.g., 100 cents to fund $1.00).
    • :currency - The three-letter ISO currency code (e.g., 'usd').
  • opts: Optional map of additional options for the request.
Simulates funding a customer's cash balance in test mode.
Parameters:
- customer-id: The ID of the customer to fund.
- params: A map containing:
  - :amount - The amount to fund in the smallest currency unit (e.g., 100 cents to fund $1.00).
  - :currency - The three-letter ISO currency code (e.g., 'usd').
- opts: Optional map of additional options for the request.
sourceraw docstring

stripe-test-helpers-customers-endpointclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close