Create receivable validationAsk AIpost https://api.sandbox.helloaria.eu/companies/{companyId}/receivables/{receivableId}/validationUse this endpoint to confirm that the Receivable was validated on your system.Path ParamscompanyIdstringrequiredDefaults to mereceivableIdstringrequiredBody ParamsacceptedAtdate-timerequiredDate on which the Receivable was validated by the Debtor through your system.methodstringenumrequiredOPT_IN if the debtor actively agreed to the Receivable; OPT_OUT if the Receivable was considered validated after no response within a set period. The allowed method will be specified during your onboarding.OPT_INOPT_OUTAllowed:OPT_INOPT_OUTattachmentsarray of objectsProofs of Receivable validation. The file needs to be uploaded with the upload file endpoint first.attachmentsADD objectHeadersx-end-user-ipstringIP of the end-user doing the action resulting in the API call.Responses 201Receivable validation created successfully 400Invalid payloadUpdated 10 months ago