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.
Field | Description |
---|---|
Connection | Select the connection you want to use from the drop-down list. |
Object | Select either object to delete from the drop-down list:
A subscription can only be canceled using the subscription object. When you chose to delete a subscription, you are actually canceling it. |
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 in 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.