The group contains parameters for risk evaluation on the merchant side.

  • Parameters
  • Server API Error Messages
  • Examples

Parameters

Parameter

RequiredComments
merchantriskindicator_delivery_email

-

For electronic delivery, the e-mail address to which the goods were delivered


Format

CHAR(1..255)
merchantriskindicator_delivery_time_frame-

Indicates the time period for the delivery of goods.


Format

LIST

Permitted Values

electronicDelivery

sameDayDelivery

nextDayDelivery

twoOrMoreDaysDelivery

merchantriskindicator_gift_card_amount-

For the purchase of prepaid or gift cards, the total purchase amount of prepaid or gift cards in the smallest currency unit


Format

NUMERIC
merchantriskindicator_gift_card_count-

For the purchase of prepaid or gift cards, the total number of individual prepaid or gift cards/codes purchased


Format

NUMERIC
merchantriskindicator_gift_card_curr-

For the purchase of prepaid or gift cards, the three-digit currency code of the gift card according to ISO 4217

Format

CHAR(1..255)
merchantriskindicator_pre_order_date-

For a pre-ordered purchase, the expected date on which the goods will be available (YYYYMMDD)


Format

DATE(8), YYYYMMDD
merchantriskindicator_pre_order_purchase_indicator-

Indicates whether the customer places an order for a product with future availability or future release date


Format

LIST

Permitted Values

true
false
merchantriskindicator_reorder_items_indicator-

Indicates whether the customer reorders a previously purchased product


Format

LIST

Permitted Values

true
false
merchantriskindicator_shipping_address_indicator-

Specifies the delivery method selected for the transaction. If the sale includes one or more items, use the Code Shipping Indicator for the physical goods, or if all are digital goods, use the Code Shipping Indicator to describe the most expensive item.


Format

LIST

Permitted Values

shipToBillingAddress

shipToVerifiedAddress

shipToNewAddress

shipToStore

digitalGoods

noShipment

other

Server API Error Messages

No.

Signification

2560Parameter {merchantriskindicator_delivery_email} incorrect
2561Parameter {merchantriskindicator_delivery_time_frame} incorrect
2562Parameter {merchantriskindicator_gift_card_amount} incorrect
2563Parameter {merchantriskindicator_gift_card_count} incorrect
2564Parameter {merchantriskindicator_gift_card_curr} incorrect
2565Parameter {merchantriskindicator_pre_order_date} incorrect
2566Parameter {merchantriskindicator_pre_order_purchase_indicator} incorrect
2567Parameter {merchantriskindicator_reorder_items_indicator} incorrect
2568Parameter {merchantriskindicator_shipping_address_indicator} incorrect

Example

Server API

merchantriskindicator_delivery_email=test@mail.com
merchantriskindicator_delivery_time_frame=electronicDelivery
merchantriskindicator_gift_card_amount=10.00
merchantriskindicator_gift_card_count=1
merchantriskindicator_gift_card_curr=EUR
merchantriskindicator_pre_order_date=20200817
merchantriskindicator_pre_order_purchase_indicator=true
merchantriskindicator_reorder_items_indicator=false
merchantriskindicator_shipping_address_indicator=shipToBillingAddress


  • No labels