An independent sub-process that can be invoked by various business flows. Through the Stripe API; 1) Stripe generates a Stripe invoice, and 2) Stripe sends the Stripe invoice. Billing will be done to customers who are already registered with Stripe, but when the customer is not registered, they will be billed after being created as a new customer.
Worker (#of Swimlane: 2)
Accounting
Accounting Leader
Business Flow (Complexity of Workflow: 20)
162a. Check/Cancel
The department leader confirms the invoice generation and approves its submission, or cancels the invoicing. If left unattended, it will be automatically approved after 30 minutes.
172b. Check/Cancel
The department leader confirms the invoice generation and approves its submission, or cancels the invoicing.
53. Confirm Payment
The person in charge confirms the payment.
1Input Draft
(Inputting Task for Debugging)
4x1. Search Customers
The system searches for customers registered in Stripe by name or email address and sets the customer ID of the customer in the specified Data Item.
8x2. Create Customer
The system registers new customers in Stripe.
9x3. Create Draft Invoice
The system sends the data to Stripe. An invoice is generated on the Stripe side based on the data and saved as a draft.
19x4. Finalize Draft Invoice
The system finalizes the invoice draft created in Stripe.
20x5. Send Invoice
The system prompts Stripe to email the finalized invoice to your customer.