Wallets
A Moov wallet can serve as a funding source as you accumulate funds. You can also use the Moov wallet to:
- Pre-fund transfers for faster payouts
- Transfer funds between Moov wallets for instantly available funds
If you’ve requested the send-funds
or collect-funds
capability, the wallet
capability will be automatically requested as well. Read more on the data requirements for wallets here.
Retrieve a wallet
GET
/accounts/{accountID}/wallets/{walletID}
List wallets
GET
/accounts/{accountID}/wallets
Retrieve a wallet transaction
GET
/accounts/{accountID}/wallets/{walletID}/transactions/{transactionID}
List wallet transactions
GET
/accounts/{accountID}/wallets/{walletID}/transactions
Get adjustment
GET
/accounts/{accountID}/adjustments/{adjustmentID}
List adjustments
GET
/accounts/{accountID}/adjustments