#create_customer
I’ve also found in practice that SOs need to do more than one thing.

Pick Stripe for example. Might need to find a customer, create a checkout session, cancel an account, etc.

Would probably have a PaymentProcessor class with the methods #create_customer, #cancel_account(account:), etc.
August 1, 2025 at 4:14 PM