Hi, I’m trying to add the payment Authorize.net status but it not working.
I’m using:
Payment Status: {payment_status}
Amount: {payment_amount}
Transaction ID: {transaction_id}
Date: 05/17/2024
Method: {payment_method}
Only the date field works.
Those merge tags are generally not supported by the default form submission event used by notifications. Have you selected one of the choices from the add-on for the event setting on the notification configuration page?
As I mentioned in my first reply, those merge tags are not supported by that event. You’ll need to select one of the choices added by the add-on, such as payment completed.
I used " {payment_action:payment_status}" and trying to check with one of the old entries and it’s not working. …or it will work only with the new entries?
The {payment_action} merge tags only work when the notification is triggered on one of the payment events, so they won’t work if you resend the notification for an existing entry.