---
page_title: Get Started
product: CRED-Unbundling
page_source: https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/get-started
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/cred-unbundling/llms.txt
---


# Get Started



A high-level map of the CRED Unbundling integration complete each step in sequence.

* **Step 1.**  Pre-configure [payment flows](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/pa-pg-set-up) on Juspay Dashboard
* **Step 2.**  Get your build hash whitelisted by the CRED team
* **Step 3.**  Add SDK dependency (Android only — hypercredbundle )
* **Step 4.**  Call [containerAvailability](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/container-availability-check) on page load
* **Step 5.**  Call containerEligibility ([SDK](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/containereligibility-sdk) or [S2S](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/containereligibility-s2s)) and render cards or nudge
* **Step 6.** [Create an order](https://api.juspay.in/orders) on your server
* **Step 7.**  Call [containerTxn](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/containertxn) with the selected instrument
* **Step 8.**  Handle the SDK callback and [confirm order status](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/order-status)
* **Step 9.**  Test and go live

The sub-steps for each of the above steps will depend on the following

* Juspay Integration you are currently on (Juspay HyperCheckout Payment Page or Juspay Express Checkout SDK)
* The platform (Web/Android/iOS/mWeb) where you want to make this feature live

---

## See Also

- [Description](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/description)
- [PA/PG Set Up](https://juspay.io/in/docs/cred-unbundling/docs/cred-unbundling/pa-pg-set-up)
