Accounts
Move real money with a production account. Contact Moov to sign a contract and get the account verification process started. Create a test account by setting "mode": "sandbox".
Read our account documentation.
Create an account
POST
/accounts
Share account connection
POST
/accounts/{accountID}/connections
Generate a terms of service token
GET
/tos-token
List accounts
GET
/accounts
List connected accounts
GET
/accounts/{accountID}/connected-accounts
Retrieve an account
GET
/accounts/{accountID}
Update an account
PATCH
/accounts/{accountID}
Delete an account
DELETE
/accounts/{accountID}