---
page_source: https://juspay.io/in/docs/upi-plugin-sdk/cordova/callbacks/txncharged
page_title: Transaction Charged
---


## Transaction Charged




### Step 1.1. TXN_CHARGED



### Payload
- **Id**:
  - Description: Event ID
  - Value: evt_V2_03c6ec0681124450b55cf92fa35df241
- **Event_name**:
  - Value: TXN_CHARGED
- **Date_created**:
  - Description: timestamp when webhook was created
  - Value: 2021-12-07T13:46:40Z
- **Content**:
  - Description: Details of the event
  - Value:
    - **Txn**:
      - Value:
        - **Txn_uuid**:
          - Value: eulwh64Rw6dQSNBUZUE
        - **Txn_id**:
          - Value: stock-R7648276171-1
        - **Txn_amount**:
          - Value: 1000
        - **Tax_amount**:
          - Value: 0
        - **Surcharge_amount**:
          - Value: 0
        - **Status_id**:
          - Value: 21
        - **Status**:
          - Value: CHARGED
        - **Redirect**:
          - Value: true
        - **Payment_method_type**:
          - Value: UPI
        - **Payment_method**:
          - Value: UPI
        - **Payment_gateway_response**:
          - Value:
            - **Txn_id**:
              - Value: eulwh64Rw6dQSNBUZUE
            - **Rrn**:
              - Value: 202814207184
            - **Resp_message**:
              - Value: Your transaction is successful
            - **Resp_code**:
              - Value: 00
            - **Epg_txn_id**:
              - Value: AXB22f8d0fafdf9455bb9d7b657c2ab14e4
            - **Created**:
              - Value: 2022-01-28T09:15:04Z
            - **Auth_id_code**:
              - Value: null
        - **Order_id**:
          - Value: R7648276171
        - **Net_amount**:
          - Value: 10000
        - **Gateway_id**:
          - Value: 511
        - **Gateway**:
          - Value: AXIS_BIZ
        - **Express_checkout**:
          - Value: false
        - **Error_message**:
        - **Error_code**:
        - **Currency**:
          - Value: INR
        - **Created**:
          - Value: 2022-01-28T09:14:52Z




#### 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"}
```
