Payable Transaction

Link a bank transaction to a payable

Creates a payable transaction that links an existing bank transaction to a payable for the given amount. This records that a specific bank transfer pays (part of) a payable; it does not itself move money.

post/v1/erp/payouts/payable_transactions

Parameters

#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0 — unresolved $ref

Request body

payable_idstring uuid required

The payable being paid.

bank_transaction_idstring uuid required

The bank transaction that pays the payable.

amountinteger required

The amount of the bank transaction applied to this payable.

Response

The created payable transaction.

idstring uuid
erp_payouts_payable_idstring uuid
banking_bank_transaction_idstring uuid
amountinteger
created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.