What information does the Stripe extension add to my orders?

When a customer uses the Stripe extension to pay for their order, several unique Stripe object identifiers may be used to help keep track of the payment and other aspects of the order. You can use these identifiers in the Stripe dashboard to help you find orders, refunds, disputes, and so on.

Stripe object identifiers

↑ Back to top

Stripe assigns unique identifiers depending on what kind of information is being processed. The identifier will be a combination of three separate components:

  • Two to three letters indicating the object being identified. For example:
    • A charge will start with ch.
    • A dispute will start with du.
    • A refund will start with re.
    • An event will start with evt.
    • A Stripe account will start with acct.
  • An underscore (_) separator.
  • A unique, case-sensitive identifier.

When combined, it will look something like this:

re_1ORe6HHKb07LG7yY68hujmkB

Where are identifiers used?

↑ Back to top

These identifiers will appear in two different places:

Identifiers in the order details

↑ Back to top

When a payment is processed via the Stripe extension, an identifier will appear in the order details at the top of the page, alongside information about the payment method.

The identifier in this section is a link. Clicking it will take you to your Stripe dashboard so that you can find more information about the transaction.

Identifiers in the order notes

↑ Back to top

When a payment is processed via the Stripe extension, an identifier will appear in the order notes as the order goes through its life cycle. Since payments go through several stages, it’s common for there to be different identifiers in the order notes.

Note that identifiers appearing in the order notes depends on having webhooks set up.

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.