Hi Assif, thanks for your reply and help!
Yes, I believe I have consumed the Stripe plugin correctly and have the common plugin installed. What is happening during the native build, is that including the references causes the build to fail with the following error:
[ERROR] [Build] Build failed with the following error: Your app was not generated. We couldn't fetch its dependencies from the repository server jcenter.bintray.com due to a server error. Please try again later or contact our support team if the problem persists.
Earlier in the log there is this entry confirming the plugin was being included:
[VERBOSE] [Build] copy platforms/android/platform_www/plugins/cordova-plugin-stripe/www/CordovaStripe.js platforms/android/app/src/main/assets/www/plugins/cordova-plugin-stripe/www/CordovaStripe.js (updated file)
When I remove the stripe plugin, the native build completes succesfully so I am certain it is an issue with the plugin.
By the way, when I tried the same a few days ago, the following error prevented the successful build, I am not entierly sure why this now has changed.
Error: Error compiling Cordova plugin: main/java/com/zyramedia/cordova/stripe/CordovaStripe.java:12: error: cannot find symbol.
Do you have any idea what the problem might be?