Payables
Get Payable Status
Get payable status and payments.
GET
/
v0
/
ledgers
/
{ap_ledger_id}
/
payables
/
{payable_id}
/
status
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
Query Parameters
tag_group_id
string
requiredThe ID of the tag group used to apply payments.
Response
200 - application/json
status
enum<string>
requiredThe status of the receivable.
Available options:
open
, partially_paid
, paid
payments
object[]
requiredA list of payments applied towards the receivable.