Connect DocuSign to Stripe in two minutes.
Real-time triggers from DocuSign, ready-made actions in Stripe. Filter, transform, and route without writing a line of code.
Workflows fire when something happens in DocuSign.
- Envelope CompletedWebhook
- Envelope SentWebhook
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 DocuSign, do it in Stripe.
2 DocuSign triggers wired to 31 Stripe actions. Most-used pairing: Envelope Completed → Cancel Subscription.
Or fire it the other way around.
10 Stripe triggers wired to 4 DocuSign actions downstream.
See Stripe → DocuSign →Common DocuSign → Stripe workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when the last recipient signs and the envelope completes. Payload includes the envelopeId, signer audit trail, and a pointer to the completed PDF. The hook for "contract signed → provision the customer / update the deal stage / kick off onboarding".
Fires when the last recipient signs and the envelope completes. Payload includes the envelopeId, signer audit trail, and a pointer to the completed PDF. The hook for "contract signed → provision the customer / update the deal stage / kick off onboarding".
Fires when the last recipient signs and the envelope completes. Payload includes the envelopeId, signer audit trail, and a pointer to the completed PDF. The hook for "contract signed → provision the customer / update the deal stage / kick off onboarding".
Fires when the last recipient signs and the envelope completes. Payload includes the envelopeId, signer audit trail, and a pointer to the completed PDF. The hook for "contract signed → provision the customer / update the deal stage / kick off onboarding".
Fires when the envelope leaves draft and starts being delivered to recipients. Useful for pipeline-tracking workflows that log "contract sent" timestamps for sales-process audit and follow-up workflows.
Fires when the envelope leaves draft and starts being delivered to recipients. Useful for pipeline-tracking workflows that log "contract sent" timestamps for sales-process audit and follow-up workflows.
Fires when the envelope leaves draft and starts being delivered to recipients. Useful for pipeline-tracking workflows that log "contract sent" timestamps for sales-process audit and follow-up workflows.
Fires when the envelope leaves draft and starts being delivered to recipients. Useful for pipeline-tracking workflows that log "contract sent" timestamps for sales-process audit and follow-up workflows.
Connect DocuSign and Stripe in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize DocuSign and Stripe
Open TinyCommand, authorize DocuSign and Stripe once each. Both connections are available to every workflow on your account.
- 2TriggerPick a DocuSign trigger
Drop the DocuSign → Envelope Completed trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/docusign.trigger-envelope-completed - 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 DocuSign 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.