Use theDocumentation Index
Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
Use this file to discover all available pages before exploring further.
/v2/budgets/{budgetId}/direct-debits endpoint to create a Direct Debit mandate from a paper mandate — a signed physical form that authorises an originator to collect payments from a payer’s bank account. Paper mandates are the offline equivalent of setting up a Direct Debit digitally.
This is useful when you need to manage mandates that weren’t created through the API. For example, if your business collected Direct Debit authorisations on paper before your integration existed, those mandates still need to be registered in the system. The reference field is the link between the physical form and the mandate record — you’ll find it printed on the original paper mandate.
This endpoint is specifically for paper mandates. Electronic mandates are set up directly by the originator through the BACS network and don’t need to be created via the API.
Create a Direct Debit mandate
POST
/v2/budgets/{budgetId}/direct-debitsQuery parameters
The ID of the account.
Request body
The Direct Debit reference. Maximum 18 characters.
The date from which the mandate should be active, in
YYYY-MM-DD format.Details about the originator.
The originator’s identification number. Maximum 6 characters.
The originator’s account name. Maximum 35 characters.
The originator’s address.
The address type. Allowable values:
ADDR, PBOX, HOME, BIZZ, MLTO, DLVY.The street name.
The building number.
The building name.
The postal code.
The city.
The country code in ISO 3166-1 alpha-2 format (e.g.,
GB).Sample request
Sample response
If your request is successful, you’ll receive a201 response.