---
title: "Payment method created"
method: POST
path: "paymentMethod.created"
tags: ["Payment method"]
---

# Payment method created

`POST paymentMethod.created` (webhook)

A request to [add a payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings) was completed.

## Payload

- PaymentMethodCreatedNotificationRequest
  - `createdAt` string, date-time, required — Timestamp for when the webhook was created.
  - `data` MidServiceNotificationData, required
    - `allowed` boolean — Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account.
    - `enabled` boolean — Indicates whether the payment method is enabled (**true**) or disabled (**false**).
    - `id` string, required — The unique identifier of the resource.
    - `merchantId` string, required — The unique identifier of the merchant account.
    - `reference` string — Your reference for the payment method.
    - `result` 'SUCCESS' | 'FAILURE', required — The result of the request to create a payment method.
    - `storeId` string — The unique identifier of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/post/merchants/{id}/paymentMethodSettings__reqParam_storeId), if any.
    - `type` string, required — Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).
    - `verificationStatus` 'valid' | 'pending' | 'invalid' | 'rejected' — Payment method status. Possible values: * **valid** * **pending** * **invalid** * **rejected**
  - `environment` string, required — The environment from which the webhook originated. Possible values: **test**, **live**.
  - `type` 'paymentMethod.created', required — Type of notification.

## Acknowledgement `200`

OK - the request has succeeded.

- PaymentMethodNotificationResponse
  - `notificationResponse` string — Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).

---

[API](https://skmtc.dev/adyen/apis/management-webhooks.md) · [All operations](https://skmtc.dev/adyen/apis/management-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/management-webhooks/revisions/c97f44056d5d/schema)
