REST API

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

Merchant ID that is assigned by an acquirer or a processor. This field should not be overridden by any other party.

Syntax

{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "paymentTypes": [ "<paymentType>": { "currencies": [ "<currency>": { "merchantId": "testrest" } ] } ] } ] } } } } } } } }
  • <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 the regular expression format:
^[0-9a-zA-Z]+$

Specifications

  • Data Type:
    String
  • Minimum Data Length:
    1
  • Maximum Data Length:
    15

Mapping Information

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