Create A New Counterparty

Log in to see full request history

See Counterparties Schema for additional details on fields. Also visit the Guides section Create Your First Counterparty information on how to create counterparties.

Example Response

{ "id": "689cedfc-6711-4020-ba69-91fa2c1f614c", "name": "Dev Supplier 1X", "type": "Supplier", "created": "2024-04-24T16:09:05.030313", "updated": "2024-04-24T16:09:05.030313", "address_1": "Dev address 1", "address_2": "", "city": "Dev city", "state": "FL", "zipcode": "01111", "country": "USA", "primary_contact_email": "", "remit_email": "", "primary_contact_name": "", "primary_contact_phone": "", "bank_account_number": null, "bank_routing_number": null, "payment_method": "PrintedCheck", "internal_id": "DEVSUPPLIER-1X", "twelve_month_spend": null, "twelve_month_payment_count": null, "payment_terms": null, "tax_id": "", "ineligible_for_conversion": false, "business_type": null, "notes": "", "remit_data": null }
Body Params
string
required
length ≤ 100

max length = 100
Counterpary's name

string
length ≤ 40

max length = 40
Required when payment_method is PrintedCheck

string
length ≤ 40

max length = 40

string
length ≤ 40

max length = 40
Required when payment_method is PrintedCheck

string

Required when payment_method is PrintedCheck

string
length ≤ 10

max length = 10
Required when payment_method is PrintedCheck

string
Defaults to USA

Country.

string
length ≤ 50

max length = 50

string
length ≤ 50

Required if payment_method is Card/ACH or payment_method is PrintedCheck and country is CAN.

string
length ≤ 40

max length = 40

string
length ≤ 16

max length = 16

string
length ≤ 17

max length = 17
required when payment_method is ACH or Wire

string
length ≤ 9

max length = 9
required when payment_method is ACH or Wire

string

accepts one of these values: [ 'ACH', 'Card', 'PrintedCheck','Wire' ]. Default ACH if no value specified.

string
required
length ≤ 100

max length = 100. Secondary identifier for this counterparty. This value must be unique for counterparty type.

integer

Allowed values: min = 0, max = 365. Payment terms is optional field. This is an integer field and represents No. of days.

string
length ≤ 11

max length = 11

boolean
Defaults to false

Supplier conversion eligibility determines if Finexio SHOULD NOT reach out to this supplier due to high sensitivity or special payment arrangements or contracted terms.

integer
number
string

Accepts one of these values: [ 'Employee', 'Business', 'Individual', 'InternalTransfer', 'Student', 'BankingInstitution', 'Insurance', 'Government', 'Unknown' ]

string
length ≤ 1000

max length = 1000. Optional information about supplier.

required
Response
201

Created

Language
Credentials
:
Click Try It! to start a request and see the response here!