PayableGetResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: PayableGetResponse

Properties

name type required default description
payable object: Payable yes Identifier of the payable
responseId string yes The response id
status string yes The status of the request
message string yes The message

Sample JSON

{
  "responseId": "2_0abb74753be5a6452b90bb4771f4093119b1dddf",
  "message": "The payable is attached",
  "payable": {
    "identifier": "6_2_52dbe0cc77953ea0a038edc0fe2a9da361bb77651637850898",
    "status": "pending_kickoff",
    "to": {
      "john@metaregistrar.com": "Test User"
    },
    "referenceId": "MD-2021-10-4-15-34-57",
    "process": "3",
    "run": "none",
    "crmId": "crm-23",
    "currency": "EUR",
    "initialValue": 20.6,
    "remainingValue": 20.6,
    "paymentPeriod": 30,
    "dunningPeriod": 21,
    "created": 1637850898,
    "modified": 1637850898,
    "parameters": {
      "locale": "nl",
      "domain": "mijndomein.nl",
      "firstname": "Test",
      "lastname": "User",
      "invoiceid": "MD-2021-10-4-15-34-57",
      "street": "Zuidelijk Halfrond",
      "housenumber": "1",
      "postalcode": "2801DD",
      "city": "Gouda",
      "state": "Zuid holland",
      "country": "NL",
      "phone": "+31.000000001",
      "cellphone": "+31.000000001",
      "bankaccount": "555",
      "companyName": "",
      "email": "john@metaregistrar.com",
      "invoice_pdf": "http://ds.metaregistrar.work/pr/documents/invoices/1/MTR-000029998.pdf"
    }
  }
}