Getting Started
Master Accounts
Sub Account Holders
Sub Accounts
Counterparties
Card Holders
Cards
Transactions
- GETList all Transactions
- POSTSub Ledger a Transaction
- POSTOriginate an Intra Account Push
- POSTOriginate an Intra Account Pull
- POSTOriginate an ACH Push
- POSTOriginate an ACH Pull
- POSTOriginate a Domestic Wire
- POSTOriginate an International Wire
- POSTOriginate an RTP Push
- POSTOriginate a FedNow Push
- POSTOriginate a Debit Card Push
- POSTOriginate a Debit Card Pull
- POSTOriginate a Check Send
- POSTOriginate a Check Deposit
- GETRetrieve a Transaction
- PATCHUpdate a Transaction
Attachments
Webhooks
Submit a KYC
Submit a KYC
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Path Parameters
Response
unique id of the sub account holder
unique id of the client that created the sub account
unique id of the master account holder
unique id of the master account
first name of the person
middle name of the person
last name of the person
type of identity used
ssn
, passport
, other
- if id_type is ssn, id_number must be full SSN
- if id_type is passport, id_number must be passport number
- if id_type is other, id_number must be unique number of the id
id_number must be unique, as in, you cannot use the same id_number for two different persons
date of birth of the person (YYYY-MM-DD)
phone number of the person (E.164, max 16 chars, starts with +)
email of the person
line 1 of the address
line 2 of the address
city of the address
2-Letter US state abbreviation (ex: CA)
2-letter abbreviated country code (ex: US)
postal code
unique id of the KYC
status of the KYC
pass
, fail
, review
, not_started
sub account holder verification method. It could be an external vendor(Ex: alloy) or Solid
url to the person or business verification result. It could be a link to the external vendor or Solid
unique id of the IDV
status of the IDV
pass
, fail
, review
, not_started
sub account holder IDV method. It could be an external vendor(Ex: plaid) or Solid
url to the identity verification result. It could be a link to the external vendor or Solid
legal name of the business
doing business as
entity type of the business
sole_proprietor
, single_member_llc
, limited_liability_company
, general_partnership
, unlisted_corporation
, publicly_traded_corporation
, association
, non_profit
, government_organization
, revocable_trust
, irrevocable_trust
, estate
, professional_association
, limited_partnership
, limited_liability_partnership
, professional_corporation
type of the business identity used
ein
, other
- if id_type is ssn, id_number must be full SSN
- if id_type is ein, id_number must be ein number
- if id_type is other, id_number must be unique number of the id
id_number must be unique, as in, you cannot use the same id_number for two different businesses
phone number of the business (E.164, max 16 chars, starts with +)
email of the business
date business was formed (YYYY-MM-DD)
line 1 of the address
line 2 of the address (optional)
city of the address
2-Letter US state abbreviation (ex: CA)
2-letter abbreviated country code (ex: US)
postal code
unique id of the KYB
status of the KYB
pass
, fail
, review
, not_started
sub account holder verification method. It could be an external vendor(Ex: alloy) or Solid
url to the person or business verification result. It could be a link to the external vendor or Solid
first name of the person
middle name of the person
last name of the person
type of identity used
ssn
, passport
, other
- if id_type is ssn, id_number must be full SSN
- if id_type is passport, id_number must be passport number
- if id_type is other, id_number must be unique number of the id
id_number must be unique, as in, you cannot use the same id_number for two different persons
date of birth of the person (YYYY-MM-DD)
phone number of the person (E.164, max 16 chars, starts with +)
email of the person
line 1 of the address
line 2 of the address (optional)
city of the address
2-Letter US state abbreviation (ex: CA)
2-letter abbreviated country code (ex: US)
postal code
ownership percentage in the business
title of the member in the business
true if this member is the control person of the business
true
, false
unique id of the KYC
status of the KYC
pass
, fail
, review
, not_started
sub account holder verification method. It could be an external vendor(Ex: alloy) or Solid
url to the person or business verification result. It could be a link to the external vendor or Solid
unique id to cross-reference records with external systems
purpose of sub account holder
unique id of the attachment created
label of the attachment
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}
status of sub account holder
pending_activation
, activated
, suspended
, deactivated
, locked