get https://api.finexio-stage.com/v2/counterparties//
Get Information Of A Single Counterparty
You can search for a single counterparty (Supplier or Buyer) by passing the counterparty "id" in the path parameter.
Example Response
{
"id": "689cedfc-6711-4020-ba69-91fa2c1f614c",
"name": "Dev Supplier 1X",
"type": "Supplier",
"created": "2024-04-24T16:09:05.030000",
"updated": "2024-04-24T16:09:05.030000",
"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,
"issue_one_disbursement_per_invoice": false
}