• DeutschEnglish

merchantRiskIndicator

Datenelemente

Key

Format

CND

Beschreibung

deliveryEmail

string

O

Für elektronische Lieferung die E-Mail-Adresse, an die die Ware geliefert wurde

deliveryTimeframe

string

O

Gibt den Zeitrahmen für die Warenlieferung an

giftCardAmount

integer

O

Für den Kauf von Prepaid- oder Geschenkkarten der Gesamtkaufbetrag der Prepaid- oder Geschenkkarten in der kleinsten Währungseinheit

giftCardCount

integer

O

Für den Kauf von Prepaid- oder Geschenkkarten die Gesamtanzahl der gekauften einzelnen Prepaid- oder Geschenkkarten/-Codes

giftCardCurr

string

O

Für den Kauf von Prepaid- oder Geschenkkarten der dreistellige Währungscode der Geschenkkarte numerisch gemäß ISO 4217, z.B. 978

preOrderDate

string

O

Für einen vorbestellten Kauf das erwartete Datum, an dem die Ware verfügbar sein wird (JJJJ-MM-TT)

preOrderPurchaseIndicator

boolean

O

Gibt an, ob der Kunde eine Bestellung für eine Ware mit zukünftiger Verfügbarkeit oder zukünftigem Veröffentlichungsdatum aufgibt

reorderItemsIndicator

boolean

O

Gibt an, ob der Kunde eine zuvor bereits gekaufte Ware erneut bestellt

shippingAddressIndicator

string

O

Gibt die für die Transaktion gewählte Liefermethode an. Wenn in dem Verkauf einer oder mehrere Artikel enthalten sind, verwenden Sie den Code Shipping Indicator für die physischen Waren, oder wenn alles digitale Güter sind, verwenden Sie den Code Shipping Indicator zur Beschreibung des teuersten Artikels.

Schema

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

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "BASEURL/merchantRisk.json",
4
"title": "merchantRisk",
5
"description": "Merchant Risk Information",
6
"type": "object",
7
"properties": {
8
"deliveryEmail": {
9
"type": "string",
10
"maxLength": 254,
11
"format": "idn-email",
12
"description": "For Electronic delivery, the email address to which the merchandise was delivered."
13
},
14
"deliveryTimeframe": {
15
"type": "string",
16
"enum": ["electronicDelivery", "sameDayDelivery", "nextDayDelivery", "twoOrMoreDaysDelivery"]
17
},
18
"giftCardAmount": {
19
"type": "integer",
20
"maximum": 999999999999
21
},
22
"giftCardCount": {
23
"type": "integer",
24
"maximum": 99,
25
"description": "Number of prepaid or gift cards used for this purchase."
26
},
27
"giftCardCurr": {
28
"type": "string",
29
"minLength": 3,
30
"maxLength": 3,
31
"description": "ISO 4217 three-digits numeric currency code of the gift card, e.g. 978."
32
},
33
"preOrderDate": {
34
"type": "string",
35
"format": "full-date",
36
"description": "The expected date that the merchandise will be available in format YYYY-MM-DD."
37
},
38
"preOrderPurchaseIndicator": {
39
"type": "boolean",
40
"description": "Indicates whether customer is placing an order for merchandise with a future availability or release date."
41
},
42
"reorderItemsIndicator": {
43
"type": "boolean",
44
"description": "Indicates whether the customer is reordering previously purchased merchandise."
45
},
46
"shippingAddressIndicator": {
47
"type": "string",
48
"enum": [
49
"shipToBillingAddress",
50
"shipToVerifiedAddress",
51
"shipToNewAddress",
52
"shipToStore",
53
"digitalGoods",
54
"noShipment",
55
"other"
56
],
57
"description": "Indicates shipping method chosen for the transaction. If one or more items are included in the sale, use the Shipping Indicator code for the physical goods, or if all digital goods, use the Shipping Indicator code that describes the most expensive item."
58
}
59
},
60
"additionalProperties": false
61
}

Beispiel

1
{
2
"deliveryEmail": "joe.bloggs@acme.com",
3
"deliveryTimeframe": "twoOrMoreDaysDelivery",
4
"giftCardAmount": 5000,
5
"giftCardCount": 2,
6
"giftCardCurr": "978",
7
"preOrderDate": "2020-03-15",
8
"preOrderPurchaseIndicator": true,
9
"reorderItemsIndicator": true,
10
"shippingAddressIndicator": "shipToStore"
11
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status