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.
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.