Payables
Get Payable
Gets a payable.
GET
/
v0
/
ledgers
/
{ap_ledger_id}
/
payables
/
{payable_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Path Parameters
payable_id
string
requiredThe Payable ID
ap_ledger_id
string
requiredThe AP ledger ID
Response
200 - application/json
id
string
requiredledger_id
string
requireddatetime
string
requiredThe datetime that the invoice was created
due_datetime
string
requiredThe datetime that the invoice is due
lines
object[] | null
requiredExpandable. The line items of the payable.
metadata
object | null
Metadata associated with the payable.
files
object[] | null
The files associated with the payable.