The webhook is used to alert partners about the upcoming execution of a trade related to a Savings Plan, allowing them to prepare and reserve the funds.
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",
- "fiat_id": 1,
- "asset_id": 1,
- "fiat_amount": "20.12",
- "savings_plan_frequency": "weekly",
- "savings_plan_day": 5,
- "savings_plan_next_recurrence": "2023-01-06T12:00:00Z",
- "savings_plan_transaction_confirmation_deadline": "2023-01-06T12:00:00Z",
- "savings_plan_status": "active",
- "savings_plan_created_at": "2022-01-01T13:07:31+00Z"
}
}