{
"opencollection": "1.0.0",
"info": {
"name": "Yodlee Core APIs Account Token Payment Processor API",
"version": "1.1.0"
},
"items": [
{
"info": {
"name": "Payment Processor",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get Account Holder Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/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 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."
},
{
"info": {
"name": "Get Account Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/partner/paymentProcessor/account",
"headers": [
{
"name": "processorToken",
"value": ""
}
]
},
"docs": "The get account details service retrieves account information such as account name, type, status, balance, account number and transfer code (for example, routing number of the bank account in the US) of the verified account associated with 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"
}
]
}
],
"bundled": true
}