Ping Identity
payments_mandates_revoke
Revoke a mandate. The on-chain session key is not uninstalled (manual via Console if needed); settled payments are unaffected.
Remote loomal/identity
Remote (network-hosted)
Other tools also called payments_mandates_revoke?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"mandateId": {
"type": "string",
"description": "Mandate id to revoke."
}
}
}