Prerequisites
Check the prerequisites before you integrate with Razorpay Cordova Standard SDK.
Integrate Razorpay Payment Gateway on your
to accept payments. The Razorpay Cordova plugin acts as a wrapper around the Razorpay Standard SDK to build a dynamic and responsive Checkout interface for your iOS or Android application.Update SDK
Check your current
or Standard SDK version. If it is outdated, please to ensure uninterrupted settlements of your funds.-
Add the integration code snippet after the
deviceready
event. -
On browser, change the
to whitelist therazorpay.com
domain.
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://*.razorpay.com data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *"/>
- We do not support at the moment because it does not support cordova browser plugins. Try using the
ionic cordova run browser
command instead.
Before you proceed:
- Create a Razorpay account.
- Generate the from the Dashboard. To go live with the integration and start accepting real payments, generate Live Mode API Keys and replace them in the integration.
- Know about the .
Follow these integration steps:
Is this integration guide useful?
integrate cordova sdk
cordova integration
payment gateway
prerequisites
cordova latest version
ON THIS PAGE