#lorenz-checkout-salesforce
1 messages · Page 1 of 1 (latest)
hey there! whats the issue, how is this integrated? I don't know anything about using salesforce so you might need to get in touch with whoever develops any plugin you might use
Sure thing! Thank you for responding..
I am actually thinking some way how I can implement Stripe Checkout
What I am think is on Salesforce we will have a custom page there then we can use Stripe Checkout javascript code snippet for payment right?
well checkout requires a server integration, so you would need more than just client js
you need to be able to create a session with a secret key request:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#redirect-customers
Securely accept payments online.