Order Management Feature Summary
The Order Management feature allows for the creation of orders for single and multi payments. The key features include:
* Orders Table: A table with columns to track order status, type (payment plan or single payment), cart, initial transaction ID, event ID, partner ID, group ID, and member ID.
* Order ID Creation: An order ID is created when the first transaction occurs for payment plans and single payments.
* Order ID References: Order IDs are referenced in related tables such as transactions, reservations, invoices, and payment attempts.
API Endpoints
The feature updates the following API endpoints:
Flow Coverage
The feature covers the following flows:
Notes and Next Steps