A counterparty is a Buyer or Supplier in Finexio. This can be an individual or a business. You can only create Supplier counterparties using the API.

FieldDescription
idUnique identifier for the counterparty.This field will be created by Finexio when a counterparty is created.
nameName of the counterparty.required
type: string
max length = 100
typeType of counterparty: Buyer or Supplier. NOTE: Only a type of Supplier is allowed when creating a new counterparty using the API. Buyers are created by Finexio.required
type: string
Acceptable value: 'Supplier'
address_1Primary remittance address of the counterparty.required only if payment_method=PrintedCheck
type: string
max length = 40
address_2Secondary remittance address of the counterparty.optional
type: string
max length = 40
cityCounterparty's city.required only if payment_method=PrintedCheck
type: string
max length = 40
stateCounterparty's state. Two letter state abbreviation.
Acceptable values: [ 'AL', 'AK', 'AS', 'AZ', 'AR', 'AA', 'AE', 'AP', 'CA', 'CO', 'CT', 'DE', 'DC', 'FL', 'GA', 'GU', 'HI', 'ID', 'IL', 'IN', 'IA', 'KS', 'KY', 'LA', 'ME', 'MD', 'MA', 'MI', 'MN', 'MS', 'MO', 'MT', 'NE', 'NV', 'NH', 'NJ', 'NM', 'NY', 'NC', 'ND', 'MP', 'OH', 'OK', 'OR', 'PA', 'PR', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VT', 'VI', 'VA', 'WA', 'WV', 'WI', 'WY', 'AB', 'BC', 'MB', 'NB', 'NL', 'NT', 'NS', 'NU', 'ON', 'PE', 'QC', 'SK', 'YT' ]
required only if payment_method=PrintedCheck
type: string
length = 2
zipcodeCounterparty's zip code.required only if payment_method=PrintedCheck
type: string
max length = 10
countryCounterparty's country.required only if payment_method=PrintedCheck
type: string
Acceptable values: [ 'CAN', 'UMI', 'USA' ]. Default USA if no value specified.
primary_contact_emailEmail address of the primary contact person representing the counterparty.required only if country=CAN
type: string
max length = 50
remit_emailEmail address to be used for remit notifications.required if payment_method=Card/ACH or payment_method=PrintedCheck and country=CAN
type: string
max length = 50
primary_contact_nameName of primary contact person.optional
type: string
max length = 40
primary_contact_phonePhone of primary contact person.optional
type: string
max length = 16
accepts only numbers
bank_account_numberBank account number of counterparty.required when payment_method is ACH or Wire
type: string
max length = 17
bank_routing_numberBank routing number of counterparty.required when payment_method is ACH or Wire
type: string
max length = 9
payment_methodThe method used to make payments to the Supplier.type: string
values: ACH, Card, PrintedCheck, and Wire.
internal_idSecondary identifier for this counterparty This value must be unique for each counterparty type. Valid characters for this field are: [ _-. 0123456789ABCDEFGHIJKL
MNOPQRSTUVWXYZabcdefghijkl
mnopqrstuvwxyz
]
required
type: string
max length = 100
Square brackets not allowed. For example [supplier_123] is not valid.
payment_termsThe agreed upon timing of the payment with your supplier. Represents number of days.optional
type: integer
Allowed values: min = 0, max = 365
tax_idThe supplier's tax id number.optional
type: string
max length = 11
ineligible_for_conversionSupplier conversion eligibility determines if Finexio SHOULD NOT reach out to this supplier due to high sensitivity or special payment arrangements or contracted terms.type: boolean
twelve_month_payment_countThe total number of times the buyer (property) sent a payment to the supplier within the last 12 months.optional
type: integer
twelve_month_spendThe total spend amount the buyer (property) has paid to this particular supplier within the last 12 months.optional
type: decimal
business_typeIndicates the business type of the counterparties.required
type: string
values: 'Employee', 'Business', 'Individual', 'InternalTransfer', 'Student', 'BankingInstitution', 'Insurance', 'Government', 'Unknown'
notesAny additional information Finexio should know about this supplier.optional
type: string
max length = 1000
remit_dataRemit data for buyer.optional
type: string
max length = 70
createdDate the Counterparty was created.read-only
type: timestamp (ISO-8601)
updatedDate the Counterparty was last updated.read-only
type: timestamp (ISO-8601)