Payment

Payment History

get/v1/payments/loans/payment/{loanId}

Path parameters

loanIdstring required

Headers

accept-languagestring

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

Response

All Loan Payments

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"
    }
  ]
}