Overview
DocuTrust integrates with Stripe to collect payments as part of the signing workflow. Add a payment field to any template, and signers will be prompted to pay before completing their submission. Supports one-time charges with configurable amounts and currencies.Configure Stripe
Connect your Stripe account to enable payment collection.Check Configuration
Create Payment Intent
When a signer reaches a payment field, create a Stripe PaymentIntent to begin the checkout process.Confirm Payment
After the signer completes payment on the client side, confirm the payment was successful.Stored Payment Data
After successful payment, the following object is saved to the submitter’svalues hash under the corresponding field UUID:
Get Payment Status
Check the status of a payment for a specific submission.Supported Currencies
Amounts are always specified in the smallest currency unit (e.g., cents for USD). Supported currencies include:
All currencies supported by Stripe are available. See Stripe’s currency documentation for the full list.