Closed Vandivier closed 3 weeks ago
we should do this before teachable migration email blast
got the idea to ask Claude 2 (https://claude.ai/) and it gave the below answer which seems good to me, lmk if there's an issue:
Here are a few suggestions for implementing a high-converting pay-what-you-want subscription model with Stripe: Use Stripe Checkout for the initial payment. This provides a smooth and optimized payment flow out of the box. You can configure Checkout to allow customers to select their own price. For recurring payments, use Stripe Billing with custom pricing plans. Define a pay-what-you-want pricing plan in Stripe Billing and subscribe customers to it after their initial Checkout payment. In your pricing plan configuration, set the "aggregate_usage" billing scheme. This will allow customers to pay whatever amount they want each billing cycle while keeping them subscribed to the same plan. Use Stripe Elements (prebuilt UI components) in your billing portal / account page to allow subscribers to easily update their payment method and billing amount each cycle. Consider adding tiers or suggested amounts to provide guidance while still allowing full customization. e.g. "Supporter - $10", "Advocate - $25", "Champion - $50+". Be transparent about how the funds will be used. Build trust by communicating the value customers get from supporting your product. The key is combining the conversion optimization of Checkout with the flexibility of Billing and Elements for recurring, variable payments. Start with Checkout then build on top of that to create a great subscriber experience.
For recurring payments, use Stripe Billing with custom pricing plans. Define a pay-what-you-want pricing plan in Stripe Billing and subscribe customers to it after their initial Checkout payment.
i didn't see a way to do this in the stripe dashboard for customers that paid with a third party ie apple pay, which is the vast majority of my customers. i saw a way to subscribe customers with a card on file, but that's almost no one
there does appear to be a way to create a subscription invoice and email the invoice to the user who will then pay it. i'll give this a try. hopefully i don't have to email ppl to pay every month so hopefully if they pay once it sets up the subscription ongoing
a few options:
"pay what you want" doesn't support subscription mode smh
https://stripe.com/docs/payments/checkout/pay-what-you-want
maybe i should go ahead and set up api (lower conversion but iirc
or
Stripe Elements
that would be a form on my page and would it improve my ability to bind stripe to the userhttps://stripe.com/newsroom/news/payments-revenue-uplift
not clear to me if stripe elements outperforms stripe checkout or not
anyway as a mature business we won't be sending people to stripe.com so ig we will bite the bullet at some point