Payment Method Created

A new payment method was created

Payload

The payload of this webhook request is an object.
eventTypestringRequired

The type of the event.

entityIdstringRequired

ID of the entity that the payment method belongs to.

updatedByEntityIdstringRequired

ID of the entity that created or updated the payment method. This will be different from the entityId if the payment method was added by a different entity (e.g. a C2 creating a payment method for a C3). If the payment method was created or updated by an admin, this will be ‘admin’.

paymentMethodobjectRequired

The payment method details.

entityobjectRequired

Entity that the payment method belongs to.

userobjectOptional

User who initiated the change.

Response

200
any
Return a 200 status to indicate that the data was received successfully.