📄️ Create a savings plan
The endpoint enables users to set up a customised savings plan by specifying a portion of their income to be regularly saved (weekly, biweekly or monthly), with the aim of achieving a designated financial goal.
📄️ Create a savings plan V2
The endpoint enables users to set up a customised savings plan by specifying a portion of their income to be regularly saved (weekly, biweekly or monthly), with the aim of achieving a designated financial goal.
📄️ Cancel a savings plan
This endpoint allows users to terminate an existing savings plan by submitting the unique identifier of the plan and the status `canceled`. This endpoint processes the cancellation request and provides back the successful cancellation of the plan and all its details.
📄️ Cancel a savings plan V2
This endpoint allows users to terminate an existing savings plan by submitting the unique identifier of the plan and the status `canceled`. This endpoint processes the cancellation request and provides back the successful cancellation of the plan and all its details.
📄️ Confirm a savings plan transaction
This endpoint is used to confirm the reservation of funds for a transaction associated with a savings plan.
📄️ Confirm a savings plan transaction V2
This endpoint is used to confirm the reservation of funds for a transaction associated with a savings plan.
📄️ Search for savings plans
List all savings plans with the possibility to filter by different identifiers like savings plan id, asset id, user id and status.
📄️ Search for savings plans V2
List all savings plans with the possibility to filter by different identifiers like savings plan id, asset id, fiat id, user id and status.
📄️ Get savings plan next recurrence date.
The endpoint allows the calculation of the next recurrence date before creating the savings plan. The next recurrence date returned from this endpoint is the same value that would be returned from the create savings plan endpoint.