How do I prevent private data like credit card numbers from being saved to a spreadsheet?
I’m creating a form that will be used to accept credit card payments via Stripe. I’ll be using the webhook integration with Stripe via Zapier, which seems pretty straightforward (thanks for the great documentation on that!), but how did I prevent the credit card number from being saved to the spreadsheet after I’ve zapped it to Stripe? I can write an action that deletes it after the zap; is that the only way to do this?
I have a feeling I’m missing something glaringly obvious here…
Thanks!