Connect PayPal to Stripe in two minutes.
Real-time triggers from PayPal, ready-made actions in Stripe. Filter, transform, and route without writing a line of code.
Workflows fire when something happens in PayPal.
- PayPal Order ApprovedWebhook
- PayPal Payment CompletedWebhook
- PayPal Payment RefundedWebhook
- PayPal Subscription CancelledWebhook
- PayPal Subscription CreatedWebhook
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 PayPal, do it in Stripe.
5 PayPal triggers wired to 31 Stripe actions. Most-used pairing: PayPal Order Approved → Cancel Subscription.
Or fire it the other way around.
10 Stripe triggers wired to 4 PayPal actions downstream.
See Stripe → PayPal →Common PayPal → Stripe workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when the buyer approves an order (but before capture). For "buyer approved → trigger auto-capture" workflows.
Fires when the buyer approves an order (but before capture). For "buyer approved → trigger auto-capture" workflows.
Fires when the buyer approves an order (but before capture). For "buyer approved → trigger auto-capture" workflows.
Fires when the buyer approves an order (but before capture). For "buyer approved → trigger auto-capture" workflows.
Fires when a payment is captured. Payload includes amount, currency, payer info. The revenue-event hook for fulfilment, accounting sync, customer-onboarding.
Fires when a payment is captured. Payload includes amount, currency, payer info. The revenue-event hook for fulfilment, accounting sync, customer-onboarding.
Fires when a payment is captured. Payload includes amount, currency, payer info. The revenue-event hook for fulfilment, accounting sync, customer-onboarding.
Fires when a payment is captured. Payload includes amount, currency, payer info. The revenue-event hook for fulfilment, accounting sync, customer-onboarding.
Fires when a refund is processed. For "revoke product access on refund", "update customer record", "log to refund tracking" workflows.
Connect PayPal and Stripe in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize PayPal and Stripe
Open TinyCommand, authorize PayPal and Stripe once each. Both connections are available to every workflow on your account.
- 2TriggerPick a PayPal trigger
Drop the PayPal → PayPal Order Approved trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/paypal.trigger-order-approved - 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 PayPal 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.