Short answer: Drop the "Stripe → Create Test Token" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Card Number card_number | string | Required | Card Number. e.g. "4242424242424242" |
Exp Month exp_month | string | Required | Exp Month. e.g. "12" |
Exp Year exp_year | string | Required | Exp Year. e.g. "2025" |
CVC cvc | string | Required | CVC. e.g. "123" |
{"card_number": "4242424242424242","exp_month": "12","exp_year": "2025","cvc": "123"}
{"id": "tok_abc","card": {"brand": "Visa","last4": "4242"},"type": "card"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.