PUT
/
v1
/
businesses
/
{businessId}
/
bank-transactions
/
{transactionId}
/
match

Authorizations

Authorization
string
headerrequired

Bearer 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
required

ID of the business the bank transaction is associated with.

transactionId
string
required

The UUID of the bank transaction to match

Body

application/json
match_id
string

ID of the suggested match to confirm.

Response

200 - application/json
id
string

Layer's UUID for the match

match_type
enum<string>

Type of the object to match

Available options:
TRANSFER,
INVOICE_PAYMENT,
PAYOUT
bank_transaction
object
details
object