What users see
- Your app’s name and current balance
- Clean amounts only: 10 / 50
- Stripe-hosted checkout (cards, receipts, fraud protection — all handled)
Where to put the link
- A “Fuel this app” button in your app’s UI — especially on the screen users see when credits run out (see Handle an empty wallet)
- Your README or project page (“keep this app alive”)
- Your bio, stream description, or newsletter
When money arrives
Credits land in the wallet as soon as Stripe confirms the payment (usually seconds). If you’ve configured webhooks, you’ll receive atopup.completed event.
