Bank Transactions
Bulk match
Confirm matches for multiple bank transactions. This should be used when platforms have pre-existing knowledge of what bank transactions are associated with a financial event such as an invoice payment or a payout.
POST
/
v1
/
businesses
/
{businessId}
/
bank-transactions
/
bulk-match
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to confirm the matches for
Body
application/json
List of transactions with their suggested match
Response
200 - application/json
Resource type. Value will be 'com.layerfi.controllers.EmptyResponse'.