Learn more about the subscription react native 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.