#lorenz-salesforce
1 messages · Page 1 of 1 (latest)
Hey there, that doesn't sound familiar, is this part of a Salesforce extension?
No actually
So you know on stripe we have this checkout thing right?
I think its called the Stripe payment button ?
that has the JS script code on it?
the one that customer puts there credit card info
can you help me how can I do that on stripe?
Ah, sounds like you're referring to the payment request button.
yea
because I will be using that button to trigger the payment
then the stripe payment form will appear right?
Can you help me how can I do that?
Sorry this is my first time using stripe
Sure thing! Have you taken a look at our implementation guide for that?
https://stripe.com/docs/stripe-js/elements/payment-request-button
yea I think I take a look at that already
but I am not so sure what step or configuration that I need to do..
What exactly is the issue you're having? Where are you stuck?
yea I am stuck..
not really sure what I need to do..
so basically I just need a button that will show the Stripe payment form..
based on my research its already there once you have a stripe account
and I already have an account but not really sure what to do
Ah, so signing up for an account is the first step. After that you need to implement the button on your site/app. The provided guide walks through what needs to be done on both the client and server side of things to leverage the payment request button.