Learn more about the cordova sdk integration in your app
info.plist
file.
subscription_id
and a subscription_session_id
.
CFSubscriptionSession
object.<application>
tag in your Android manifest file. If you do not enable the cashfree_subscription_flow_enable
flag, the SDK will not provide a payment callback.
<application>
tag, Not inside the <activity>
tag.subscription_session_id
) and subscription ID (subscription_id
) obtained from creation step. It also specifies the environment (SANDBOX or PRODUCTION)
.
doSubscriptionPayment
.
doSubscriptionPayment
method of SDKdoSubscriptionPayment()
to open the Cashfree subscription checkout screen. This will present the user with the payment options and handle the payment process.
Cordova Integration
Ionic Capacitor Integration
Ionic Angular Capacitor Integration
NextJs Capacitor Integration