Integration Points
Transaction Completion Hook

✅ Transaction Completion Hook

Trigger Event: Triggered when the entire trade-in process is completed.

Purpose: Enables partners to receive notifications upon the successful completion of a transaction, facilitating post-transaction activities such as generating reports, updating inventory, or customer notifications.

Usage Requirements:

  • 🟡 Optional but Encouraged: While implementation of this hook is optional, we strongly encourage all partners to implement it. It provides valuable real-time insights into transaction completion and enables automated post-transaction workflows that can significantly enhance operational efficiency and customer experience.

Usage Example: This hook is particularly useful for financial reconciliations and for triggering customer satisfaction surveys or follow-up actions.

Example Response:

{
  "success": true,
  "processed": true
}

Response Fields:

  • success: A boolean flag indicating whether the hook was successfully received and processed (true) or encountered an error (false).
  • processed: A boolean flag indicating whether the partner's system has successfully processed the transaction completion notification (true) or not (false).