v1
latestOpenAPI 3.0.32026-07-26206388.3 KBStanding Instructions
SI Cancellation
Cancels (revokes) an active standing-instruction mandate. Future scheduled debits will not be attempted.
put/gl/v1/payments/si/status
Request body
Example request
{
"mandateId": "mandate_abc123",
"action": "REVOKE"
}Response
Mandate revoked.
Example response
{
"gid": "gl_9c2645ed09edb22e",
"status": "SUCCESS",
"timestamp": "10/01/2026 15:00:00"
}