Stripe API

BPMN Icons

Stripe: Charge by Invoice

This item charges the customer based on a finalized invoice on Stripe. If the default payment method fails, this item tries to charge other payment methods (card) attached to the customer. An error occurs if no charge succeeded.

Workflow Apps

Application/Regular Payment Process, Stripe Payment

This workflow accepts subscription contract applications.
The customer makes a provisional subscription through a web form and clicks on the URL in the acceptance email to complete the subscription.
At the time of subscription, the credit card information is registered with Stripe. The customer is billed on a regular basis based on the registered information.

Stripe: Customer, Destination Charge
Add-ons

Stripe: Customer, Destination Charge

Creates the Charge object with Transfer Amount to charge the Customer ID for any amount in any currency. Any Connected Account are available. If the primary payment method (Customer object) fails, the backup payment method will be charged. If all method fails, no Charge object will be created and an Abended Error log will be output.

Stripe: Customer, Charge
Add-ons

Stripe: Customers, Charge

Creates the Charge object on the payment platform Stripe. If the primary payment method (Customer object) fails, the backup payment method will be charged. If all method fails, no Charge object will be created and an Abended Error log will be output.

Scroll to Top