Stripe Extension - Transaction ID Field

The Stripe Extension includes an additional field type which you'll find in the Workflow section of the Gravity Forms Form Editor.

For example, this would allow you to create a form specifically for refund requests which can be approved by an authorised with a one-click approval link in an email and the refund will be processed automatically without having to log in to either WordPress or Stripe. Transaction ID

The purpose of this field is to facilitate the validation of a Transaction ID during form submission or a User Input step and provide some basic details about the transaction in the entry detail page, the workflow entry detail page and the merge tag. 

By default, the field merge tag will output similar information to the entry detail page in the screenshot above. If you need to output just the Transaction ID without the payment details then you can use the "value" modifier. For example, {Transaction ID:1:value}

If you're not sure how your customers can access their Transaction ID then one way could be to use the {entry:transaction_id} merge tag in a notification which the customer receives immediately after their payment is processed.