Skip to main content

Track Merchant Order

Track Merchant Order Details by sending merchant_order_id in request params merchant_order_id refers to job_id received in creation of dio cart for merchants

Path Parameters
  • merchant_name string required

    The name of the merchant

    Example: test_merchant
  • merchant_order_id string required

    merchant_order_id is set to job_id for DIO merchant flow

    Example: 13175
Header Parameters
  • X-Access-Key string required

    The public access key

    Example: 1mg_public_access_key
  • Authorization string required

    A JWT authorization token

    Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTIzNDU2Nzg5LCJuYW1lIjoiSm9zZXBoIn0.OpOSSw7e485LOP5PrzScxHb7SR6sAOMRckfFwi4rp7o
Responses

OK


Schema
    any
Loading...