ElavonViaConexOnboardRequest
Create a Elavon terminal with POST /v2/terminals. Use the identifiers assigned to your merchant.
- accountType: string · Account Id
_id requiredThe merchant account ID being boarded.
- processorType: string · Processor Config Id
_config _id requiredID of the processor configuration selected from GET /v1/processor-configs.
- varType: object · ElavonViaConexVarSheet
_sheet requiredElavon-specific extras (bank_number/terminal_number + merchant address/metadata). mid/tid/mcc are top-level.
- acceptorType: string · Acceptor Customer Service Phonenullable
_customer _service _phone - acceptorType: string · Acceptor Phonenullable
_phone - bankType: string · Bank Numbernullable
_number Elavon Bank Number — digits 1-6 of the 22-digit Terminal_ID (exactly 6 digits). Supply with terminal_number to compose the Terminal_ID when the top-level tid is not supplied.
- countrynullable
_code ISO alpha-3 country, such as USA. US and 840 are also accepted as USA. Omitted or null country defaults to USA on create. Boarding is available only in the US.
- Type: string · Country Code
ISO alpha-3 country, such as USA. US and 840 are also accepted as USA. Omitted or null country defaults to USA on create. Boarding is available only in the US.
- currencyType: string · Currency Codenullable
_code Transaction currency (ISO 4217 numeric). Default '840'.
- industryType: string · Industry Codenullable
_code - merchantType: string · Merchant Citynullable
_city Merchant city.
- merchantType: string · Merchant Namenullable
_name - merchantType: string · Merchant Postal Codenullable
_postal _code Five-digit ZIP or ZIP+4 for a US address.
- merchantType: string · Merchant Statenullable
_state Two-letter state code for a US address.
- merchantType: string · Merchant Street Addressnullable
_street _address Merchant street address.
- merchantType: string · Merchant Street Address2nullable
_street _address2 Merchant street address line 2.
- terminalType: string · Terminal Numbernullable
_number Elavon Terminal Number — digits 7-22 of the 22-digit Terminal_ID (exactly 16 digits). Supply with bank_number when the top-level tid is not supplied.
- propertyType: anything
Name
- batchType: object · Batch Schedulenullable
_schedule Optional automatic batch schedule with timezone, is_active and schedule. Availability depends on the processor configuration.
- propertyType: anything
Name
- descriptionType: string · Descriptionnullable
Optional terminal description. terminal_description is also accepted.
- mccType: string · Mccnullable
Four-digit merchant category code.
- merchantType: string · Merchant Namenullable
_name Merchant name. Used by Silverflow acceptor creation; when omitted, Silverflow falls back to top-level
name, then the merchant account name. - midType: string · Midnullable
Merchant identifier assigned for this processor configuration. Preserve leading zeros.
- nameType: string · Namenullable
Terminal display name. terminal_name is also accepted.
- surchargeType: string · SurchargeBasisenumnullable
_basis Amount used to calculate percentage-based surcharges. total uses subtotal, tax and tip; subtotal uses subtotal only; subtotal_plus_tax includes tax; subtotal_plus_tip includes tip. The basis is resolved from location, then terminal, then account, skipping null values. The default is total when no level configures a basis.
values- total
- subtotal
- subtotal
_plus _tax - subtotal
_plus _tip
- surchargeType: boolean · Surcharge Confirmation Requirednullable
_confirmation _required - surchargeType: number · Surcharge Ratenullable
_rate - taxType: string · TaxBasisenumnullable
_basis Amount used to calculate percentage-based tax. total uses subtotal plus tip; subtotal uses subtotal only. Configure the default percentage with tax_rate. The basis is resolved from location, then terminal, then account, skipping null values. The default is total when no level configures a basis.
values- total
- subtotal
- taxType: number · Tax Ratenullable
_rate - tidType: string · Tidnullable
Terminal identifier assigned for this processor configuration. Preserve leading zeros.

