Skip to main content
Question

Charge a customer's credit card

  • March 30, 2022
  • 2 replies
  • 212 views

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

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
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • March 30, 2022

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
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • March 30, 2022

@Jcabshear 

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