On This Page
Merchant Notifications
Secure Acceptance
sends merchant and customer notifications in response to transactions. You can receive a merchant notification by email or as an HTTPS POST to a URL for each transaction processed. Both notifications contain the same transaction result data.Ensure that your system acknowledges POST notifications (even when under load) as quickly as possible. Delays of more than 10 seconds might result in delays to future POST notifications.
Cybersource
recommends that you implement the merchant POST URL to receive notification of each transaction. Parse the transaction response sent to the merchant POST URL and store the data within your order management system. This ensures the accuracy of the transactions and informs you when the transaction was successfully processed.Configuring Merchant Notifications
- In the left navigation panel, choosePayment Configuration >. TheSecure AcceptanceSettingsSecure AcceptanceSettings page appears.
- Choose a profile. The General Settings page appears.
- ClickNotifications. The Notifications page appears.
- Choose a merchant notification in one of two ways:
- CheckMerchant POST URL. Enter the HTTPS URL.Cybersourcesends transaction information to this URL. For more information, see Response Fields. Only an HTTPS URL supporting TLS 1.2 or higher should be used for the merchant POST URL. If you encounter any problems, contactCybersourceCustomer Support.
- CheckMerchant POST Email. Enter your email address.Cybersourcesends transaction response information to this email address including payment information, return codes, and all relevant order information. See Response Fields.
- Choose the card number digits that you want displayed in the merchant or customer receipt:
- Return payment card BIN: displays the card's Bank Identification Number (BIN), which is the first six digits of the card number. All other digits are masked: 123456xxxxxxxxxx
- Return last four digits of payment card number: displays the last four digits of the card number. All other digits are masked: xxxxxxxxxxxx1234
- Return BIN and last four digits of payment card number: displays the BIN and the last four digits of the card number. All other digits are masked: 123456xxxxxx1234
- ClickSave.