This webhook is for informing partners about the successful execution of a savings plan trade. It confirms that a trade has been completed as planned, providing partners with the outcome of the transaction. The notification differentiates between success and failure, ensuring that only final statuses are communicated.
object |
Return a 200
, 201
, 202
or 204
status to indicate that the data was received successfully
{- "params": {
- "savings_plan_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "external_transaction_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "user_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "offer_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "trade_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "savings_plan_transaction_status": "finished"
}
}