Duplicated Invoice

When the anchor submits an invoice upload request, the invoice may already exist on the platform, triggering a duplication event for that request.

Below is an example of the Payload:

EventType: PayableDuplicatedEvent

Path: /payables

{
   "sponsorId":8548754,
   "processId":"haq2gJdZpk",
   "items":[
      {
         "uuid":"BEiMDdBo64",
         "externalId":"vzAsW2cx2O",
         "paymentDate":1605887005033,
         "realPaymentDate":1605887005033,
         "paymentValue":5000,
         "supplierGovernmentId":"12212391010112",
         "supplierName":"SELLER LTDA",
         "invoiceNumber":"vzAsW2cx2O",
         "invoiceKey":null,
         "installment":1,
         "totalInstallment":1
      }
   ],
   "eventType":"PayableDuplicatedEvent",
   "_links":{
      "sponsor":{
         "href":"https://zuul.monkey.exchange/v2/sponsors/40566534",
         "type":"GET"
      }
   }
}