---
page_title: Lite Deregistration
product: UPI TPAP SDK
platform: React Native
page_source: https://juspay.io/in/docs/upi-tpap-sdk/react-native/callbacks/deregistration-callback
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/upi-tpap-sdk/llms.txt
---


## Deregistration 




## default Payload
- **Event_name**:
  - Value: "event_name": "MERCHANT_CUSTOMER_UPI_LITE_DEREGISTRATION",
  - Tags: String, Mandatory
- **Content**:
  - Value:
    - **Merchant_customer**:
      - Value:
        - **Merchant_customer_id**:
          - Value: amzn.account.c1.usr1
          - Tags: String, Mandatory
        - **Payment_method**:
          - Value: UPI
          - Tags: String, Mandatory
        - **Transaction**:
          - Value:
            - **Gateway_response_code**:
              - Value: 00
              - Tags: String, Mandatory
            - **Gateway_refrence_id**:
              - Value: 420636136921
              - Tags: String, Mandatory
            - **Gateway_transaction_id**:
              - Value: YJP9999rv9999a99c19a4877ede7954984e
              - Tags: String, Mandatory
            - **Custom_response**:
              - Value: {}
              - Tags: String, Mandatory
            - **Ref_url**:
              - Value: https://www.juspay.com/
              - Tags: String, Mandatory
            - **Merchant_request_id**:
              - Value: gameskraft-326UD9MKRU6OID5-1
              - Tags: String, Mandatory
            - **Udf_parameters**:
              - Value: {}
              - Tags: String, Mandatory
          - Tags: String, Mandatory
        - **Amount**:
          - Value: 101.00
          - Tags: String, Mandatory
        - **Date_created**:
          - Value: 2024-07-24T06:26:17Z
          - Tags: String, Mandatory
        - **Upi**:
          - Value:
            - **Masked_account_number**:
              - Value: XXXXXXXXX5678
              - Tags: String, Mandatory
            - **Payer_vpa**:
              - Value: customer@vpa
              - Tags: String, Mandatory
            - **Bank_account_unique_id**:
              - Value: 6adc62db0fcb2d2b8950cc0b4925d1f145df58c3e374e1c3e155b57c12a5c0bf
              - Tags: String, Mandatory
            - **Upi_app**:
              - Value: YES_BIZ
              - Tags: String, Mandatory
            - **Payee_vpa**:
              - Value: ABCD@xyz
              - Tags: String, Mandatory
            - **Payee_mcc**:
              - Value: 5816
              - Tags: String, Mandatory
            - **Merchant_id**:
              - Value: POPCLUBUAT
              - Tags: String, Mandatory
            - **Payer_merchant_customer_id**:
              - Value: customer1
              - Tags: String, Mandatory
            - **Merchant_channel_id**:
              - Value: ABCDAPP
              - Tags: String, Mandatory
            - **Bank_code**:
              - Value: 500004
              - Tags: String, Mandatory
          - Tags: String, Mandatory
        - **Payment_method_type**:
          - Value: UPI
          - Tags: String, Mandatory
        - **Message**:
          - Value: Your transaction is successful
          - Tags: String, Mandatory
      - Tags: String, Mandatory
  - Tags: String, Mandatory
- **Date_created**:
  - Value: 2024-07-24T06:26:20Z
  - Tags: String, Mandatory
- **Id**:
  - Value: evt_V2_3e25e7f12a4d46e1879bfbf27dffadab
  - Tags: String, Mandatory



## Sample Code Snippets:
### Deregistration :

#### Deregistration  Code Snippet:

```deregistration 
{"success":false,"message":"Failed to fetch snippet"}
```



---

## See Also

- [Lite Topup](https://juspay.io/in/docs/upi-tpap-sdk/react-native/callbacks/lite-topup-callback)
- [P2M Mandate](https://juspay.io/in/docs/upi-tpap-sdk/react-native/mandate-callbacks-and-flow/p2m-mandate)
