Sending a payment failure notification
Learn how to send a notification when the shopper's payment fails.
When processing transactions, it's crucial to promptly notify customers about any issues that may arise, such as payment failures, to ensure transparency and maintain customer trust. The payment failure notification in our system is an automated response designed to alert the customer whenever a transaction does not go through successfully.
Notification trigger
This notification is primarily triggered by the submitOrder
method within the SubscriptionOrderHelper.java
class, ensuring that customers are quickly informed and can take necessary action to rectify the issue.
PreviousSending an invalid payment account notificationNextSending a subscription renewal reminder notification
Last updated