Pay invoice (offline)Ask AIpost https://www.pelcro.com/api/v1/core/invoices/{id}/pay_offlineMark an invoice as paid offline.Path Paramsidint32requiredThe unique identifier of the invoice.Query Paramssite_idint32requiredThe unique identifier of the site associated with your account.Body ParamsreferencestringrequiredThe reference for the payment, usually a cheque numberpayment_categorystringenum2 for check, 3 for wire, 4 for transfer, 5 for external, 6 for cashAllowed:23456HeadersAuthorizationstringrequiredDefaults to Bearer eyJ***Responses 200Success. 400Invalid request. 401Unauthenticated. 404Not found. 500Server error.Updated 6 days ago