v1

latestOpenAPI 3.0.32026-07-2476126451.9 KB
v1.1

Resolve anomaly

Resolve an anomaly for a transaction that belongs to the API key account

post/api/v1.4/payments/transactions/{trx_uuid}/anomalies/{anomaly_id}/resolve/

Path parameters

anomaly_idstring required

Anomaly public identifier to resolve

trx_uuidstring required

Transaction UUID that the anomaly belongs to

Request body

resolution_action'CORRECT_STATUS' | 'MARK_RESOLVED' required
  • CORRECT_STATUS - Correct Status
  • MARK_RESOLVED - Mark Resolved
resolution_notesstring

Response

idstring required
anomaly_type'duplicate_success' | 'post_failure_success' | 'post_success_failure' | 'new_provider_status' | 'error_code_updated' required
  • duplicate_success - Duplicate Success
  • post_failure_success - Post-Failure Success
  • post_success_failure - Post-Success Failure
  • new_provider_status - New Provider Status
  • error_code_updated - Error Code Updated
severity'info' | 'warning' | 'critical' required
  • info - Info
  • warning - Warning
  • critical - Critical
detected_atstring date-time required
mh_statusstring nullable required
provider_reported_statusstring nullable required
is_resolvedboolean required
resolved_atstring date-time nullable required
resolution_action'CORRECT_STATUS' | 'MARK_RESOLVED' | '' | 'null' nullable
  • CORRECT_STATUS - Correct Status
  • MARK_RESOLVED - Mark Resolved
resolution_notesstring