#oladeleofficial_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1222436701620797440
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes you wouldn't want to send card information directly to Stripe (which means you will handle credit card on your server) because that will expose you to PCI DSS. See https://docs.stripe.com/security/guide
I was using test cards provided by stripe and in test mind on my account, these are not real credit cards
I know, but still the integration to pass the card directly is not recommended, as you will never do that in Live mode
if you just want to test, use the pm instead, ie pm_card_visa
Okay thanks, but if I use this recommendation to test success how then do get it to work with live integration, the way development to set up in test mode will be same way it will be use in live mode
In Live mode you shouldn't have credit card details ever touches your server
So you want to have your customer to enter their card to a Stripe provided interface, such as Checkout or PaymentElement
Ok then I guess it’s better to use redirect link set up ?
Stripe Checkout? Yes that's the simplest
Okay thanks I will get back if I need any help
Can you provide me docs to stripe checkout url
Sure you can start here https://docs.stripe.com/payments/checkout