Skip to main content
Version: v3

Record a manual payment for an invoice

POST 

/invoices/:invoiceId/record-payment

API to record manual payment for an invoice by invoice id

Request

Version stringrequired

API Version

Available optionsv3
invoiceId stringrequired

Invoice Id

application/json

Bodyrequired

    altIdstringrequired

    location Id / company Id based on altType

    altTypestringrequired

    Alt Type

    Available optionslocation
    modestringrequired

    manual payment method

    Available optionscashcardchequebank_transferother
    cardobjectrequired
    chequeobjectrequired
    notesstringrequired

    Any note to be recorded with the transaction

    amountnumber

    Amount to be paid against the invoice.

    metaobject
    paymentScheduleIdsstring[]

    Payment Schedule Ids to be recorded against the invoice.

    fulfilledAtstring

    Updated At to be recorded against the invoice.

application/json

Successful response

Schema
    successbooleanrequired

    status

    invoiceobjectrequired