---
page_title: Sample Payloads
product: Hypercheckout
platform: React Native
page_source: https://juspay.io/in/docs/hyper-checkout/react-native/resources/sample-payloads
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/hyper-checkout/llms.txt
---


# Sample Payloads



Refer to the below sample payloads based on your use-case


### Open the Hypercheckout Screen




#### Shell Code Snippet:

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



### Open Quickpay - Applicable only for App




#### Shell Code Snippet:

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



### Open Payment Management - Screen allowing users to delete stored payment methods




#### Shell Code Snippet:

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



### Open the Hypercheckout Screen with REQUIRED Mandate Flow



User can proceed with mandate enabled options only


#### Shell Code Snippet:

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



### Open the Hypercheckout Screen with OPTIONAL Mandate Flow



User can proceed with one-time or mandate transaction


#### Shell Code Snippet:

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


---

## See Also

- [Transaction Status](https://juspay.io/in/docs/hyper-checkout/react-native/resources/transaction-status)
- [Refunds](https://juspay.io/in/docs/hyper-checkout/react-native/resources/refunds)
