Skip to main content
DELETE
/
v1
/
psp_mandates
Delete PSP mandates
curl --request DELETE \
  --url https://api.paytsoftware.com/v1/psp_mandates \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Query Parameters

administration_id
string
required

Administration identifier

psp_mandate_ids
string[]

List of psp_mandate_ids to revoke

mandate_identifiers
string[]

List of mandate identifiers to revoke

mandate_references
string[]

List of mandate references to revoke

debtor_numbers
string[]

List of debtor numbers to revoke

Response

204

PSP mandates deactivated and revoke scheduled

Last modified on June 12, 2026