Fluent Finance Adapter for retrieving bank balances
Base URL https://gateway.fluent.finance/v1/gateway/
This document was generated automatically. Please see README Generator for more info.
There are no environment variables for this adapter.
There are no rate limits for this adapter.
Every EA supports base input parameters from this list
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | balances | balances |
Cash and equivalent balances for Fluent Finance US Plus' reserve accounts
balances
is the only supported name for this endpoint.
There are no input parameters for this endpoint.
Request:
{
"id": "1",
"data": {
"endpoint": "balances",
"resultPath": "availableBalance"
},
"debug": {
"cacheKey": "0hnYhP7n2/kUxBQlfkRr6Xhck4Q="
}
}
Response:
{
"jobRunID": "1",
"data": {
"payload": [
{
"number": "9000000003481",
"name": "*Checking Account*",
"type": "SAVINGS",
"balance": 24681.55,
"availableBalance": 24681.55,
"active": true,
"currencyCode": "USD"
},
{
"number": "9000000003482",
"name": "*Checking Account*",
"type": "SAVINGS",
"balance": 0,
"availableBalance": 0,
"active": true,
"currencyCode": "USD"
}
],
"result": 24681.55
},
"result": 24681.55,
"statusCode": 200,
"providerStatusCode": 200
}
MIT License