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) An optional, payment provider-specific event type of this notification.
Payment Payment__c Lookup(Payment__c) The payment to which this notification relates.
Raw Notification RawNotification__c LongTextArea(32768) The raw response from the payment provider, for example a webhook notification.
Refund Refund__c Lookup(Refund__c) The refund to which this notification relates.