---
page_source: https://juspay.io/in/docs/upi-plugin-sdk/cordova/callbacks/ordersucceeded
page_title: Order Succeeded
---


## Order Succeeded




### Step 1.1 ORDER_SUCCEEDED



### Payload
- **Id**:
  - Description: Event ID
  - Value: evt_V2_03c6ec0681124450b55cf92fa35df241
- **Event_name**:
  - Value: ORDER_SUCCEEDED
- **Date_created**:
  - Description: timestamp when webhook was created
  - Value: 2021-12-07T13:46:40Z
- **Content**:
  - Description: Details of the event
  - Value:
    - **Order**:
      - Value:
        - **Upi**:
          - Value:
            - **Txn_type**:
              - Value: UPI_INAPP
            - **Payer_vpa**:
              - Value: 8088219177@stockaxis
            - **Payer_app**:
              - Value: AXIS_BIZ
            - **Bank_name**:
              - Value: MYPSP
            - **Bank_code**:
              - Value: 500001
        - **Txn_uuid**:
          - Value: eulwh64Rw6dQSNBUZUE
        - **Txn_id**:
          - Value: stock-R7648276171-1
        - **Txn_detail**:
          - Value:
            - **Txn_uuid**:
              - Value: eulwh64Rw6dQSNBUZUE
            - **Txn_id**:
              - Value: stock-R7648276171-1
            - **Txn_amount**:
              - Value: 10000
            - **Tax_amount**:
              - Value: 0
            - **Surcharge_amount**:
              - Value: 0
            - **Status**:
              - Value: CHARGED
            - **Redirect**:
              - Value: true
            - **Order_id**:
              - Value: R7648276171
            - **Net_amount**:
              - Value: 1000
            - **Gateway_id**:
              - Value: 511
            - **Gateway**:
              - Value: AXIS_BIZ
            - **Express_checkout**:
              - Value: false
            - **Error_message**:
            - **Error_code**:
              - Value: null
            - **Currency**:
              - Value: INR
            - **Created**:
              - Value: 2022-01-28T09:14:52Z
        - **Status_id**:
          - Value: 21
        - **Rewards_breakup**:
          - Value: null
        - **Status**:
          - Value: CHARGED
        - **Payment_method**:
          - Value: UPI
        - **Return_url**:
          - Value: https://links.stockpay.in/repayments
        - **Refunded**:
          - Value: false
        - **Product_id**:
        - **Payment_method_type**:
          - Value: UPI
        - **Payment_links**:
          - Value:
            - **Web**:
              - Value: https://sandbox.juspay.in/merchant/pay/ordeu_f07e1293e5684eb5ae815dbf6c998644
            - **Mobile**:
              - Value: https://sandbox.juspay.in/merchant/pay/ordeu_f07e1293e5684eb5ae815dbf6c998644?mobile=true
            - **Iframe**:
              - Value: https://sandbox.juspay.in/merchant/ipay/ordeu_f07e1293e5684eb5ae815dbf6c998644
        - **Payment_gateway_response**:
          - Value:
            - **Txn_id**:
              - Value: eulwh64Rw6dQSNBUZUE
            - **Rrn**:
              - Value: 202814207184
            - **Resp_message**:
              - Value: Your transaction is successful
            - **Resp_code**:
              - Value: 00
            - **Gateway_response**:
              - Value:
                - **MerchantChannelId**:
                  - Value: stockAPP
                - **Amount**:
                  - Value: 10000.00
                - **MerchantId**:
                  - Value: stock
                - **GatewayResponseMessage**:
                  - Value: Your transaction is successful
                - **PayerName**:
                  - Value: XXXX
                - **PayerVpa**:
                  - Value: XXXX
                - **GatewayPayerResponseCode**:
                  - Value: 00
                - **GatewayPayerResponseMessage**:
                  - Value: Your transaction is successful
                - **PayerAccRefId**:
                  - Value: Ajwebfwfwbefiwefwhfwehfwoier
                - **PayerActype**:
                  - Value: Savings
                - **MerchantRequestId**:
                  - Value: eulwh64Rw6dQSNBUZUE
                - **GatewayResponseCode**:
                  - Value: 00
                - **GatewayReferenceId**:
                  - Value: 202814207184
                - **GatewayTransactionId**:
                  - Value: AXB22f8d0fafdf9455bb9d7b657c2ab14e4
                - **PayeeVpa**:
                  - Value: repayments@stockaxis
                - **TransactionTimestamp**:
                  - Value: 2022-01-28T14:44:51+05:30
                - **Type**:
                  - Value: MERCHANT_CREDITED_VIA_PAY
            - **Epg_txn_id**:
              - Value: AXB22f8d0fafdf9455bb9d7b657c2ab14e4
            - **Created**:
              - Value: 2022-01-28T09:15:04Z
            - **Auth_id_code**:
              - Value: null
        - **Payer_vpa**:
          - Value: 8088219177@stockaxis
        - **Order_id**:
          - Value: R7648276171
        - **Offers**:
          - Value: [ ]
        - **Metadata**:
          - Value: null
        - **Merchant_id**:
          - Value: stock
        - **Id**:
          - Value: ordeu_f07e1293e5684eb5ae815dbf6c998644
        - **Gateway_reference_id**:
          - Value: null
        - **Gateway_id**:
          - Value: 511
        - **Effective_amount**:
          - Value: 1000
        - **Date_created**:
          - Value: 2022-01-28T09:14:51Z
        - **Customer_phone**:
          - Value: 8088219177
        - **Customer_id**:
        - **Customer_email**:
          - Value: null
        - **Currency**:
          - Value: INR
        - **Bank_pg**:
          - Value: null
        - **Bank_error_message**:
          - Value: null
        - **Bank_error_code**:
          - Value: null
        - **Auth_type**:
          - Value: null
        - **Amount_refunded**:
          - Value: 0
        - **Amount**:
          - Value: 1000




#### Code Snippets: -

#### Java Code Snippet:

```java
{"success":false,"message":"No Data found for the given path"}
```

#### Kotlin Code Snippet:

```kotlin
{"success":false,"message":"No Data found for the given path"}
```
