• DeutschEnglish

threeDSConfig

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

Data Elements

Key

Format

CND

Description

loginID

string

M

3DS Login ID

acquirerBIN

string

M

Acquirer’s Bank Identification Number

merchantCategoryCode

string

M

Merchant Category Code (MCC)

merchantCountry

object

M

Merchant country

merchantName

string

M

Merchant name

merchantURL

string 

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

Schema

BASEURL= https://www.computop-paygate.com/schemas

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "BASEURL/threeDSConfig.json",
4
"title": "3DS Config",
5
"description": "3DS Configuration Data",
6
"type": "object",
7
"properties": {
8
"loginID": {
9
"type": "string"
10
},
11
"acquirerBIN": {
12
"type": "string",
13
"minLength": 6,
14
"maxLength": 11
15
},
16
"merchantCategoryCode": {
17
"type": "string",
18
"minLength": 4,
19
"maxLength": 4
20
},
21
"merchantCountry": {
22
"type": "object"
23
},
24
"merchantName": {
25
"type": "string"
26
},
27
"merchantURL": {
28
"type": "string",
29
"maxLength": 2048,
30
"description": "Fully qualified URL of the merchant site. A URL that is “fully qualified” is prefixed with the URL scheme, either “http://” or “https://”."
31
}
32
},
33
"additionalProperties": false,
34
"required": ["loginID", "acquirerBIN", "merchantCategoryCode", "merchantCountry", "merchantName"]
35
}

Sample

1
{
2
"loginID": "123456ABCDEF",
3
"acquirerBIN": "123456",
4
"merchantCategoryCode": "5965",
5
"merchantCountry": {
6
"countryA3": "pol"
7
},
8
"merchantName": "ACME INC.",
9
"merchantURL": "https://www.acme-example.com"
10
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status