Skip to main content
PUT
Match bank transaction

Authorizations

Authorization
string
header
required

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
type
string

Polymorphic discriminator, this must be set as Confirm_Match.

Example:

"Confirm_Match"

match_id
string<uuid>

ID of the suggested match to confirm.

Response

id
string<uuid>

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