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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
Content-Type must be set to application/json
Path Parameters
businessId
string
requiredThe UUID of the business to confirm the matches for
Body
application/json
match_pairs
object[]
List of transactions with their suggested match
Response
200 - application/json
type
string
Resource type. Value will be 'com.layerfi.controllers.EmptyResponse'.