Stripe
Stripe is a financial technology company that offers online payment processing services for businesses.
It enables businesses to accept payments securely online from customers worldwide, manage subscriptions and recurring billing, create and send invoices, and handle payouts for multi-sided marketplaces.
With developer-friendly APIs and robust fraud prevention tools, Stripe simplifies the process of accepting payments online and helps businesses manage their finances and grow their revenue effectively.
To integrate with the Stripe API, you'll need to follow these steps:
-
Get Your API Keys:
-
After signing up, Stripe will provide you with API keys: a Publishable Key and a Secret Key.
-
The secret key is used to create SimWorkflow credentials.
-
You can find these keys in your Stripe Dashboard under Developers > API Keys
-
-
Create Bearer Token Credentials in SimWorkflow:
-
Go to SimWorkflow Credentials.
-
Click on Create credentials button.
-
Click Bearer token tab.
-
Fill in the required information:
-
Name: Stripe
-
Bearer token: Stripe Secret Key.
-
-
Click on Create credentials button.
-
Once the Stripe credentials created, you can start using it with HTTP Task in your workflow definitions to integrate with Stripe API.