Cancel a direct debit mandate
POST
https://api.tamio.com/v2/customers/mandates/cancel/{uuid}
Cancels a direct debit mandate for a specific customer and currency. The mandate is removed from the customer's stored mandates.
Path Parameters
uuid
string*
UUID of the customer
Body Parameters
currency
string*
Currency code of the mandate to cancel (e.g. EUR, USD)
provider
string*
Payment provider
gocardlessResponses
200
Mandate cancelled successfully
Mandate cancelled successfully
status
integer
customer
Customer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: customer UUID not found400– MandateNotFound: no mandate found for the specified currency
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string