Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENWORK and version Documentation
Info

This data element can be used to override configuration data on file for your Merchant ID.

Data Elements

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638289655248_-765912457
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamethreedsconfig
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638289655250_-259404136
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1

loginID

string

M

3DS Login ID

3DS Login-ID
2

acquirerBIN

string

M

Acquirer’s Bank Identification Number

Banken-Identifikationsnummer (BIN) des Acquirers
3

merchantCategoryCode

string

M

Merchant Category Code (MCC)

Kategoriecode des Händlers (MCC)
4

merchantCountry

object

M

Merchant country

Händlerland
5

merchantName

string

M

Merchant name

Händlername
6merchantURLstring 

Fully qualified URL of the merchant site. A URL that is “fully qualified” is prefixed with the URL scheme, either “http://” or “https://”.

Required for EMV 3DS

Vollständig qualifizierte URL der Händlerseite. Eine “vollständig qualifizierte” URL hat das Präfix des URL-Schemas, entweder “http://” oder “https://”.

Für EMV 3DS erforderlich

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt
MultiExcerptNameschema
Code Block
languagejson
linenumberstrue
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "BASEURL/threeDSConfig.json",
	"title": "3DS Config",
	"description": "3DS Configuration Data",
	"type": "object",
	"properties": {
		"loginID": {
			"type": "string"
		},
		"acquirerBIN": {
			"type": "string",
			"minLength": 6,
			"maxLength": 11
		},
		"merchantCategoryCode": {
			"type": "string",
			"minLength": 4,
			"maxLength": 4
		},
		"merchantCountry": {
			"type": "object"
		},
		"merchantName": {
			"type": "string"
		},        
		"merchantURL": {            
			"type": "string",   
			"maxLength": 2048,   
			"description": "Fully qualified URL of the merchant site. A URL that is “fully qualified” is prefixed with the URL scheme, either “http://” or “https://”."
		}
	},
	"additionalProperties": false,
	"required": ["loginID", "acquirerBIN", "merchantCategoryCode", "merchantCountry", "merchantName"]
}

Sample

Multiexcerpt
MultiExcerptNamesample
Code Block
languagejson
linenumberstrue
{
	"loginID": "123456ABCDEF",
	"acquirerBIN": "123456",
	"merchantCategoryCode": "5965",
	"merchantCountry": {
		"countryA3": "pol"
	},
	"merchantName": "ACME INC.",
	"merchantURL": "https://www.acme-example.com"
}

Table of Contents