Get Bulk Payable Status

Request Information
URL POST {{basepath}}/api/:project/payableStatus
CategoryPayable

Description

Returns the payable if it exists

Returns a PayableGetResponse

Url variables
:project{{project}}
Header
Content-Typeapplication/json
JSON
{
    "payables": [
        "{{payable_id}}",
        "373_1_3116094d88cbab060e17da7558ce634429b4c04dswnlxs"
    ]
}

Example responses

Get Bulk Payable Status
Request Method & URL
POST {{basepath}}/api/:project/payableStatus
Request Body:
{
    "payables": [
        "{{payable_id}}",
        "373_1_3116094d88cbab060e17da7558ce634429b4c04dswnlxs"
    ]
}
Url variables
:project{{project}}
Response Code:
200 OK
Response Body:
{
    "responseId": "1_ad1f0196b53011b19b34eac982e65deea29dc387",
    "status": {
        "373_1_3116094d88cbab060e17da7558ce634429b4c04dswnlxs": "paid",
        "374_1_69a34e71a70c2f27f5c4912537b845b99858ca11sz75lf": "open"
    },
    "message": "Payment status attached"
}