Added user identification parameters to credit card transactions
Added email
and paymentMethod
to details.creditCardInfo
for credit card transactions on the endpoints:
Added email
and paymentMethod
to details.creditCardInfo
for credit card transactions on the endpoints:
GET
requests to /account/:id/transactions
can now be filtered by mercuryCategory
and categoryId
query parameters.
Retrieve information about a Send Money Request via our new GET /request-send-money/:requestId
endpoint. Checkout the response schema here: https://docs.mercury.com/reference/request-send-money#/
You can now fetch Mercury Treasury transactions using the new endpoint GET /treasury/:id/transactions
. Use the account ID from the UI or from the GET /accounts
endpoint.
Fetch and update transaction categories.
GET
requests to /account/:id/transactions
can now be filtered by a requestId
query parameter.
checkNumber
is now available on the following transaction APIs
You can now receive custom category data on the transactions endpoint.
You can now edit or clear the note attached to any existing transaction via the new PATCH/api/v1/transaction/:transactionId
endpoint.
We've updated the default behavior for the /account/:id/statement endpoint.