This endpoint is used to confirm the reservation of funds for a transaction associated with a savings plan. When a transaction related to a savings plan needs to be initiated, Partners are notified via webhook events in advance. Following this notification, they must use this endpoint to confirm the reservation of funds, ensuring the transaction is validated and processed according to the savings plan terms. If the transaction is not confirmed, that recurrence of the savings plan is skipped.
Success Response
Unauthorized
Not Found
Not Allowed
Validation Error
Too Many Requests
Internal Error
Maintenance or Service unavailable
{- "data": {
- "external_transaction_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "savings_plan_transaction_status": "confirmed",
- "savings_plan_transaction_confirmed_at": "2023-01-04T12:00:00+00:00",
- "savings_plan_id": "1eda5f65-eb10-64ce-b872-0242ac12000b",
- "user_id": "5b2ca85b-0191-4e93-9165-413df4aa0c18",
- "asset_id": "b86c113a-efe3-11eb-b56f-0691764446a7",
- "fiat_id": "b88b8466-efe3-11eb-b56f-0691764446a7",
- "fiat_amount": "20.12",
- "frequency": "weekly",
- "day": 5,
- "next_recurrence": "2023-01-06T12:00:00+00:00",
- "savings_plan_status": "active",
- "created_at": "2022-01-01T13:07:31+00:00"
}
}