POST POS/v3.1/Sales/Invoices/{invoiceId}/Payments Try Now

Adds the Invoice Payment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
invoiceId
The invoice identifier.
string
Required

Body Parameters

The invoice request.

NameDescriptionTypeAdditional information
PaymentDate
the payment date.
date
None.
PaymentModeId
the payment mode identifier.
string
None.
Amount
The payment amount.
Money
None.
ReferenceNo
the reference no.
string
None.
Note
the note.
string
None.
PayPalFee
the pay pal fee.
decimal number
None.
Action
the action.
Action
None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentDate": "2024-03-28T16:04",
  "PaymentModeId": "",
  "Amount": {
    "Currency": "",
    "Amount": 1.0
  },
  "ReferenceNo": "",
  "Note": "",
  "PayPalFee": 4.0,
  "Action": "ChargeNow"
}

Response Information

Resource Description

None.