latestOpenAPI 3.0.02026-08-133383136.3 KB
fc4f4dd68f9b
Payment
Make payment
post/v1/payments/loan/make-payment
Headers
accept-languagestring
Language of the response, supported languages: en-us, in
idempotency-keystring
Idempotency Key for retries
Request body
Example request
{
"loanId": "c3eb1619-ff24-4773-97d8-b05264621e60",
"paymentAmount": 1000,
"paymentTypeId": 1,
"paymentReferenceNo": "asd123"
}Response
Loan Payment done and verify Successfully
Example response
{
"data": {
"paymentMethod": "Bank Transfer/UEN Payment/QR Code Payment"
}
}