Revoke
Last updated
Was this helpful?
The revoke method cancels a recurring payment mandate.
mandateId
String
Yes
Mandate ID to revoke
reason
String
No
Reason for revocation
status
MandateStatus
REVOKED
Map<String, Object> request = new HashMap<>();
request.put("mandateId", "mandate_xxx");
Map<String, Object> response = recurringClient.revoke(request);Last updated
Was this helpful?
Was this helpful?

