Mida
  • Mida Collect
    • Get Started
    • Create Loan
    • Repayment instrument call-back
    • Collection status call-back
    • Save Transaction
    • Sample Codes
  • Mida Omni Cloud
Powered by GitBook
On this page
  1. Mida Collect

Save Transaction

PreviousCollection status call-backNextSample Codes

Last updated 1 month ago

You can save any transaction that happened outside the Mida Collect system

Field description

#
Field
Description
Type
Optional?

1

amountPaid

Transaction amount collected

string

2

amountRequested

Total value of the loan in minor

string

3

loanId

Unique identifier of Loan

string

4

transactionDate

Transaction value date

date

6

narration

Transaction narration

string

Security

The API security is a bearer token using your organisation API Key gotten

API url

{baseUrl}/external/saveTransaction

Sample Request:

{
    "loanAccountNumber": "32783987393",
    "transactionDate": "2025-01-05",
    "amountPaid": 100,
    "amountRequested": 100,
    "narration": "testers"
}
here