Check Transaction Status
Try out Transaction Status API here
In this API, this is build to stabilize the LAMF process and provide more transparency to lenders and their users, so if a transaction towards pledging of mutual fund has been succeeded or not, can be identified clearly and can be communicated to all stakeholders, saving more workhours to figure out manually.
For this API,
Input: User id and their specific order_id for which they have initiated pledge for.
Output: All details and error code regarding transaction, entry time,completion time, mutual fund units and nav, and other details to help lenders and users.
Two types of status after pledging
- PENDING
- SUCCESS.
After status changes to SUCCESS, the funds are pledged.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
order_id | string | A valid order id |
Common Error Scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: order_id | order_id is a required field |
You can try out this API here.
Updated 4 months ago