added
Filter Transactions by requestId
4 days ago by Max Tagher
GET
requests to /account/:id/transactions
can now be filtered by a requestId
query parameter.
This allows you to find transactions by the returned id from /account/:id/request-send-money
if the transaction was approved and created. The transaction response object also now returns requstId
so that you can identify which transactions were created by a Send Money request.