#Giriraj
1 messages · Page 1 of 1 (latest)
Can you elaborate? Any screenshot? Which integration is that?
i have use setupintent here is link
https://stripe.com/docs/api/setup_intents/create
and also i have use PaymentElement
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah
can you show me? when click on pay botton then what happen
i will share my link. and i m not able to check. bcz it's not allow for india.
Sure
Web site created using create-react-app
- open the link and select any slot then
- click on claim one session button then
- click on 'add new card' button
Um I don't see a Pay button. Your "Send Request" button is disabled in the page load
i m guessing you are saying about this button.
When you integrate PaymentElement, normmaly you will have a button on this step https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#add-the-payment-element-to-your-payment-page
<button id="submit">Submit</button>
once all detail fill up then "Send Request" button is enable.
I see, and you write that custom logic yourself?
yes
That's the issue, ApplePay needs the button to proceed
If you comment out the logic, and choose ApplePay, then click the "Send Request" button, you will see the Apple paymentsheet
Like this
oh, but how can i check in india?
I mean you need to rework the logic of disabling and enabling the "Send Request" button first
Don't hide it, keep it available for ApplePay tab
If the customer ever mis-click it before filling in card details, we will highlight on the UI
Like this
hard refresh and plz check again
now i have enabled send request button
@haughty bolt
Here you are
thank for checking
it's work like card option wise?
card option which is i have implemented
my flow is when someone fill up valid card detail then i m enabling 'send request' button then i m capturing amount
so, it's works like card?
can you complete above apple pay flow? so, i can check validation and how it's works. and it's test mode
so, i think no need to use live mode details. while add apple pay detail.
Sorry Discord is a bit busy. I hestitate to complete with my real card information, sorry
you can't test with test data?
ApplePay use the real card on my Apple account
oh
eventhough it won't charge in Test mode