v1

latestOpenAPI 3.0.32026-07-26206388.3 KB
Standing 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

mandateIdstring required
action'REVOKE' required

Example request

{
  "mandateId": "mandate_abc123",
  "action": "REVOKE"
}

Response

Mandate revoked.

gidstring

PayGlocal global transaction ID.

statusstring

High-level status of this API response.

messagestring

Human-readable message.

timestampstring

Response timestamp (DD/MM/YYYY HH:MM:SS).

reasonCodestring

Empty on success; populated on failure.

dataobject

Operation-specific payload. Shape varies by endpoint.

errorsobject

Field-level validation errors (populated on 4xx).

Example response

{
  "gid": "gl_9c2645ed09edb22e",
  "status": "SUCCESS",
  "timestamp": "10/01/2026 15:00:00"
}