POST POS/Sales/Orders/{OrderId}/Payments Try Now

Adds the order payment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId
The order identifier.
string
Required

Body Parameters

The order payment request.

NameDescriptionTypeAdditional information
PaymentDate
the payment date.
date
None.
PaymentModeId
the payment mode identifier.
string
None.
Amount
the amount.
decimal number
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-07-15T13:30",
  "PaymentModeId": "",
  "Amount": 2.0,
  "ReferenceNo": "",
  "Note": "",
  "PayPalFee": 5.0,
  "Action": "ChargeNow"
}

Response Information

Resource Description

None.