Connect Facebook to Stripe in two minutes.
Real-time triggers from Facebook, ready-made actions in Stripe. Filter, transform, and route without writing a line of code.
Workflows fire when something happens in Facebook.
- New Page MessageWebhook
- New Page PostWebhook
Workflows do something in Stripe, instantly.
- Cancel SubscriptionAPI
- Create ChargeAPI
- Create Checkout SessionAPI
- Create CouponAPI
- Create CustomerAPI
- Create Payment IntentAPI
Pick the way that fits your stack.
Pair pages are mirrored. Each direction gets its own dedicated page.
When something happens in Facebook, do it in Stripe.
2 Facebook triggers wired to 31 Stripe actions. Most-used pairing: New Page Message → Cancel Subscription.
Or fire it the other way around.
10 Stripe triggers wired to 4 Facebook actions downstream.
See Stripe → Facebook →Common Facebook → Stripe workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when someone sends a message to a connected Facebook Page via Messenger. Payload includes sender PSID, message body, attachments. For "auto-route customer DMs to the right support team" workflows.
Fires when someone sends a message to a connected Facebook Page via Messenger. Payload includes sender PSID, message body, attachments. For "auto-route customer DMs to the right support team" workflows.
Fires when someone sends a message to a connected Facebook Page via Messenger. Payload includes sender PSID, message body, attachments. For "auto-route customer DMs to the right support team" workflows.
Fires when someone sends a message to a connected Facebook Page via Messenger. Payload includes sender PSID, message body, attachments. For "auto-route customer DMs to the right support team" workflows.
Fires when someone posts to the Page's wall or mentions the Page. Useful for moderation workflows or for community-engagement automation ("auto-thank-you for mentions of our brand").
Fires when someone posts to the Page's wall or mentions the Page. Useful for moderation workflows or for community-engagement automation ("auto-thank-you for mentions of our brand").
Fires when someone posts to the Page's wall or mentions the Page. Useful for moderation workflows or for community-engagement automation ("auto-thank-you for mentions of our brand").
Fires when someone posts to the Page's wall or mentions the Page. Useful for moderation workflows or for community-engagement automation ("auto-thank-you for mentions of our brand").
Connect Facebook and Stripe in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize Facebook and Stripe
Open TinyCommand, authorize Facebook and Stripe once each. Both connections are available to every workflow on your account.
- 2TriggerPick a Facebook trigger
Drop the Facebook → New Page Message trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/facebook.trigger-new-message - 3TransformAdd a filter or AI step
Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.
- 4ActionAdd the Stripe action
Drop the Stripe → Cancel Subscription action below it. Map fields from the Facebook payload into the Stripe inputs.
stripe.cancel-subscription - 5PublishPublish and forget
Hit Publish. TinyCommand runs it in production from second one. Watch the run-log fill up.