GET POS/Sales/Invoices/{invoiceId}/Payments/{paymentId} Try Now

Gets the invoice payment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
invoiceId
The invoice identifier.
string
Required
paymentId
The payment identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
PaymentId
The payment identifier.
string
None.
Amount
The amount.
Money
None.
PaymentDate
The payment date.
date
None.
ReferenceNo
The reference no.
string
None.
Note
The note.
string
None.
ContraEntryId
The additional cost.
string
None.
PaymentModeId
The customer payment mode identifier.
string
None.
PayPalPendingReason
The pay pal pending reason.
PendingStatusCodeType
None.
PayPalFee
The pay pal fee.
decimal number
None.
PayPalPaymentStatus
The pay pal payment status.
PaymentStatusCodeType
None.
GateWay
The gate way.
PaymentProcessors
None.
GatewayStatus
The gateway status.
string
None.
GatewayResponse
The gateway response.
string
None.
PaymentStatus
The payment status.
TransactionResponseType
None.
PaymentType
The type of the payment.
ProcessType
None.
GatewayMerchantId
The gateway merchant identifier.
string
None.
IsPaymentVerified
The value indicating whether this instance is payment verified.
boolean
None.
IsDeleted
Is Payment Deleted.
boolean
None.
RemainingRefundAmount
Remaining Refund Amount
Money
None.
DateUpdated
The Date updated.
date
None.

Response Formats

application/json, text/json

Sample:
{
  "PaymentId": "",
  "Amount": {
    "Currency": "",
    "Amount": 1.0
  },
  "PaymentDate": "2024-04-24T16:21",
  "ReferenceNo": "",
  "Note": "",
  "ContraEntryId": "",
  "PaymentModeId": "",
  "PayPalPendingReason": "none",
  "PayPalFee": 7.0,
  "PayPalPaymentStatus": "None",
  "GateWay": "None",
  "GatewayStatus": "",
  "GatewayResponse": "",
  "PaymentStatus": "None",
  "PaymentType": "Sale",
  "GatewayMerchantId": "",
  "IsPaymentVerified": true,
  "IsDeleted": true,
  "RemainingRefundAmount": {
    "Currency": "",
    "Amount": 1.0
  },
  "DateUpdated": "2024-04-24T16:21"
}