---
page_source: https://juspay.io/in/docs/part-payments/docs/integration/order-status-api
page_title: Order Status API
---


# Order Status API



Order Status API will give the order status along with transaction details of all the transactions that have been implemented. Each transaction details block will show part payment details (selected plan id, selected part type, and selected part number associated with the transaction. 

This API is crucial for merchants who have their own payment screen. Using the API, merchants can get order details and initiate payment for subsequent parts.


### **Pending Order Status Response** 




#### Shell Code Snippet:

```shell
{
    "customer_email": null,
    "customer_phone": "9652345486",
    "customer_id": "sftrj5ty4tg4gtfsd4",
    "status_id": 23,
    "status": "PENDING_VBV",
    "id": "ordeh_4c64944424cb42fb8006a2a303222abf",
    "merchant_id": "azharamin",
    "amount": 2000,
    "currency": "INR",
    "order_id": "partLocal1749025750",
    "date_created": "2025-06-04T08:29:10Z",
    "last_updated": "2025-06-04T08:29:19Z",
    "return_url": "https://sandbox.juspay.in/end",
    "product_id": "",
    "payment_links": {
        "mobile": "http://localhost:8081/orders/ordeh_4c64944424cb42fb8006a2a303222abf/payment-page",
        "web": "http://localhost:8081/orders/ordeh_4c64944424cb42fb8006a2a303222abf/payment-page",
        "iframe": "http://localhost:8081/merchant/ipay/ordeh_4c64944424cb42fb8006a2a303222abf"
    },
    "udf1": "test",
    "udf2": "test1",
    "udf3": "test2",
    "udf4": "",
    "udf5": "",
    "udf6": "",
    "udf7": "",
    "udf8": "",
    "udf9": "",
    "udf10": "",
    "amount_refunded": 0,
    "effective_amount": 500,
    "txn_list": [
        {
            "txn_id": "azharamin-partLocal1749025750-1",
            "payment_method_type": "CARD",
            "auth_type": "THREE_DS",
            "card": {
                "expiry_year": "2029",
                "card_reference": "",
                "saved_to_locker": false,
                "expiry_month": "09",
                "name_on_card": "Test",
                "card_issuer": "",
                "last_four_digits": "",
                "using_saved_card": false,
                "card_fingerprint": "",
                "card_isin": "555304",
                "card_type": "CREDIT",
                "card_brand": "MASTERCARD",
                "using_token": false,
                "tokens": [],
                "token_type": "CARD",
                "card_issuer_country": "",
                "juspay_bank_code": "",
                "extended_card_type": "CREDIT",
                "payment_account_reference": ""
            },
            "payment_method": "",
            "refunded": false,
            "effective_amount": 500,
            "resp_code": null,
            "resp_message": null,
            "bank_error_code": "",
            "bank_error_message": "",
            "txn_uuid": "moz9mVqevgWHuR7UGJW",
            "txn_detail": {
                "txn_id": "azharamin-partLocal1749025750-1",
                "order_id": "partLocal1749025750",
                "status": "PENDING_VBV",
                "error_code": null,
                "net_amount": 2000,
                "surcharge_amount": null,
                "tax_amount": null,
                "txn_amount": 500,
                "offer_deduction_amount": null,
                "gateway_id": 80,
                "currency": "INR",
                "express_checkout": false,
                "redirect": true,
                "txn_uuid": "moz9mVqevgWHuR7UGJW",
                "gateway": "EASEBUZZ",
                "error_message": "",
                "created": "2025-06-04T08:29:20Z",
                "last_updated": "2025-06-04T08:29:20Z",
                "txn_flow_type": "CARD_TRANSACTION",
                "txn_intent_id": "dcb63489906147949e7589a32",
                "is_cvv_less_txn": false,
                "txn_amount_breakup": [
                    {
                        "name": "BASE",
                        "amount": 500,
                        "sno": 1,
                        "method": "ADD"
                    }
                ]
            },
            "gateway_id": 80,
            "gateway_reference_id": "ease_testz",
            "metadata": {
                "part_payment_info": "{\"selected_plan_id\": \"1234\",\"selected_plan_type\": \"FIXED\",\"selected_part_number\": 1}"
            },
            "offers": [],
            "status": "PENDING_VBV",
            "txn_intent_id": "dcb63489906147949e7589a32",
            "resp_category": null
        }
    ],
    "additional_info": {
        "part_payment_info": {
            "selected_part_number": 1,
            "selected_plan_id": "1234",
            "selected_plan_type": "FIXED"
        }
    },
    "paid_amount": 0
}
```



### **Part 1 Success Order Status Response** 




#### Shell Code Snippet:

```shell
{
    "customer_email": null,
    "customer_phone": "9652345486",
    "customer_id": "sftrj5ty4tg4gtfsd4",
    "status_id": 37,
    "status": "PARTIAL_CHARGED",
    "id": "ordeh_430a418f37c34d59959b8ffcb038b6f1",
    "merchant_id": "azharamin",
    "amount": 2000,
    "currency": "INR",
    "order_id": "partLocal1749025847",
    "date_created": "2025-06-04T08:30:47Z",
    "last_updated": "2025-06-04T08:31:01Z",
    "return_url": "https://sandbox.juspay.in/end",
    "product_id": "",
    "payment_links": {
        "mobile": "http://localhost:8081/orders/ordeh_430a418f37c34d59959b8ffcb038b6f1/payment-page",
        "web": "http://localhost:8081/orders/ordeh_430a418f37c34d59959b8ffcb038b6f1/payment-page",
        "iframe": "http://localhost:8081/merchant/ipay/ordeh_430a418f37c34d59959b8ffcb038b6f1"
    },
    "udf1": "test",
    "udf2": "test1",
    "udf3": "test2",
    "udf4": "",
    "udf5": "",
    "udf6": "",
    "udf7": "",
    "udf8": "",
    "udf9": "",
    "udf10": "",
    "amount_refunded": 0,
    "effective_amount": 500,
    "txn_list": [
        {
            "txn_id": "azharamin-partLocal1749025847-1",
            "payment_method_type": "CARD",
            "auth_type": "THREE_DS",
            "card": {
                "expiry_year": "2029",
                "card_reference": "",
                "saved_to_locker": false,
                "expiry_month": "09",
                "name_on_card": "Test",
                "card_issuer": "",
                "last_four_digits": "",
                "using_saved_card": false,
                "card_fingerprint": "",
                "card_isin": "555304",
                "card_type": "CREDIT",
                "card_brand": "MASTERCARD",
                "using_token": false,
                "tokens": [],
                "token_type": "CARD",
                "card_issuer_country": "",
                "juspay_bank_code": "",
                "extended_card_type": "CREDIT",
                "payment_account_reference": ""
            },
            "payment_method": "",
            "refunded": false,
            "effective_amount": 500,
            "resp_code": null,
            "resp_message": null,
            "bank_error_code": "",
            "bank_error_message": "",
            "txn_uuid": "mozbQjLJBQVUrExFcJu",
            "txn_detail": {
                "txn_id": "azharamin-partLocal1749025847-1",
                "order_id": "partLocal1749025847",
                "status": "CHARGED",
                "error_code": null,
                "net_amount": 2000,
                "surcharge_amount": null,
                "tax_amount": null,
                "txn_amount": 500,
                "offer_deduction_amount": null,
                "gateway_id": 80,
                "currency": "INR",
                "express_checkout": false,
                "redirect": true,
                "txn_uuid": "mozbQjLJBQVUrExFcJu",
                "gateway": "EASEBUZZ",
                "error_message": "",
                "created": "2025-06-04T08:30:51Z",
                "last_updated": "2025-06-04T08:31:02Z",
                "txn_flow_type": "CARD_TRANSACTION",
                "txn_intent_id": "97f61c136b9c4afc873533e7f",
                "is_cvv_less_txn": false,
                "txn_amount_breakup": [
                    {
                        "name": "BASE",
                        "amount": 500,
                        "sno": 1,
                        "method": "ADD"
                    }
                ]
            },
            "payment_gateway_response": {
                "resp_code": "success",
                "rrn": "678772684563",
                "created": "2025-06-04T08:31:02Z",
                "epg_txn_id": "S250604074618G",
                "resp_message": "Transaction is successful.",
                "auth_id_code": "YL9YWZ",
                "txn_id": "azharamin-partLocal1749025847-1",
                "debit_amount": "514.75",
                "network_error_message": null,
                "network_error_code": null,
                "arn": null,
                "gateway_merchant_id": "7YBM8BVO1",
                "eci": null,
                "auth_ref_num": "NA",
                "umrn": null,
                "current_blocked_amount": null,
                "payer_ifsc": null
            },
            "gateway_id": 80,
            "gateway_reference_id": "ease_testz",
            "metadata": {
                "part_payment_info": "{\"selected_plan_id\": \"1234\",\"selected_plan_type\": \"FIXED\",\"selected_part_number\": 1}"
            },
            "offers": [],
            "status": "CHARGED",
            "txn_intent_id": "97f61c136b9c4afc873533e7f",
            "resp_category": null
        }
    ],
    "additional_info": {
        "part_payment_info": {
            "selected_part_number": 1,
            "selected_plan_id": "1234",
            "selected_plan_type": "FIXED"
        }
    },
    "paid_amount": 500
}
```



### **All Part Success Order Status Response** 




#### Shell Code Snippet:

```shell
{
    "customer_email": null,
    "customer_phone": "9652345486",
    "customer_id": "sftrj5ty4tg4gtfsd4",
    "status_id": 21,
    "status": "CHARGED",
    "id": "ordeh_9f2cbbaa6c2a47108a21eb04ef3ef880",
    "merchant_id": "azharamin",
    "amount": 2000,
    "currency": "INR",
    "order_id": "partLocal1748588955",
    "date_created": "2025-05-30T07:09:15Z",
    "last_updated": "2025-05-30T07:11:47Z",
    "return_url": "https://sandbox.juspay.in/end",
    "product_id": "",
    "payment_links": {
        "mobile": "http://localhost:8081/orders/ordeh_9f2cbbaa6c2a47108a21eb04ef3ef880/payment-page",
        "web": "http://localhost:8081/orders/ordeh_9f2cbbaa6c2a47108a21eb04ef3ef880/payment-page",
        "iframe": "http://localhost:8081/merchant/ipay/ordeh_9f2cbbaa6c2a47108a21eb04ef3ef880"
    },
    "udf1": "test",
    "udf2": "test1",
    "udf3": "test2",
    "udf4": "",
    "udf5": "",
    "udf6": "",
    "udf7": "",
    "udf8": "",
    "udf9": "",
    "udf10": "",
    "refunded": false,
    "amount_refunded": 0,
    "effective_amount": 2000,
    "txn_list": [
        {
            "txn_id": "azharamin-partLocal1748588955-1",
            "payment_method_type": "CARD",
            "auth_type": "THREE_DS",
            "card": {
                "expiry_year": "2029",
                "card_reference": "",
                "saved_to_locker": false,
                "expiry_month": "09",
                "name_on_card": "Test",
                "card_issuer": "",
                "last_four_digits": "",
                "using_saved_card": false,
                "card_fingerprint": "",
                "card_isin": "555304",
                "card_type": "CREDIT",
                "card_brand": "MASTERCARD",
                "using_token": false,
                "tokens": [],
                "token_type": "CARD",
                "card_issuer_country": "",
                "juspay_bank_code": "",
                "extended_card_type": "CREDIT",
                "payment_account_reference": ""
            },
            "payment_method": "",
            "refunded": false,
            "effective_amount": 500,
            "resp_code": null,
            "resp_message": null,
            "bank_error_code": "",
            "bank_error_message": "",
            "txn_uuid": "moz4mTT62YDjFHuapdK",
            "txn_detail": {
                "txn_id": "azharamin-partLocal1748588955-1",
                "order_id": "partLocal1748588955",
                "status": "CHARGED",
                "error_code": null,
                "net_amount": 2000,
                "surcharge_amount": null,
                "tax_amount": null,
                "txn_amount": 500,
                "offer_deduction_amount": null,
                "gateway_id": 80,
                "currency": "INR",
                "express_checkout": false,
                "redirect": true,
                "txn_uuid": "moz4mTT62YDjFHuapdK",
                "gateway": "EASEBUZZ",
                "error_message": "",
                "created": "2025-05-30T07:09:19Z",
                "last_updated": "2025-05-30T07:09:36Z",
                "txn_flow_type": "CARD_TRANSACTION",
                "txn_intent_id": "60a6d1ddea384bb1b9caeb19e",
                "is_cvv_less_txn": false,
                "txn_amount_breakup": [
                    {
                        "name": "BASE",
                        "amount": 500,
                        "sno": 1,
                        "method": "ADD"
                    }
                ]
            },
            "payment_gateway_response": {
                "resp_code": "success",
                "rrn": "760776242261",
                "created": "2025-05-30T07:09:36Z",
                "epg_txn_id": "S2505300745TXS",
                "resp_message": "Transaction is successful.",
                "auth_id_code": "8S1FQB",
                "txn_id": "azharamin-partLocal1748588955-1",
                "debit_amount": "514.75",
                "network_error_message": null,
                "network_error_code": null,
                "arn": null,
                "gateway_merchant_id": "7YBM8BVO1",
                "eci": null,
                "auth_ref_num": "NA",
                "umrn": null,
                "current_blocked_amount": null,
                "payer_ifsc": null
            },
            "gateway_id": 80,
            "gateway_reference_id": "ease_testz",
            "metadata": {
                "part_payment_info": "{\"selected_plan_id\": \"1234\",\"selected_plan_type\": \"FIXED\",\"selected_part_number\": 1}"
            },
            "offers": [],
            "status": "CHARGED",
            "txn_intent_id": "60a6d1ddea384bb1b9caeb19e",
            "resp_category": null
        },
        {
            "txn_id": "azharamin-partLocal1748588955-2",
            "payment_method_type": "CARD",
            "auth_type": "THREE_DS",
            "card": {
                "expiry_year": "2029",
                "card_reference": "",
                "saved_to_locker": false,
                "expiry_month": "09",
                "name_on_card": "Test",
                "card_issuer": "",
                "last_four_digits": "",
                "using_saved_card": false,
                "card_fingerprint": "",
                "card_isin": "555304",
                "card_type": "CREDIT",
                "card_brand": "MASTERCARD",
                "using_token": false,
                "tokens": [],
                "token_type": "CARD",
                "card_issuer_country": "",
                "juspay_bank_code": "",
                "extended_card_type": "CREDIT",
                "payment_account_reference": ""
            },
            "payment_method": "",
            "refunded": false,
            "effective_amount": 500,
            "resp_code": null,
            "resp_message": null,
            "bank_error_code": "",
            "bank_error_message": "",
            "txn_uuid": "mozmoTD1yrgpwQj5Hr2",
            "txn_detail": {
                "txn_id": "azharamin-partLocal1748588955-2",
                "order_id": "partLocal1748588955",
                "status": "CHARGED",
                "error_code": null,
                "net_amount": 2000,
                "surcharge_amount": null,
                "tax_amount": null,
                "txn_amount": 500,
                "offer_deduction_amount": null,
                "gateway_id": 80,
                "currency": "INR",
                "express_checkout": false,
                "redirect": true,
                "txn_uuid": "mozmoTD1yrgpwQj5Hr2",
                "gateway": "EASEBUZZ",
                "error_message": "",
                "created": "2025-05-30T07:11:01Z",
                "last_updated": "2025-05-30T07:11:10Z",
                "txn_flow_type": "CARD_TRANSACTION",
                "txn_intent_id": "2848552b2d4444faa7d834cd0",
                "is_cvv_less_txn": false,
                "txn_amount_breakup": [
                    {
                        "name": "BASE",
                        "amount": 500,
                        "sno": 1,
                        "method": "ADD"
                    }
                ]
            },
            "payment_gateway_response": {
                "resp_code": "success",
                "rrn": "160081142327",
                "created": "2025-05-30T07:11:10Z",
                "epg_txn_id": "S2505300745TY3",
                "resp_message": "Transaction is successful.",
                "auth_id_code": "TB9Y7X",
                "txn_id": "azharamin-partLocal1748588955-2",
                "debit_amount": "514.75",
                "network_error_message": null,
                "network_error_code": null,
                "arn": null,
                "gateway_merchant_id": "7YBM8BVO1",
                "eci": null,
                "auth_ref_num": "NA",
                "umrn": null,
                "current_blocked_amount": null,
                "payer_ifsc": null
            },
            "gateway_id": 80,
            "gateway_reference_id": "ease_testz",
            "metadata": {
                "part_payment_info": "{\"selected_plan_id\": \"1234\",\"selected_plan_type\": \"FIXED\",\"selected_part_number\": 2}"
            },
            "offers": [],
            "status": "CHARGED",
            "txn_intent_id": "2848552b2d4444faa7d834cd0",
            "resp_category": null
        },
        {
            "txn_id": "azharamin-partLocal1748588955-3",
            "payment_method_type": "CARD",
            "auth_type": "THREE_DS",
            "card": {
                "expiry_year": "2029",
                "card_reference": "",
                "saved_to_locker": false,
                "expiry_month": "09",
                "name_on_card": "Test",
                "card_issuer": "",
                "last_four_digits": "",
                "using_saved_card": false,
                "card_fingerprint": "",
                "card_isin": "555304",
                "card_type": "CREDIT",
                "card_brand": "MASTERCARD",
                "using_token": false,
                "tokens": [],
                "token_type": "CARD",
                "card_issuer_country": "",
                "juspay_bank_code": "",
                "extended_card_type": "CREDIT",
                "payment_account_reference": ""
            },
            "payment_method": "",
            "refunded": false,
            "effective_amount": 500,
            "resp_code": null,
            "resp_message": null,
            "bank_error_code": "",
            "bank_error_message": "",
            "txn_uuid": "moztS9MJ2tNfL41NR7H",
            "txn_detail": {
                "txn_id": "azharamin-partLocal1748588955-3",
                "order_id": "partLocal1748588955",
                "status": "CHARGED",
                "error_code": null,
                "net_amount": 2000,
                "surcharge_amount": null,
                "tax_amount": null,
                "txn_amount": 500,
                "offer_deduction_amount": null,
                "gateway_id": 80,
                "currency": "INR",
                "express_checkout": false,
                "redirect": true,
                "txn_uuid": "moztS9MJ2tNfL41NR7H",
                "gateway": "EASEBUZZ",
                "error_message": "",
                "created": "2025-05-30T07:11:19Z",
                "last_updated": "2025-05-30T07:11:30Z",
                "txn_flow_type": "CARD_TRANSACTION",
                "txn_intent_id": "7fc0c0e81854416ba796814bb",
                "is_cvv_less_txn": false,
                "txn_amount_breakup": [
                    {
                        "name": "BASE",
                        "amount": 500,
                        "sno": 1,
                        "method": "ADD"
                    }
                ]
            },
            "payment_gateway_response": {
                "resp_code": "success",
                "rrn": "007177775818",
                "created": "2025-05-30T07:11:29Z",
                "epg_txn_id": "S2505300745TY4",
                "resp_message": "Transaction is successful.",
                "auth_id_code": "0DIDBM",
                "txn_id": "azharamin-partLocal1748588955-3",
                "debit_amount": "514.75",
                "network_error_message": null,
                "network_error_code": null,
                "arn": null,
                "gateway_merchant_id": "7YBM8BVO1",
                "eci": null,
                "auth_ref_num": "NA",
                "umrn": null,
                "current_blocked_amount": null,
                "payer_ifsc": null
            },
            "gateway_id": 80,
            "gateway_reference_id": "ease_testz",
            "metadata": {
                "part_payment_info": "{\"selected_plan_id\": \"1234\",\"selected_plan_type\": \"FIXED\",\"selected_part_number\": 3}"
            },
            "offers": [],
            "status": "CHARGED",
            "txn_intent_id": "7fc0c0e81854416ba796814bb",
            "resp_category": null
        },
        {
            "txn_id": "azharamin-partLocal1748588955-4",
            "payment_method_type": "CARD",
            "auth_type": "THREE_DS",
            "card": {
                "expiry_year": "2029",
                "card_reference": "",
                "saved_to_locker": false,
                "expiry_month": "09",
                "name_on_card": "Test",
                "card_issuer": "",
                "last_four_digits": "",
                "using_saved_card": false,
                "card_fingerprint": "",
                "card_isin": "555304",
                "card_type": "CREDIT",
                "card_brand": "MASTERCARD",
                "using_token": false,
                "tokens": [],
                "token_type": "CARD",
                "card_issuer_country": "",
                "juspay_bank_code": "",
                "extended_card_type": "CREDIT",
                "payment_account_reference": ""
            },
            "payment_method": "",
            "refunded": false,
            "effective_amount": 500,
            "resp_code": null,
            "resp_message": null,
            "bank_error_code": "",
            "bank_error_message": "",
            "txn_uuid": "mozegCfQzCmGH4hLjWL",
            "txn_detail": {
                "txn_id": "azharamin-partLocal1748588955-4",
                "order_id": "partLocal1748588955",
                "status": "CHARGED",
                "error_code": null,
                "net_amount": 2000,
                "surcharge_amount": null,
                "tax_amount": null,
                "txn_amount": 500,
                "offer_deduction_amount": null,
                "gateway_id": 80,
                "currency": "INR",
                "express_checkout": false,
                "redirect": true,
                "txn_uuid": "mozegCfQzCmGH4hLjWL",
                "gateway": "EASEBUZZ",
                "error_message": "",
                "created": "2025-05-30T07:11:38Z",
                "last_updated": "2025-05-30T07:11:48Z",
                "txn_flow_type": "CARD_TRANSACTION",
                "txn_intent_id": "7414da54060c405dbcaadaa4a",
                "is_cvv_less_txn": false,
                "txn_amount_breakup": [
                    {
                        "name": "BASE",
                        "amount": 500,
                        "sno": 1,
                        "method": "ADD"
                    }
                ]
            },
            "payment_gateway_response": {
                "resp_code": "success",
                "rrn": "167366822261",
                "created": "2025-05-30T07:11:48Z",
                "epg_txn_id": "S2505300745TY7",
                "resp_message": "Transaction is successful.",
                "auth_id_code": "AT6SGI",
                "txn_id": "azharamin-partLocal1748588955-4",
                "debit_amount": "514.75",
                "network_error_message": null,
                "network_error_code": null,
                "arn": null,
                "gateway_merchant_id": "7YBM8BVO1",
                "eci": null,
                "auth_ref_num": "NA",
                "umrn": null,
                "current_blocked_amount": null,
                "payer_ifsc": null
            },
            "gateway_id": 80,
            "gateway_reference_id": "ease_testz",
            "metadata": {
                "part_payment_info": "{\"selected_plan_id\": \"1234\",\"selected_plan_type\": \"FIXED\",\"selected_part_number\": 4}"
            },
            "offers": [],
            "status": "CHARGED",
            "txn_intent_id": "7414da54060c405dbcaadaa4a",
            "resp_category": null
        }
    ],
    "additional_info": {
        "part_payment_info": {
            "selected_part_number": 4,
            "selected_plan_id": "1234",
            "selected_plan_type": "FIXED"
        }
    },
    "paid_amount": 2000
}
```


**[Note:]** `"status": "PARTIAL_CHARGED"` with `"status_id": 37` has been added to denote that some part payments are successful for part payment order. 