{
"opencollection": "1.0.0",
"info": {
"name": "Envestnet Aggregation APIs Account Token Payment Processor API",
"version": "1.1.0"
},
"items": [
{
"info": {
"name": "Payment Processor",
"type": "folder"
},
"items": [
{
"info": {
"name": "Envestnet Get Account Holder Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "/partner/paymentProcessor/account/holder",
"headers": [
{
"name": "processorToken",
"value": ""
}
]
},
"docs": "The get account holder details service retrieves the account holder information such as name, email, phone number, address, etc. of the verified financial account associated with the processorToken. The lastUpdated field indicates when the account information was last updated. We recommend using this service when looking for information related to the account holder(s), for instance, to confirm the account holder's name.
Note: Remember to include the processorToken. The lastUpdated field indicates when the account information was last updated. We recommend using this service when looking for details related to the financial account, for instance, the full account number and ba"
},
{
"info": {
"name": "Envestnet Get Account Balance",
"type": "http"
},
"http": {
"method": "GET",
"url": "/partner/paymentProcessor/account/balance",
"headers": [
{
"name": "processorToken",
"value": ""
}
]
},
"docs": "The get account balance service retrieves the account balance information of the verified account associated with the processorToken. The response returns additional account information including account names, type and status, along with the account balance information.
This service forces an update of the account balances. While other services also return the account balances, this service attempts to refresh the account balances in real-time rather than return a cached value."
}
]
}
],
"bundled": true
}