REST API

productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors.[processorName]. currencies.[currency]. serviceEnablementNumber

The service enablement number (SE number).
A unique ten-digit number assigned by American Express to a merchant that accepts American Express cards that are provided by the acquiring bank. This number might be unique for each currency.
This field is available for these processors:
American Express Direct
,
Barclays
,
China UnionPay
,
FDC Nashville Global
,
FDMS Nashville
,
TSYS Acquiring Solutions
,
Vero
, and
Visa Platform Connect
.
For card-not-present applications, you may enable multiple currencies. For card-present-only applications, only one currency can be processed by the ready terminal.
For
China UnionPay
,
EFTPOS
, and
Visa Platform Connect
processors, use the actual processor name in each request.

Syntax

{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "currencies": [ "<currency>": { "serviceEnablementNumber": "1234567890" } ] } ] } } } } } } } }
  • <processor>
    : The processor that is associated with the merchant account.
  • <currency>
    : The currency that is supported by the merchant.
The value of this field must conform to this regular expression:
^[0-9]+$

Specifications

  • Data Type:
    String
  • Minimum Data Length:
    10
  • Maximum Data Length:
    10

Mapping Information

Boarding Registration Service API Field:
productInformation.selectedProducts.payments.cardProcessing.configurationInformation. configurations.common.processors.[processorName].currencies.[currency].serviceEnablementNumber
Product Enablement and Configuration Service API Field:
payments.cardProcessing.configurationInformation.configurations.common. processors.[processorName].currencies.[currency].serviceEnablementNumber