v1

latestSwagger 2.02026-08-047766481.4 KB
accounts

Create an estimate of the recurring transactions for an account

THIS ENDPOINT IS DEPRECATED. Estimation of recurring transactions has ben superseded by the regular transactions endpoint. Requires accounts:read and transactions:read:all scope.

post/accounts/{accountId}/recurring-transactions

Path parameters

accountIdstring uuid required

The Account Id

Response

Successful Recurring Transactions Response

metaobject

Example response

{
  "data": [
    {
      "counterpartyId": "4bac27393bdd9777ce02453256c5577cd02275510b2227f473d03f533924f877",
      "amount": {
        "value": 300023,
        "majorUnits": 3000,
        "minorUnits": 23,
        "currency": "GBP"
      },
      "amountRange": {
        "value": 5000,
        "majorUnits": 50,
        "currency": "GBP"
      },
      "monthlyAmount": {
        "value": 5000,
        "majorUnits": 50,
        "currency": "GBP"
      },
      "predictionSource": "moneyhub",
      "dates": [
        "2019-03-07",
        "2019-04-07",
        "2019-05-07"
      ]
    }
  ]
}