This webhook alerts partners when a savings plan trade encounters errors during execution. It communicates issues that may affect the completion of a trade, such as technical failures or business issues detailed in the error message.
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",
- "savings_plan_transaction_status": "not_confirmed",
- "user_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "error_code": "403",
- "error_message": "Savings plan transaction was not confirmed by 2023-01-23T11:00:00Z"
}
}