Skip to main content
Question

Charge a customer's credit card


Use case: End of day I have a Google Sheet with a list of all orders that were sent out that day. I would like a solution that allows me to tokenize cards and then charge each customer on the list through a loop.

I cannot find any integrations that allow me to securely store a customer’s credit card or charge it later via an API trigger. Please help

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @Jcabshear 

Good question.

You’d likely need to leverage an app’s API as those actions (charging a credit card) are more advanced and more dangerous if not implemented correctly, which is usually why you won’t find those actions exposed in Zap actions.

 

Stripe API: https://stripe.com/docs/api/charges/create

App APIs can be used in Zaps with the Webhooks app as an actions step: https://zapier.com/apps/webhook/integrations


Troy Tessalone
Forum|alt.badge.img+14

@Jcabshear 

For reference, here’s a help article about how to create a looping Zap with GSheets: