POST POS/v3.1/Sales/Invoices/{invoiceId}/Payments Try Now
Adds the Invoice Payment.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceId |
The invoice identifier.
|
string |
Required
|
Body Parameters
The invoice request.
| Name | Description | Type | Additional 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": "2025-10-01T07:17",
"PaymentModeId": "",
"Amount": {
"Currency": "",
"Amount": 1.0
},
"ReferenceNo": "",
"Note": "",
"PayPalFee": 4.0,
"Action": "ChargeNow"
}
Response Information
Resource Description
None.