• DeutschEnglish

subMerchantPF

Data Elements

Key

Type

Format

CND

Legacy API parameter

Description

subMerchantID

string

ans..15

C

subMID

SubMerchantID assigned from the Payment Facilitator and provided in the request to identify its sub-merchants during transaction flow.

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

subMerchantName

string

ans..22

C

subMIDName

Name of the SubMerchantID. Card schemes require this value to be populated in the below format:

subMerchantName=payFacName*subMIDName (PF Name-Asterix-sub merchantName)

Payment Facilitator name must be represented within (3, 7 or 12 characters)

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

subMerchantCity

string

ans..13

C

subMIDAddrCity

Town/city of the SubMerchantID

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

subMerchantCountry

string

a..2

C

subMIDAddrCountryCode

Country code of the SubMerchantID according to ISO-3166-1, alphanumeric 2 chars

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

subMerchantStreet

string

ans..38

C

subMIDAddrStreet

Street of the SubMerchantID

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

subMerchantZIP

string

ans..10

subMIDAddrZip

Postcode of the SubMerchantID

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

subMerchantState

string

ans..3

C

subMIDAddrState

Federal State of the SubMerchantID

Please clarify beforehand with Computop Sales team if this parameter is required for the respective processing Acquirer.

Schema

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "http://json-schema.org/draft-07/schema#",
4
"title": "subMerchantPF",
5
"description": "Data related to a sub-Merchant entity as part of a Payment Facilitator Model",
6
"type": "object",
7
"properties": {
8
"subMerchantID": {
9
"type": "string",
10
"description": "SubMerchantID assigned from the Payment Facilitator"
11
},
12
"subMerchantName": {
13
"type": "string",
14
"description": "Card schemes require this value to be populated in the below format:'payFacName*subMIDName'.Payment Facilitator name must be represented within 3,7 or 12 characters"
15
},
16
"subMerchantCity": {
17
"type": "string",
18
"description": "Town/city of the SubMerchantID"
19
},
20
"subMerchantCountry": {
21
"type": "string",
22
"description": "Country code of the SubMerchantID according to ISO-3166-1, alphanumeric 2 chars"
23
},
24
"subMerchantStreet": {
25
"type": "string",
26
"description": "Street of the SubMerchantID"
27
},
28
"subMerchantZIP": {
29
"type": "string",
30
"description": "Postcode of the SubMerchantID"
31
},
32
"subMerchantState": {
33
"type": "string",
34
"description": "Federal State of the SubMerchantID"
35
}
36
},
37
"additionalProperties": false
38
}

Sample

1
{
2
"subMerchantID":"TESTSHOP33",
3
"subMerchantName":"PFNAMES*SHOPNAME",
4
"subMerchantCity":"Bamberg",
5
"subMerchantCountry":"DE",
6
"subMerchantStreet":"Abtsberg" ,
7
"subMerchantZIP":"96049" ,
8
"subMerchantState":"DEU"
9
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status