I have used API (https://api.quickfile.co.uk/1_2/Invoice/Create) to push my Invoice, once I receive the payment. But my INVOICE is in DRAFT.
Since, I received my payment, I am in need to push the invoice directly as PAID to quickfile.
Could you please suggest me the way, so that I can directly push my INVOICE as paid to quickfile.
Invoice/Create creates a draft invoice, you need to take the InvoiceID from the response and call Payment/Create to record the payment, after which the invoice will show as PAID.
Thanks for your quick response, I reviewed the API (https://api.quickfile.co.uk/1_2/Payment/Create) as suggested by you, since I am supposed to pass my InvoiceID, which I received as response of INVOICE/CREATE API
unfortunately, I can’t find INVOICEID entity in SANBOX example JSON.
It’s an optional element (if you don’t send one then it’ll be a payment on account rather than a payment of a specific invoice), so the sandbox example doesn’t include it. You just put
"InvoiceID":12345
(or whatever number) at the same level as PaymentDate etc.
It’s exactly what the name suggests - the nominal code of the bank account into which the payment arrived. 1200 is the code of the default current account, 1230 is the default petty cash account, etc. - you can see them all under the “assets and liabilities” section of the chart of accounts.
Hi Team,
Could you please, let me know is there any setting at your side to download WORLDPAY transactions under our merchant account, similar like I believe you do have with BARCLAYS bank arrangement.