Hi DataBass,
Tim here from Zapier Support, happy to help!
Yes, this would be possible to do in a Webhook by Zapier and/or Code by Zapier Steps. You should be able to send the information over to Stripe in a single request because their API uses Basic Auth via an API Key: https://stripe.com/docs/api/authentication
One caveat, just in case you happen to be working on a Teams plan or with other team members - this would require you to save your API key as plain text inside of the Zap. That’s fine if you’re the only one accessing the data, but if you’re working with others, it’s something to keep in mind.
You could also use our free developer platform to set up a custom private integration. One of the advantages being that when you enter your API key for Stripe, it would be encrypted and hidden inside the Account Connection for your custom integration.
Setting up an integration would also make it easier for you to set up multiple Zaps with the same functionality if needed.
If you wanted to use Stripe.js inside of Zapier, you could also import that into your custom integration if you use the CLI Command Line Interface. It can’t be imported into a Code Step.
You can learn more about the Developer Platform here: https://zapier.com/platform
Hope this helps!
Thank you! That’s exactly what I was hoping to hear. Much appreciated!