# Payment instrument modified

Endpoint: POST payment-instrument-modified
Version: latest
Security: SecretApiKey, JWT

## Request fields (application/json):

  - `paymentInstrumentId` (string)
    ID of the payment instrument.
    Example: "inst_0YVB8KPKNXCBR9EDX7JHSED75N"

  - `eventType` (string)
    Type of event that triggered the webhook.
    Enum: "payment-instrument-modified"

  - `_embedded` (object)
    Embedded objects related to the payment instrument event.

  - `_embedded.paymentInstrument` (any)


## Response 2xx fields
