{"title":"Import data into referral lists","category":"default","creationDate":1779533780,"content":"<p>You can import referral data into the\u00a0Adyen payments platform to be placed on several <a href=\"\/risk-management\/configure-standard-risk-rules\/referral-rules\">referral lists<\/a> used for fraud checks.<\/p>\n<p>This bulk import of referral data is different from uploading items to a block or trust list using a CSV file in the Customer Area.<\/p>\n<p>The CSV file that contains the referral data for the bulk import must be encrypted, and uploading the file requires our <a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a>.<\/p>\n<h2 id=\"format\">Input file format<\/h2>\n<ol>\n<li>\n<p>Create a file in CSV (Comma Separated Values) format as per RFC 4180. These are the requirements:<\/p>\n<ul>\n<li>Prefix each line with a supported fixed value field, either the payment method or the type of referral list. See the different types of referrals on this page for the details.<\/li>\n<li>Each line contains the fields for a single referral item. In other words: each referral is on a separate line.<\/li>\n<li>Multi-line fields are not allowed. You can use a\u00a0variable number of fields per line.<\/li>\n<li>A header is not allowed.<\/li>\n<li>The maximum number of lines per file is 100.000 (if file size permits).<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Save the file in <a href=\"https:\/\/en.wikipedia.org\/wiki\/UTF-8\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">UTF-8<\/a>\u00a0format (to support non-western characters).<\/p>\n<\/li>\n<li>\n<p>Encrypt the file using the PGP public key provided to you by either our <a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a>, or your Adyen contact.<\/p>\n<div class=\"notices blue\">\n<p>For more information, see our <a href=\"\/development-resources\/pgp-encryption\">PGP encryption documentation<\/a>.<\/p>\n<\/div>\n<\/li>\n<li>\n<p>Send the file to Adyen.<\/p>\n<\/li>\n<\/ol>\n<h2 id=\"card\">Card<\/h2>\n<p>For card referrals the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>card<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>cardNumber<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The card number.<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"sepa\">SEPA<\/h2>\n<p>For SEPA referral data the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value:<\/strong> <code>sepa<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>iban<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>IBAN of the bank account.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"shopper-name\">Shopper name<\/h2>\n<p>For shopper name the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>shopperName<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>shopperName<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Name of the shopper.<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"shopper-email\">Shopper email<\/h2>\n<p>For shopper email referrals the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>shopperEmail<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>shopperEmail<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The shopper's email address.<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"shopper-ip\">Shopper IP<\/h2>\n<p>For shopper IP referrals the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>shopperIp<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>shopperIP<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The IP address the shopper used to carry out the transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"shopper-reference\">Shopper reference<\/h2>\n<p>For shopper reference referrals the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>shopperReference<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>shopperReference<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A shopper's reference, which is the unique identifier for a shopper.<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"shopper-address\">Shopper address<\/h2>\n<p>For shopper address referrals the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>shopperAddress<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/>\u00a0<\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>street<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Street name.<\/td>\n<\/tr>\n<tr>\n<td><code>houseNumberOrName<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>House number or name.<\/td>\n<\/tr>\n<tr>\n<td><code>city<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Name of the city<\/td>\n<\/tr>\n<tr>\n<td><code>postalCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Postal code.<\/td>\n<\/tr>\n<tr>\n<td><code>stateOrProvince<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>State or province name.<\/td>\n<\/tr>\n<tr>\n<td><code>countryCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Country code<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"shopper-phone-number\">Shopper phone number<\/h2>\n<p>For shopper phone number referrals the following columns are required:<\/p>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Required<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fixed value: <code>shopperPhoneNumber<\/code><\/strong><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>Record type identifier.<\/td>\n<\/tr>\n<tr>\n<td><code>merchantAccountCode<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The merchant account name.<\/td>\n<\/tr>\n<tr>\n<td><code>phoneNumber<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>The phone number<\/td>\n<\/tr>\n<tr>\n<td><code>description<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>A description of the item, for example a transaction ID of the original transaction.<\/td>\n<\/tr>\n<tr>\n<td><code>flag<\/code><\/td>\n<td><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td>You can perform the following actions:<ul><li markdown=\"1\">trust<\/li><li markdown=\"1\">block<\/li><li markdown=\"1\">delete<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"example-file\">Example file<\/h2>\n<p>The following is an example file with several lines of referral data:<\/p>\n<pre><code class=\"language-text\">card,YourMerchantOrCompanyAccount,4111111111111111,\"Example description\",block\nshopperName,YourMerchantOrCompanyAccount,\"S. Hopper\",\"Example description\",trust\nshopperEmail,YourMerchantOrCompanyAccount,s.hopper@example.com,\"Example description\",trust\nshopperIp,YourMerchantOrCompanyAccount,8.8.8.8,\"Example description\",block\nshopperReference,YourMerchantOrCompanyAccount,YourMerchantReference,\"Example description\",delete\nshopperAddress,YourMerchantOrCompanyAccount,StreetName,58,Amsterdam,2116 E,AMS,NL,\"Example description\",trust\nshopperPhoneNumber,YourMerchantOrCompanyAccount,0123456789,\"Example description\",block<\/code><\/pre>","url":"https:\/\/docs.adyen.com\/development-resources\/migrating-payment-data\/import-data-into-referral-lists","articleFields":{"id":"24217790","type":"page","_expandable":{"operations":""},"status":"current","last_edit_on":"01-05-2020 11:32","feedback_component":true},"algolia":{"url":"https:\/\/docs.adyen.com\/development-resources\/migrating-payment-data\/import-data-into-referral-lists","title":"Import data into referral lists","content":"You can import referral data into the\u00a0Adyen payments platform to be placed on several referral lists used for fraud checks.\nThis bulk import of referral data is different from uploading items to a block or trust list using a CSV file in the Customer Area.\nThe CSV file that contains the referral data for the bulk import must be encrypted, and uploading the file requires our Support Team.\nInput file format\n\n\nCreate a file in CSV (Comma Separated Values) format as per RFC 4180. These are the requirements:\n\nPrefix each line with a supported fixed value field, either the payment method or the type of referral list. See the different types of referrals on this page for the details.\nEach line contains the fields for a single referral item. In other words: each referral is on a separate line.\nMulti-line fields are not allowed. You can use a\u00a0variable number of fields per line.\nA header is not allowed.\nThe maximum number of lines per file is 100.000 (if file size permits).\n\n\n\nSave the file in UTF-8\u00a0format (to support non-western characters).\n\n\nEncrypt the file using the PGP public key provided to you by either our Support Team, or your Adyen contact.\n\nFor more information, see our PGP encryption documentation.\n\n\n\nSend the file to Adyen.\n\n\nCard\nFor card referrals the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: card\n\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\ncardNumber\n\nThe card number.\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nSEPA\nFor SEPA referral data the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: sepa\n\nRecord type identifier.\n\n\niban\n\nIBAN of the bank account.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nShopper name\nFor shopper name the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: shopperName\n\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\nshopperName\n\nName of the shopper.\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nShopper email\nFor shopper email referrals the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: shopperEmail\n\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\nshopperEmail\n\nThe shopper's email address.\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nShopper IP\nFor shopper IP referrals the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: shopperIp\n\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\nshopperIP\n\nThe IP address the shopper used to carry out the transaction.\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nShopper reference\nFor shopper reference referrals the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: shopperReference\n\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\nshopperReference\n\nA shopper's reference, which is the unique identifier for a shopper.\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nShopper address\nFor shopper address referrals the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: shopperAddress\n\u00a0\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\nstreet\n\nStreet name.\n\n\nhouseNumberOrName\n\nHouse number or name.\n\n\ncity\n\nName of the city\n\n\npostalCode\n\nPostal code.\n\n\nstateOrProvince\n\nState or province name.\n\n\ncountryCode\n\nCountry code\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nShopper phone number\nFor shopper phone number referrals the following columns are required:\n\n\n\nField\nRequired\nDescription\n\n\n\n\nFixed value: shopperPhoneNumber\n\nRecord type identifier.\n\n\nmerchantAccountCode\n\nThe merchant account name.\n\n\nphoneNumber\n\nThe phone number\n\n\ndescription\n\nA description of the item, for example a transaction ID of the original transaction.\n\n\nflag\n\nYou can perform the following actions:trustblockdelete\n\n\n\nExample file\nThe following is an example file with several lines of referral data:\ncard,YourMerchantOrCompanyAccount,4111111111111111,\"Example description\",block\nshopperName,YourMerchantOrCompanyAccount,\"S. Hopper\",\"Example description\",trust\nshopperEmail,YourMerchantOrCompanyAccount,s.hopper@example.com,\"Example description\",trust\nshopperIp,YourMerchantOrCompanyAccount,8.8.8.8,\"Example description\",block\nshopperReference,YourMerchantOrCompanyAccount,YourMerchantReference,\"Example description\",delete\nshopperAddress,YourMerchantOrCompanyAccount,StreetName,58,Amsterdam,2116 E,AMS,NL,\"Example description\",trust\nshopperPhoneNumber,YourMerchantOrCompanyAccount,0123456789,\"Example description\",block","type":"page","locale":"en","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Development resources","lvl2":"Import data from another payment provider","lvl3":"Import data into referral lists"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/","lvl1":"https:\/\/docs.adyen.com\/development-resources","lvl2":"https:\/\/docs.adyen.com\/development-resources\/migrating-payment-data","lvl3":"\/development-resources\/migrating-payment-data\/import-data-into-referral-lists"},"levels":4,"category":"Development Resources","category_color":"green","tags":["Import","referral","lists"]}}
