--- title: "Transaction description" description: "Find out what shoppers see on their bank statement and how you can change it." url: "https://docs.adyen.com/account/transaction-description" source_url: "https://docs.adyen.com/account/transaction-description.md" canonical: "https://docs.adyen.com/account/transaction-description" last_modified: "2024-01-17T16:57:00+01:00" language: "en" --- # Transaction description Find out what shoppers see on their bank statement and how you can change it. [View source](/account/transaction-description.md) When shoppers check their bank statements, they need to be able to easily identify the charges they see. The text that describes charges is known as a *transaction  description*, *statement descriptor*, *shopper statement*, or *billing descriptor*. If shoppers do not recognize a transaction by its description: * There is a higher chance your shopper issues a chargeback. * You can get a fine from the relevant card scheme related to your chargeback rate. To prevent these issues, ensure that your transaction description contains your brand or the (chain) merchant name that is most recognizable to the cardholder (as required by the card schemes), and optionally customize your transaction description. ## Requirements Before you begin, take into account the following requirements, limitations, and preparations. | Requirement | Description | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Integration type** | Any payments integration with Adyen. | | **[API credential roles](/development-resources/api-credentials/roles/)** | To customize transaction descriptions using the Management API, make sure that you have the following role:- **Management API — Payment methods read and write** | | **[Customer Area roles](/account/user-roles)** | To customize transaction descriptions using the Customer Area, make sure that you have one of the following roles:- **Merchant admin** - **Change payment methods** | | **Limitations** | Take into account the following:- You can only customize your transaction description in the live environment. - If you want to define [multiple different descriptions](#multiple-in-ca) by uploading a CSV file, note that the maximum file size is 10 MB. - Not all payment methods allow customization of the transaction description. See the [supported payment methods](#payment-methods). | ## Without customization Without customization, the transaction description consists of the **Name** set in your [live Customer Area](https://ca-live.adyen.com/) under **Settings** > **Account**, combined with the **City** and the **Country/Region** from your merchant account address. The city and country/region are always added to transaction descriptions, even if you customize the description. ## Customization options To help your shoppers easily identify the payments made to your business, you can customize the transaction description by adding information. You can add either of the following: * A [Doing Business As (DBA) name](#dba): a static value that represents your business. * A [dynamic value](#dynamic-values): the transaction-specific shopper statement that is specified in the payment request. * A [combination](#combination) of your DBA name followed by the shopper statement from the payment request. If you do business in Japan, we highly recommend that you [add localized shopper statements in Japanese characters](#japanese-characters). ### Doing Business As (DBA) name Your DBA name is a static value that represents your business. To add your DBA name to your transaction descriptions, you need to turn on this setting, and specify the text to use. We recommend that you set your DBA name to the name by which your shoppers know your business. ### Dynamic values Using dynamic values, you can customize the transaction description for each of your shoppers. For example, you can add the order reference number corresponding to the payment. To add a dynamic, transaction-specific shopper statement to your transaction descriptions, you need to turn on this setting, and [specify a shopper statement](#shopper-statement) in each individual payment request. Be aware of the following: * If you do not turn on dynamic values, the shopper statement from the payment request will *not* appear in your shoppers' bank statements. * If you turn on dynamic values but do not send a shopper statement in the payment request, your DBA name will be used instead. ### Combination To add both your DBA name and a transaction-specific shopper statement to your transaction descriptions, you need to turn on this setting, specify a DBA name, and [specify a shopper statement](#shopper-statement) in each payment request. With this setting, your DBA name is used as a base for the transaction description. The shopper statement defined in the payment request is appended to this description. ## Customer Area or Management API To add information to the transaction description, you can use the live Customer Area or the live Management API. * Using the **live Customer Area**, you have two options: * You can define the *same transaction description* for an individual merchant account or store or for multiple accounts or stores in one go. * Or you can upload a CSV file to define *various different transaction descriptions* for multiple merchant accounts and stores. In both cases the customized transaction description is applied to transactions made using **all the payment methods** that support customization and that have been added to the merchant account or store. * Using a **live Management API** endpoint, you can customize the transaction description **per payment method**. In this way you can use different descriptions for different payment methods. Not all payment methods that are available through the Management API support customization. A payment method-specific customization overrules the general transaction description settings from the Customer Area. ## Check the transaction description In your live Customer Area you can check the transaction description that applies to your merchant account or store. Using the live Management API you can check the transaction description that applies to specific payment methods. ### Tab: Customer Area When using your Customer Area to find out how your business appears on your shoppers' bank statements, you need to have one of the following [roles](/account/user-roles): * **Merchant admin** * **Change payment methods** To check the transaction description for a merchant account or store: 1. Log in to your [live Customer Area](https://ca-live.adyen.com/). 2. Go to the merchant account or store that you want to check the transaction description for. 3. Go to **Settings** > **Transaction description**. 4. Under **Show on bank statements**, check the settings: | Selected setting | Transaction descriptions include | | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | | **A dynamic value** | The shopper statement from the payment request. Or, if the payment request does not contain a shopper statement, the DBA name shown in the box. | | **A static business name** | The DBA name shown in the box. | | **Static name and dynamic value** | A combination of the DBA name shown in the box, followed by the shopper statement from the payment request (if present). | These settings apply to [most card payments and some other payment methods](#payment-methods). ### Tab: Management API To check your transaction descriptions using the Management API, you need to have one of the following [roles](/account/user-roles): * **Management API — Payment methods read and write** * **Management API — Payment methods read** To find out how your business appears on your shopper's bank statements: 1. Make a GET [/merchants/{merchantId}/paymentMethodSettings](https://docs.adyen.com/api-explorer/Management/latest/get/merchants/\(merchantId\)/paymentMethodSettings) request to the live endpoint. 2. In the response, find the relevant payment method and inspect the `transactionDescription` object of that payment method. * `doingBusinessAsName`: the DBA name defined for this payment method. * `type`: determines what information is added to the transaction description. The possible values are: * **fixed**: the `doingBusinessAsName` value. * **dynamic**: the shopper statement from the payment request, or the `doingBusinessAsName` value if the payment request does not contain a shopper statement. * **append**: a combination of the `doingBusinessAsName` value, followed by the shopper statement from the payment request (if present). ## Customize the transaction description When you configure the transaction description, take into account that the description can be a maximum of **22 characters** including spaces for the DBA name, dynamic value, or combination. Anything exceeding that is truncated and left out. What remains is then sent along with the city and country/region. Allowed characters: * Lowercase and uppercase characters: `[a-z]` `[A-Z]` * Numbers: `[0-9]` * Special characters: `.`, `,`, `'`, `_`, `-`, `?`, `+`, `*`, and space. ### Tab: Customer Area When you change the transaction description in the [live Customer Area](https://ca-live.adyen.com/), the changes affect only your current payment methods. If you add a new payment method, its transaction description defaults to your DBA name. We recommend you reconfigure your transaction description after adding a new payment method to ensure your transaction description is consistent across all payment methods. There are two methods to change the transaction description in your live Customer Area: * Define a [single transaction description](#single-in-ca) and select one or more merchant accounts or stores to apply the description to. In this way you can apply the same description to many accounts or stores in one go. * Upload a CSV file with [various transaction descriptions](#multiple-in-ca) for various merchant accounts and stores. In this way you can supply all the different descriptions for all your merchant accounts and stores in one go. The maximum file size of the CSV file is 10 MB. For these tasks, you need to have one of the following [roles](/account/user-roles): * **Merchant admin** * **Change payment methods** ### Define a single description 1. Log in to your [live Customer Area](https://ca-live.adyen.com/). 2. Go to **Settings** > **Transaction description**. 3. Select the tab **Set a single description**. 4. Select the merchant accounts or the stores that you want the transaction description to apply to. 5. Configure the transaction description you want. | Effect | Action | | --------------------------------------------- | ---------------------------------------------------------------------------- | | Add DBA name | Select **A static business name**, and in the box type your DBA name. | | Add shopper statement | Select **A dynamic value**, and in the box type your DBA name. | | Combination of DBA name and shopper statement | Select **Static name and dynamic value**, and in the box type your DBA name. | 6. Select **Save**. Your changes are applied immediately to all transactions processed through the selected merchant accounts or stores. ### Define multiple different descriptions 1. Log in to your [live Customer Area](https://ca-live.adyen.com/). 2. Go to **Settings** > **Transaction description**. 3. Select the tab **Set multiple descriptions**. 4. To download the template CSV file, in the text select the words "**this template**". 5. Fill out the CSV file as described below, and save it under a new name. | Column | Explanation | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | **merchantAccountCode** | The unique ID of the merchant account. | | **storeCode** | The unique store ID, if the transaction description should apply to a specific store under the specified merchant account. Leave empty if not applicable. | | **type** | One of the following values, to indicate what to add to the transaction description:- **fixed**: adds the DBA name. - **dynamic**: adds the shopper statement from the payment request. - **append**: adds the DBA name followed by the shopper statement from the payment request (if present). | | **doingBusinessAsName** | Your DBA name. | 6. In the Customer Area, click on the upload box and upload your saved CSV file. 7. Select **Save**. Your changes will be applied within one calendar day. ### Tab: Management API To configure the transaction description for a specific payment method using the Management API, you need to have the following [role](/account/user-roles): * **Management API — Payment methods read and write** You can configure the transaction description while requesting a payment method, or later, when updating a payment method. To configure the transaction description: 1. If you are requesting a new payment method, make a POST [/merchants/{merchantId}/paymentMethodSettings](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/\(merchantId\)/paymentMethodSettings) request to the live endpoint.\ Or if you are updating an existing payment method, make a PATCH [/merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}](https://docs.adyen.com/api-explorer/Management/latest/patch/merchants/\(merchantId\)/paymentMethodSettings/\(paymentMethodId\)) request to the live endpoint. 2. In the request body, for the relevant payment method specify a `transactionDescription` object containing: * `doingBusinessAsName`: the DBA name for this payment method. * `type`: determines what the transaction description consists of. The possible values are: * **fixed**: transaction descriptions consist of the `doingBusinessAsName` value. * **dynamic**: transaction descriptions consist of the shopper statement from the payment request, or of the `doingBusinessAsName` value if the payment request doesn't contain a shopper statement. * **append**: transaction descriptions consist of a combination of the `doingBusinessAsName` value, followed by the shopper statement from the payment request (if present). Your changes are applied immediately to all the transactions processed with that payment method on your merchant account. ## Specify a shopper statement If you want your transaction descriptions to contain a dynamic shopper statement, it is not enough to configure the dynamic value option or the combination option as described under [Customize the transaction description](#customize-the-transaction-description). You also need to add a `shopperStatement` parameter to each payment request. * For ecommerce transactions, add a `shopperStatement` parameter to your [/sessions](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions) or [/payments](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments) request. * For point-of-sale transactions, pass the `shopperStatement` inside the [`SaleToAcquirerData` ](/point-of-sale/add-data)parameter of your Terminal API request. ### (Optional) Add a localized transaction description If you are in Japan, go to the [Japan-specific section](#japanese-characters) for instructions. If you are active in a local market that uses a different character set, you can add a localized shopper statement. We support this for ecommerce transactions using the [/payments](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments) endpoint. Do the following: * Configure the dynamic value option or the combination option as described under [Customize the transaction description](#customize-the-transaction-description). * In your API request, include both the `shopperStatement` parameter and the `localizedShopperStatement` parameter.\ If you do not include a `localizedShopperStatement` or leave it empty, `shopperStatement` is used.\ For cross-border transactions, `shopperStatement` is used. ## Localized shopper statements in Japan If you do business in Japan, we support the following character sets, in combination with the [other allowed values for transaction descriptions](#customize-the-transaction-description): * ja-Hani (Kanji) * ja-Kana (Katakana) You have various options to set a transaction description in Japanese characters: * For in-person payments, when you create a Japanese store using the Management API, you must provide Kanji and Katakana shopper statements. These statements will then be used for all in-person payments processed for that store. See [Create a store - Japan](/point-of-sale/design-your-integration/determine-account-structure/automate-store-management?tab=create_a_store_-_japan_1_2). * For online payments, you can set what appears in the shopper statement in the following ways: * Contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other) with the Kanji and Katakana values that you want to set for your account. * [Add shopper statements in Japanese characters to your `/payments` request](#japanese-characters). ### Japanese shopper statement in online payments request In the [/payments](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments) request, include the `localizedShopperStatement` parameter. Including this parameter overrides any values that are set for your account. **Example of localized shopper statement with Kanji and Katakana values** ```json { "localizedShopperStatement": { "ja-Hani": "アディエン株式会社", "ja-Kana": "アディエンジャパン" } } ``` ### Character width The width of the characters that show up on the shopper's bank statement depends on the card brand and character set: | Brand | Kanji characters | Katakana characters | | ------------------------------------------------------------ | ---------------- | ------------------- | | Visa | Full-width | Half-width | | Mastercard | Full-width | Half-width | | JCB Includes Diners and Discover, which process through JCB. | Full-width | Full-width | ## Supported payment methods The following sections list the payment methods that support customized transaction descriptions. If defined in the Customer Area, the customized transaction description applies to all listed payment methods. This description can be overwritten by a transaction description that has been defined using the Management API for the individual payment method. ### Cards * Cartes Bancaires * China Union Pay (CUP) * Diners * Discover * Eftpos * Girocard * Interac * JCB * Maestro * Mastercard * NYCE * Pulse * Star * Visa ### Wallets Your transaction description configuration also applies if the shopper paid using a wallet payment method that contains one of the card brands above. For example, if a shopper pays with Apple Pay using their Visa card, the transaction description you configured in the Customer Area will be used. Or if you used the Management API to configure a specific transaction description for Visa, that description will be used. ### Other payment methods * Bancontact (BCMC) - both card and mobile integrations * iDEAL ## See also * [Manage payments](/account/manage-payments/)