Software Development Kit for dotnet
The developer kit contains the following directories.
- commonCodes
Common code file helps to maintain and manage ERROR/ FAILED/ SUCCESS codes in the workflow. - config
The config file helps to manage all workflow related to configurations. - crypto
To manage encryption and decryption of data. - hashing
To generate and verify the hash value to ensure data integrity. - response
To manage the response to webhook requests foraccountFetch
andaccountStatement
. - request
To manage REST requests forconfirmDebit
andconfirmCredit
.
- accountFetch
Used to find a user's account details. - accountStatement
Used to find a user's account balance and account transactions. - transactionDebit
Used to manage debit transactions. - transactionCredit
Used to manage credit transactions. - transactionCashWithdraw
Used to manage cash withdraw transactions. - transactionCashDeposit
Used to manage cash deposit transactions. - statusCheck
Used to find the latest status of the transaction.