Conekta::CreateCompanyRequestComercialInfo

August 12, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
websiteStringThe company's website URL.[optional]
mccStringThe Merchant Category Code (MCC) for the company.[optional]
merchant_support_emailStringEmail address for merchant support.[optional]
merchant_support_phoneStringPhone number for merchant support.[optional]

Example

require 'conekta'

instance = Conekta::CreateCompanyRequestComercialInfo.new(
  website: http://www.test.com,
  mcc: 5812,
  merchant_support_email: test@test.com,
  merchant_support_phone: 5300000000
)