Akoya Transactions Mapping
Note that Akoya doesn't return PENDING transactions for some institutions, including Chase, so they won't show up.
This data comes From Akoya's /transactions/{version}/{providerId}/{accountId} endpoint and is returned from Meld's /bank-linking/transactions endpoint.
Meld Field | Description | Akoya Response Field |
|---|---|---|
amount | The amount of the transaction | transactions.amount |
currency | The currency used in the transaction | Not available |
payee | The recipient of the transaction | Not available |
status | The status of the transaction | POSTED == transactions.status
|
transactionDate | The date and time the transaction was made | transactions.transactionTimestamp |
postedDate | The date and time the transaction was posted | transactions.postedTimestamp |
Updated 2 months ago