#vivek123_code
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/1476517439008145450
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hy i am using stripe https://docs.stripe.com/elements/embeddable-payment-form.
checkout = await stripe.initCheckout({
clientSecret,
elementsOptions: { appearance },
adaptivePricing: {
allowed: true
}
});
// 4. Create Payment Form Element
paymentElement = checkout.createPaymentFormElement({
layout: 'expanded',
wallets: {
buttonTheme: {
applePay: 'white-outline'
}
}
});
i am unable to customized it
payment link and apple pay is not displaying.
payment link and apple pay is not displaying.
do you folllow all requirements listed here? https://docs.stripe.com/testing/wallets?ui=payment-element
i am unable to customized it
can you clarify what that means? what are you trying to customize? and what's the issue exactly (an error message, something else)?
i am integrating "Build an integration with an embeddable payment form"
from stripe documentation on the link provided given.https://docs.stripe.com/elements/embeddable-payment-form
it is basically a stripe payment form,
append a iframe to make payments.
but in this i am unable to see payment link option and apple pay option,and also not able to custimied its appearance accoding to my requirements.i hope you understand y query
this is what i am integrating if you need a code i will provide to you
let me know if i missing something to d so.
hi there, taking over as my colleague needs to step away ๐
have you already checked that you're following all the requirements listed here:
https://docs.stripe.com/testing/wallets?ui=payment-element#integration-requirements
yes i fullfill all the requirements that are given in this link
i am here that you resolve my issue, not to make it big,i am so much suffer with this
ok, can you confirm whether the Apple Pay demo button on the link I provided renders for you?
yes go ahead
so you are able to see the button on that page?
no i am notsee the apple pay or stripe link button with this integration
only able to see google pay button.
on this page I mean: https://docs.stripe.com/testing/wallets?ui=payment-element
if you can see the button on that page, that will give us an idea of what the problem is
no i am not able to see that buttons on the given page.
i see that google pay is true
{
applePay: false
googlePay: false
}
ok, that means that the problem isn't specific to your page
it's more likely a problem with your device/browser/wallet configuration
can you double check that you meet every requirement listed here: https://docs.stripe.com/testing/wallets?ui=payment-element#device-requirements
in this link isee google pay but on my integrations why google pay is not displaying?
can you share a screenshot of the Google Pay button you see on the Stripe testing page?
could you also share a Checkout Session ID (cs_test_123) from your testing?
from this step:
https://docs.stripe.com/elements/embeddable-payment-form#create-checkout-session