Automations set up direct debit payments from a linked bank account on a specified day each month.
For top-up automations, funds are automatically invested proportionally across the user’s existing holdings.
Data sources
Get Automations
Retrieve all recurring investment automations for the user.
Cancel Automation
Cancel an active automation when user toggles it off.
Prerequisites
- Backend access to the M2M endpoints
- Bearer token with required scopes
- User must have at least one bank account set up
What to fetch
List automations
List automations
Use Get automations to retrieve all automations for a user.Returns:
- Automation ID, status, and category
- Monthly investment amount and currency
- Day of month for collection (-1 for last day of month, 0-28 for specific day)
- Linked mandate information (status, bank account)
Cancel automation
Cancel automation
Use Cancel automation when the user toggles off an automation.
- Sends a
POSTrequest to/automations/{id}/cancel - Returns
202 Acceptedon success - Pending deposits not yet submitted will be cancelled