EMI

Records of EMI transactions

Active EMI Records

GET ‎https://<domain>/<api prefix>/<version>/commerce/emi/active-emi-records/

get the list of active EMI records

Headers

Name
Type
Description

apikey*

string

apikey

Authorization*

string

Bearer Access Token

HTTP/1.1 200 OK
Content-Type: application/json

Body:
{
    "status_code": 200,
    "errors": {},
    "data": {
        "results": [
            <array>
        ],
        "count": <count>,
        "previous": null,
        "next": null
    }
}

Sample Code

Node

PHP

Completed EMI Records

GET ‎https://<domain>/<api prefix>/<version>/commerce/emi/completed-emi-records/

get the list of completed EMI records

Headers

Name
Type
Description

apikey*

string

apikey

Authorization*

string

Bearer Access Token

Sample Code

Node

PHP

All EMI Transaction

GET ‎https://<domain>/<api prefix>/<version>/commerce/emi/all-emi-transactions/

get the list of all EMI transaction

Headers

Name
Type
Description

apikey*

string

apikey

Authorization*

string

Bearer Access Token

Sample Code

Node

PHP

Last updated

Was this helpful?