CreateMidRequest

  • descriptor
    Type: string
    required

    MID descriptor

  • merchantId
    Type: integer
    required

    ID of the merchant

  • configuration
    Type: object
    • allowPartialRefunds
      Type: boolean
    • allowRefunds
      Type: boolean
    • autoSettle
      Type: boolean
    • batchTime
      Type: string
    • descriptor
      Type: string
    • refundLimit
      Type: string
    • timezone
      Type: string
  • gatewaySettings
    Type: object
    • apiKey
      Type: string
    • apiSecret
      Type: string
    • endpoint
      Type: string
    • gatewayId
      Type: string
    • gatewayName
      Type: string
    • isActive
      Type: boolean
    • merchantId
      Type: string
    • terminalId
      Type: string
  • midNumber
    Type: string

    MID number (auto-generated if not provided)

  • processingLimits
    Type: object
    • dailyLimit
      Type: string
    • monthlyLimit
      Type: string
    • transactionLimit
      Type: string
  • processingStatus
    Type: stringenum
    values
    • enabled
    • disabled
    • limited
    • hold
  • status
    Type: stringenum
    values
    • pending
    • active
    • suspended
    • terminated