๐Ÿ’ตRepayments

Get Repayment

Get Repayment

GET https://configure-abierta-test.herokuapp.com/repayment

Query Parameters

NameTypeDescription

product-id*

Int

Product ID

id

Int

Repayment ID

start

String

start date to fetch repayments from

end

String

end date to fetch repayments to

Headers

NameTypeDescription

Authorization*

String

Bearer YOUR_API_KEY

{
    "status": "success",
    "message": "Repayments Retrieved",
    "data": [
        {
            "id": 70,
            "user_id": 23,
            "org_id": 1,
            "loan_request_id": 38,
            "is_credit_order": false,
            "credit_order_id": 0,
            "fulfilment_id": 0,
            "loan_id": 12,
            "disbursement_id": 23,
            "borrower": {
                "id": 23,
                "org_id": 1,
                "firstname": "Akan",
                "lastname": "Nelson ",
                "email": "akannelson@gmail.com",
                "phone": "08092347589",
                "gender": "male",
                "password": "$2a$10$k22pN35M.oR7YELzwe/fyeiDH7LbtP/AtuSPhbC/Rh33hjEbkeGWu",
                "reference": "fDEehrq4ds5d5",
                "is_active": true,
                "created_at": "2021-10-21T08:51:43.520709Z",
                "updated_at": "2021-10-21T08:51:43.520709Z"
            },
            "amount": 18666.666,
            "terms": {
                "approved_amount": 0,
                "rate": 0,
                "tenure": 0,
                "tenured_in": "",
                "rate_type": "",
                "grace_period": 0,
                "exclude_weekends": false,
                "zero_interest": false,
                "estimated_repayment": 0,
                "note": ""
            },
            "evolve_fee": 0,
            "status": "partialy-repaid",
            "paid": false,
            "due_on": "2021-12-20T09:08:48.996619Z",
            "repaid_on": "0001-01-01T00:00:00Z",
            "manual_repayment": true,
            "note": "",
            "channel": "cash",
            "paystack_ref": "",
            "debit_instruction_ref": "",
            "reminder": false,
            "collection_method": "manual",
            "manually_updated_by": "Daniel Osineye",
            "created_at": "2021-10-21T09:08:49.052613Z"
        },
        {
            "id": 69,
            "user_id": 23,
            "org_id": 1,
            "loan_request_id": 38,
            "is_credit_order": false,
            "credit_order_id": 0,
            "fulfilment_id": 0,
            "loan_id": 12,
            "disbursement_id": 23,
            "borrower": {
                "id": 23,
                "org_id": 1,
                "firstname": "Akan",
                "lastname": "Nelson ",
                "email": "akannelson@gmail.com",
                "phone": "08092347589",
                "gender": "male",
                "password": "$2a$10$k22pN35M.oR7YELzwe/fyeiDH7LbtP/AtuSPhbC/Rh33hjEbkeGWu",
                "reference": "fDEehrq4ds5d5",
                "is_active": true,
                "created_at": "2021-10-21T08:51:43.520709Z",
                "updated_at": "2021-10-21T08:51:43.520709Z"
            },
            "amount": 18666.666,
            "terms": {
                "approved_amount": 0,
                "rate": 0,
                "tenure": 0,
                "tenured_in": "",
                "rate_type": "",
                "grace_period": 0,
                "exclude_weekends": false,
                "zero_interest": false,
                "estimated_repayment": 0,
                "note": ""
            },
            "evolve_fee": 0,
            "status": "partialy-repaid",
            "paid": false,
            "due_on": "2021-11-20T09:08:48.996619Z",
            "repaid_on": "0001-01-01T00:00:00Z",
            "manual_repayment": true,
            "note": "",
            "channel": "cash",
            "paystack_ref": "",
            "debit_instruction_ref": "",
            "reminder": false,
            "collection_method": "manual",
            "manually_updated_by": "Daniel Osineye",
            "created_at": "2021-10-21T09:08:49.033829Z"
        },
        {
            "id": 71,
            "user_id": 23,
            "org_id": 1,
            "loan_request_id": 38,
            "is_credit_order": false,
            "credit_order_id": 0,
            "fulfilment_id": 0,
            "loan_id": 12,
            "disbursement_id": 23,
            "borrower": {
                "id": 23,
                "org_id": 1,
                "firstname": "Akan",
                "lastname": "Nelson ",
                "email": "akannelson@gmail.com",
                "phone": "08092347589",
                "gender": "male",
                "password": "$2a$10$k22pN35M.oR7YELzwe/fyeiDH7LbtP/AtuSPhbC/Rh33hjEbkeGWu",
                "reference": "fDEehrq4ds5d5",
                "is_active": true,
                "created_at": "2021-10-21T08:51:43.520709Z",
                "updated_at": "2021-10-21T08:51:43.520709Z"
            },
            "amount": 18666.666,
            "terms": {
                "approved_amount": 0,
                "rate": 0,
                "tenure": 0,
                "tenured_in": "",
                "rate_type": "",
                "grace_period": 0,
                "exclude_weekends": false,
                "zero_interest": false,
                "estimated_repayment": 0,
                "note": ""
            },
            "evolve_fee": 0,
            "status": "partialy-repaid",
            "paid": false,
            "due_on": "2022-01-19T09:08:48.996619Z",
            "repaid_on": "0001-01-01T00:00:00Z",
            "manual_repayment": true,
            "note": "",
            "channel": "cash",
            "paystack_ref": "",
            "debit_instruction_ref": "",
            "reminder": false,
            "collection_method": "manual",
            "manually_updated_by": "Daniel Osineye",
            "created_at": "2021-10-21T09:08:49.071315Z"
        }
    ]
}

Last updated