Stripe Create
Stripe Create activity enables you to create customers, charges, subscriptions, refunds, and their associated attributes.
Configuration
On the Configuration tab, you can define the Stripe connection, the type of object, and the required action on the selected object.
Field | Description |
---|---|
Connection | Select the connection you want to use from the drop-down list. |
Object | From the drop-down list, select the object that you want to create:
|
Action | Select an action from the drop-down list.
Note: The options in this list vary, depending on the type of activity and the object you select. |
Input
The input tree displayed for this activity depends on the object that you have selected on the Configuration tab. You have the option to either enter the input manually or map the input to the output from a preceding activity (provided that the preceding activity has an output).
Output Settings
To define the schema that must be displayed on the Output tab, add the appropriate JSON response schema on the Output Settings tab. If the JSON Response field is empty, then the default schema is displayed on the Output tab. For a sample JSON response, see the Stripe documentation.
Output
The Output tab displays the output schema of the activity in a tree structure format. The output is read-only. The information in the schema varies based on the fields selected on the Configuration tab. The properties displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow. You can define the fields to be displayed on the Output tab by adding the appropriate JSON response schema on the Output Settings tab.
Loop
Retry on Error
For more information, see the "Using the Retry on Error Feature in an Activity" section in the Flogo® app documentation.