Stripe
-
Import/clone
Stripe_HTTPsource from the Connectors library application.-
The Stripe API uses API keys to authenticate requests. You can view and manage your API keys in the Stripe Dashboard : find “Secret key”. Authentication to the API is performed via HTTP Basic Auth. Provide your API secret key as the basic auth username value. You do not need to provide a password.
-
The Connectors library application contains examples on how to list all customers in the Stripe scenario. You can modify the example to call any API call supported by Stripe API .
-
Last updated on