Check Out Full Tutorial Here
Create An account With Paystack, Copy Your PkText key
Paste The below code in config.xml file in the android Platform tag <platform>add here</platform>
and replace 'INSERT-PUBLIC-KEY-HERE' with your public key.
<preference name="android-minSdkVersion" value="16" />
<config-file target="AndroidManifest.xml" parent="application">
<meta-data android:name="co.paystack.android.PublicKey" android:value="INSERT-PUBLIC-KEY-HERE"/>
</config-file>
$npm install
Then Install The Custom config cordova plugin, to automatically edit the configuration files in the platforms/ directory
, You can Find Out More here
$ cordova plugin add cordova-custom-config
Afterwards Install cordova plugin paystack.
$ cordova plugin add cordova-plugin-paystack