Payments (Stripe)

Stripe powers two things: billing for your Likeable subscription, and (optionally) payments in the app you build.

Your Likeable subscription

Upgrades, plan changes, and cancellations are handled securely through Stripe in Account → Billing — Likeable never stores your card details. See Plans & pricing.

Payments in your app

To take payments in an app you build, connect Stripe (or another provider) as an API connection and call it from a Form or a backend operation. Keep secret keys on the server-side connection.

Never paste a Stripe secret key into chat. Add it to a connection in the Data panel — it's encrypted and server-side only.

Next steps