| TYPE | Response
|
| Category | Objects |
Description
Object: PayableCreateResponse
Properties
| name |
type |
required |
default |
description |
| identifier |
string |
yes |
|
The identifier of the payable |
| payableId |
string |
yes |
|
The identifier of the payable (for legacy) |
| status |
string |
yes |
|
The status of the payable |
| responseId |
string |
yes |
|
The response id |
| message |
string |
yes |
|
The message |
Sample JSON
{
"responseId": "2_2e0a5ce2b79d580eaaf6a0a1415d979cf17aa91e",
"status": "pending_kickoff",
"message": "Payable has been created",
"identifier": "6_2_52dbe0cc77953ea0a038edc0fe2a9da361bb77651637850898",
"payableId": "6_2_52dbe0cc77953ea0a038edc0fe2a9da361bb77651637850898"
}