Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

NotificationStatus Enum

Shows whether the payments platform successfully received the notification from the gateway.

Usage

When the gateway sends a notification for a payment request, the payments platform delegates the notification request to the gateway adapter. First, the adapter evaluates the signature from the notification request. If the signature is valid, the adapter builds a notification object to store information about the notification. During this process, the adapter sets the NotificationStatus to Failed or Success based on information from the notification request.

Enum Values

The following are the values of the commercepayments.NotificationStatus enum.

Value Description
Failed The payments platform couldn’t receive the notification due to an error.
Success The payments platform received the notification.