# Creates a new counterparty. Endpoint: POST /finance/api/v1/counterparty ## Request fields (application/json): - `accountNumber` (string) - `ach` (object) - `ach.accountNumber` (string, required) The account number - `ach.address` (object) - `ach.address.city` (string) - `ach.address.countryCode` (string) Country code, required only for [Business] and [Individual] - `ach.address.line1` (string) Address line 1 - `ach.address.line2` (string) Address line 2 - `ach.address.postalCode` (string) Postal Code - `ach.address.state` (string) - `ach.address.type` (string) Enum: "MAILING", "RESIDENCE", "BUSINESS", "OTHER" - `ach.bankAccountType` (string, required) The type of the bank account Enum: "SAVINGS", "CHECKING" - `ach.bankName` (string) - `ach.gatewayRoutingNumber` (string) Required only if used for IAT ACH transaction - `ach.rdfiNumberQualifier` (string) Required only if used for IAT ACH transaction Enum: "NATIONAL_CLEARING_SYSTEM", "BIC", "IBAN" - `ach.routingNumber` (string, required) The routing number of the bank - `braid` (object) - `braid.accountNumber` (string, required) Braid account number if the counterparty has an account on Braid - `businessId` (int32) The businessId the counterparty is associated with. - `dateOfBirth` (date) - `email` (string) Email of the counterparty - `idNumber` (string) ID number of the counterparty - `individualId` (int32) The individualId the counterparty is associated with. - `name` (string, required) Name of the counterparty - `phone` (string) Phone number of the counterparty - `idType` (string) ID Type of the counterparty Enum: "EIN", "SSN", "TIN", "DRIVING_LICENSE", "NATIONAL_ID_CARD", "ITIN", "PASSPORT", "OTHER_ID" - `productId` (int32) The productId the counterparty is associated with - `bankAccountType` (string, required) Enum: "SAVINGS", "CHECKINGS" - `type` (string) Type of the counterparty Enum: "BUSINESS", "INDIVIDUAL" - `wire` (object) - `wire.beneficiaryAccountNumber` (string, required) Account number of the counterparty as beneficiary - `wire.beneficiaryFIAddress` (object, required) - `wire.beneficiaryFIIdType` (string, required) Type of identifier for the beneficiary's financial institution Enum: "ABA", "BIC" - `wire.beneficiaryFIName` (string, required) Name of the beneficiary's financial institution - `wire.beneficiaryIdNumber` (string) Beneficiary financial institution's identifier - `wire.intermediaryFIAddress` (object) - `wire.intermediaryFIIdNumber` (string) Intermediary financial institution ID number - `wire.intermediaryFIIdType` (string) Type of identifier for the intermediary financial institution Enum: "ABA", "BIC" - `wire.intermediaryFIName` (string) Name of the intermediary financial institution - `wire.receiverRoutingNumber` (string, required) Receiver financial institution's routing number - `wire.receiverShortName` (string) Receiver financial institution's short name - `wire.type` (string, required) Type of wire transaction Enum: "DOMESTIC", "INTERNATIONAL" ## Response 200 fields ## Response 201 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields