Download OpenAPI specification:
An example of a multi-file OpenAPI definition.
Create esignature document for investment. In order to display iframe signature form, use entity_id from response together with iframe and docuseal document path
The request body for embedding an esign link
| investment_id required | integer <int64> >= 1 The unique identifier for the investment. |
{- "investment_id": 45921
}Exchange token between dwolla and plaid to get access_token
| ProfileID required | any Example: ProfileID=3 |
| Authorization required | any Example: f8a61466-8964-4ade-8ca5-fa452bceba3f |
| XRequestID required | any Example: 0191701c-da51-749a-a4fc-e96579ebc043 |
Generate public token from plaid to get a list of bank accounts
| ProfileID required | any Example: ProfileID=3 |
| Authorization required | any Example: f8a61466-8964-4ade-8ca5-fa452bceba3f |
| XRequestID required | any Example: 0191701c-da51-749a-a4fc-e96579ebc043 |
Create Pending Transaction
| type required | any Example: type=3 |
| amount required | any Example: amount=12.2 |
| funding_source_id required | any Example: funding_source_id=3 |
| WalletID required | any Example: WalletID=3 |
| Authorization required | any Example: f8a61466-8964-4ade-8ca5-fa452bceba3f |
| XRequestID required | any Example: 0191701c-da51-749a-a4fc-e96579ebc043 |