credit_card) is an input UI for collecting card details when you need them for offline processing or a custom backend — for example last-four display in Submissions.
Security
- Treat stored values as sensitive PII. Prefer private disks and strict access policies.
- Do not use this block as a substitute for a PCI-compliant payment form.
- In Submissions, the table shows only the last four digits. Opening the answer asks you to confirm, then shows the full card number, name, and expiry. CVV is never shown in Studio.
Configuration
1
Add the block
Drag Credit card from the catalog onto the canvas only if you truly need card-number capture.
2
Minimize data
Collect only what your process requires. Prefer asking for last four + brand elsewhere when full PAN is unnecessary.