Get Stripe Subscription Data
Tutorial on how to set up Custom Action to Get/Validate Subscription Data
Get Subscription Custom Action
1. Select Stripe Subscription Component
2. Add New Custom Action
3. Name Custom Action and Select 'Create' as Type
4. Enter REST API information found in the Stripe API Reference Docs
- In this example, we will use "https://api.stripe.com/v1/subscriptions"
Method - GET
Header - Authorization Bearer [sk_test_YOUR API KEY]
5. Click on DONE and RUN TEST REQUEST
6. View Response
From here you can Rename or Delete any extra properties to help you locate the ones you will be using easier.
7. Save Custom Action
8. Create new Action using your Data!
Now you will be able to use this information in Actions to Create/Update Records in your Database
Last updated