Stripe Delete
Stripe Delete activity is used to delete a customer and their associated payment methods, such as bank accounts and cards, from the Stripe account. It deletes a record of the specified object from the Stripe database. You can also cancel an active subscription using its subscription ID.
Configuration
On the Configuration tab, you can define the Stripe connection and the type of object that you are deleting.
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 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 that are 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 in the Output tab by adding the appropriate JSON response schema on the Output Settings tab.
Loop
If you would like this activity to iterate multiple times within the flow, enter an expression that evaluates to the iteration details. Select a type of iteration from the Type menu. The default type is None, which means the activity does not iterate. Refer to the "Using the Loop Feature in an Activity" topic in the TIBCO Flogo® Enterprise documentation.