5. Submitting Orders
As a developer of an affiliate platform, I need the ability to submit orders to Teak, so my consumers receive the Protection Coverage they purchased.
Acceptance Criteria:
- When a customer opts to purchase Refund Protection, an order is submitted to Teak.
- The following information is required when submitting an order
- Event (for each item)
- Customer
- Customer Address (Billing Address)
- Quote Token
- The Teak order should ONLY be submitted after your primary transaction (on the ticketing platform) is successfully completed.
- Each line item in the cart needs to be submitted as an item in order API call.
- Submit an Order for a single line item.
- Submit an Order for multiple line items.
- Each line item in the cart receives its own policy.
- Successful Orders & Policies can be found in the Client Dashboard.
Expected Outcome:
- Orders are successfully submitted to Teak.
- Orders with a single line item will receive a single policy.
- Orders with multiple line items will receive multiple policies.
Updated 8 months ago
