---
page_source: https://juspay.io/in/docs/ec-headless/cordova/additional-features/credcheckout
page_title: Cred-Checkout
---


# CRED Checkout




### Step 1 CRED Eligibility


This operation helps the merchant to check the eligibility of the user for Cred payment method. Internally SDK connects to the Cred app and Cred server to check for Eligibility. The Client_auth_token is to be passed for this call. The warm up for Eligibility happens when the merchant calls Initiate(). Juspay SDK does the eligibility check and in the background when Initiate starts to keep the latency minimal for Merchant.




### Step 2 App Pay Txn


This operation initiates the transaction. The merchant has to get order_id from order_create call done by Merchant server and then trigger this call on Juspay SDK with the required parameters.

