action.skip

Payment Notification

API Name: PaymentNotification__c

The Payment Notification represents updates (e.g. Webhook notifications) for payments, usually from payment providers, regarding payment activities. Each new update generates a Payment Notification record, handled uniquely per provider. Once processed, relevant Payment records are updated accordingly.

Label API Name Type Description
Payment Notification Name Name AutoNumber
Event Type EventType__c Text(255) The event type of this notification. (Optional. For payment provider specific event types)
Payment Payment__c Lookup(Payment__c) The payment which is associated to this payment notification.
Raw Notification RawNotification__c LongTextArea(32768) The raw response (for example a webhook notification from a payment provider)
Refund Refund__c Lookup(Refund__c)