#clayphillips_07398
1 messages · Page 1 of 1 (latest)
Hello! Unfortunately we're not familiar with the Salesforce side of things here. When you say you don't see a way to do that in Salesforce what do you mean? Like you can't load Stripe.js on the page? You can't run a specific piece of Stripe code? Something else?
@fluid egret due to the Salesforce locker service, third party libraries have to be stored as static resources (a file of sorts) in Salesforce and thus you are limited in the methods that can be performed. For reference: https://salesforce.stackexchange.com/questions/337968/stripe-js-for-lightning-web-component-not-able-to-generate-card-or-bank-token
Ah, interesting. Stripe.js needs to be loaded from our servers. It can't be copied to a static resource on your end or Salesforce's end, so this seems like a non-starter unless Salesforce has a Stripe-specific workaround?
Salesforce has a new product called Salesforce Payments that's supposed to support Stripe. Unfortunately we can't use it though because it requires a store front running on their new lightning web runtime.
ours is built on aura
Unfortunately we're not able to help you here. I recommend you write in to Stripe support: https://support.stripe.com/contact/email
You may also want to ask Salesforce if they have a recommended path forward for your situation.