productInformation. selectedProducts. payments.
cardProcessing. configurationInformation. configurations. common. processors[].
paymentTypes[]. serviceEnablementNumber
The service enablement number (SE Number).
A unique ten-digit number assigned by American Express to a merchant that accepts American Express cards provided by the aquiring bank. This number may be unique for each currency.
This field is available for the following processors:
American Express Direct
, Barclays
, China UnionPay
, FDC Nashville Global
, FDMS Nashville
, TSYS Acquiring Solutions
, Vero
, Visa Platform Connect
. The following payment types can be used:
- AMERICAN_EXPRESS
- DINERS_CLUB
- DISCOVER
- JCB
- MASTERCARD
- PIN_DEBIT
- VISA
Syntax
{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "paymentType": [ "<paymentType>": { "serviceEnablementNumber": "1234567890" } ] } ] } } } } } } } }
- <processor>: The processor associated with the merchant account.
- <paymentType>: The card types that can be processed with the merchant account.
The value of this field must conform to the regular expression format:
^[0-9]+$
Specifications
- Data Type:String
Mapping Information
No corresponding fields..