Payment Method

actionDescriptionSampleRule
payment_method.createA new payment method was added, such as a new credit card or PayPal account.NN
payment_method.removeA payment method was removed.NY
payment_method.updateAn existing payment method was updated.YN

payment_method.create

#
Category
payment-method

Description

A new payment method was added, such as a new credit card or PayPal account.

Documented on GitHub's enterprise audit log reference.

payment_method.remove

#
Category
payment-method

Description

A payment method was removed.

Documented on GitHub's enterprise audit log reference.

Detection Rules #

Full rule details for this event, including ATT&CK technique mappings and native queries →

Kusto #

payment_method.update

#
Category
payment-method

Description

An existing payment method was updated.

Documented on GitHub's enterprise audit log reference.

Example Audit Log Entry #

{
  "@timestamp": 1778948748129,
  "_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAxOQ==",
  "action": "payment_method.update",
  "actor": "user",
  "actor_id": 9000002,
  "created_at": 1778948748129,
  "operation_type": "modify",
  "request_access_security_header": null,
  "request_id": "D919:3144:6452C9F:6611BA4:6A089A8A",
  "user": "user",
  "user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
  "user_id": 9000002
}

References #