Payment

Reconcile payment

post/v1/payments/loans/reconcilepayment

Headers

accept-languagestring

Language of the response, supported languages: en-us, in

Request body

paymentIdstring required

Payment Id.

remarkstring required

Comments if any.

Response

Success

statusCodenumber required

The HTTP status code of the error

messagestring required

Human-readable message containing all available details about the operation

successboolean required

A boolean indicating whether this was a success response or an error response

Example response

{
  "data": {
    "paymentMethod": "Bank Transfer/UEN Payment/QR Code Payment"
  }
}