---
page_title: Sample Payloads
product: EC Headless
platform: Cordova
page_source: https://juspay.io/in/docs/ec-headless/cordova/resources/sample-payloads
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/ec-headless/llms.txt
---


## Sample Payloads



Refer to the below sample payloads based on your use-case. For more information, please refer to this [document](https://npmjs.com/package/hyper-sdk-plugin).


### isInitialised



Checks if current HyperSDK has been initialised. It should be used to check the HyperSDK instance state before calling process API.


#### Shell Code Snippet:

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



### UUID



Sample snippets to generate uuid-v4 string. Used in HyperSDK as [requestId]


#### Shell Code Snippet:

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


---

## See Also

- [Transaction Status](https://juspay.io/in/docs/ec-headless/cordova/resources/transaction-status)
- [Refunds](https://juspay.io/in/docs/ec-headless/cordova/resources/refunds)
