REST API

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

Service enablement number (SE Number) is a unique 10-digit number assigned by American Express to a merchant that accepts American Express cards. This number may be unique for each currency depending on how the processor is set up for the merchant.

Syntax

{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "paymentTypes": [ "<paymentType>": { "currencies": [ "<currency>": { "serviceEnablementNumber": "0123456789" } ] } ] } ] } } } } } } } }
  • <processor>
    : The processor that is associated with the merchant account.
  • <paymentType>
    : The payment type 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
  • Data Length:
    10

Mapping Information

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