Authorize.net payment status Merge Tags not working [RESOLVED]

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.

Any ideas how to fix it?

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?

Hi,
{pricing_fields} and {all_fields:admin,value,exclude[107]} but we need to add Payment Status: {payment_status}. Is there any solution for that?

Which choice have you selected for the event setting on the notification configuration page?

It is “form is submitted”

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.

Ok. When I’ll choose “Payment Completed” the payment statuses in notification are not working…

Try the following merge tag instead:

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.

It works! I had to checking one of the email confirmation. Thank you for the help