StripeToolkit
- logger (Logger): a logger to write logs.
init
customer_get
- customer_id (str): The ID of the customer to retrieve.
customer_list
- limit (int, optional): Number of customers to retrieve. (default: :obj:
100
)
balance_get
balance_transaction_list
- limit (int, optional): Number of balance transactions to retrieve. (default::obj:
100
)
payment_get
- payment_id (str): The ID of the payment to retrieve.
payment_list
- limit (int, optional): Number of payments to retrieve. (default::obj:
100
)
refund_get
- refund_id (str): The ID of the refund to retrieve.
refund_list
- limit (int, optional): Number of refunds to retrieve. (default::obj:
100
)
handle_exception
- func_name (str): The name of the function where the exception occurred.
- error (Exception): The exception instance.