Adding Stripe transaction ID to email notification

Hi

Im using this: https://docs.gravityforms.com/payment_action-merge-tag/
to add a merge tag for transaction ID but it doesn’t work.

Am i eneting it incorrectly?
I’ve tried: {payment_action::transaction_id]}
{payment_action:[:transaction_id]}
{payment_action:transaction_id}

Please help.

Hi Ruby,

Could you please try the following and let me know how that goes?

{payment_action:transaction_id}

Still didnt work :frowning:

Sorry, I have fixed the typo error. Could you please try again?

{payment_action:transaction_id} is the correct merge tag.

Which event is the notification assigned to? The event setting can be found on the notification configuration page.

The payment_action merge tags won’t work with the default form is submitted event, the notification must be assigned to an event added by a payment add-on, such as payment completed.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.