PDMIS Sandbox
Saving - POST
Saving operation is used to transfer an amount from the Loan Applicant(payer) Bank account to the PDM SACCO Wallet (payee).
Request
Request URL https://fis.pdmis.go.ug/api/bank/disbursement/save/
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": "Membership number/ Id",
"value": "962468013579",
"type": "text"
}
}