> ## Documentation Index
> Fetch the complete documentation index at: https://developer.hellgate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# PaymentMethodSetupChanged

> Signals a status change in a payment method setup.

Sent by Commerce when the status of a payment method setup changes.

`ce-type: PaymentMethodSetupChanged`

## Payload

<ParamField body="payment_method_setup_id" type="string" required>
  UUID of the payment method setup.
</ParamField>

<ParamField body="customer_id" type="string" required>
  UUID of the customer the setup belongs to.
</ParamField>

<ParamField body="status" type="string" required>
  Current status of the payment method setup.

  Allowed values: `IN_PROGRESS`, `FAILURE`, `SUCCESS`, `TERMINATED`
</ParamField>
