| URL | POST {{basepath}}/api/:project/payableStatus |
|---|---|
| Category | Payable |
Returns the payable if it exists
Returns a PayableGetResponse
| :project | {{project}} |
|---|
| Content-Type | application/json |
|---|
{
"payables": [
"{{payable_id}}",
"373_1_3116094d88cbab060e17da7558ce634429b4c04dswnlxs"
]
}
POST {{basepath}}/api/:project/payableStatus
{
"payables": [
"{{payable_id}}",
"373_1_3116094d88cbab060e17da7558ce634429b4c04dswnlxs"
]
}
| :project | {{project}} |
|---|
200 OK
{
"responseId": "1_ad1f0196b53011b19b34eac982e65deea29dc387",
"status": {
"373_1_3116094d88cbab060e17da7558ce634429b4c04dswnlxs": "paid",
"374_1_69a34e71a70c2f27f5c4912537b845b99858ca11sz75lf": "open"
},
"message": "Payment status attached"
}