PDMIS Sandbox
Repayment - POST
Repayment operation is used to transfer an amount from the Loan Applicant(payer) Bank account to the PDM SACCO account (payee).
Request
Request URL https://fis.pdmis.go.ug/api/bank/disbursement/repayment/
Request Headers
Authorization | Authorization header used for Basic authentication and auth. Format of the header parameter follows the standard for Basic. Auth uses Basic authentication type where the credential is the received access token.(Api-Username & Api-Key) |
Api-Username | Api Username which provides access to this API. Shared by PDMIS |
Api-Key | Api key which provides access to this API. Shared by PDMIS. |
Request body
"body": {
{
"key": "Loan Application number/Id",
"value": "867572468013579",
"type": "text"
}
}