AlphaAlpha Docs
API ReferenceBank transactions

Get match suggestions for a bank transaction

GET
/bank-transactions/{id}/match-suggestions
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/bank-transactions/string/match-suggestions"
[
  {
    "confidence": 0.1,
    "counterpartyName": "string",
    "entityAmount": 0.1,
    "entityDate": "2019-08-24T14:15:22Z",
    "entityId": "string",
    "entityNumber": "string",
    "entityType": "AP_INVOICE",
    "matchReason": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}