#carasco6170_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/1268479782287441942
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- carasco6170_api, 5 days ago, 37 messages
- carasco6170_api, 6 days ago, 8 messages
hi! are you hosting the page on HTTPS, and for Apple Pay are you using a browser that supports it? https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html&testing=apple-pay
what does your code look like?
yes i checked on safari and it is hosted via https
{
mode: 'subscription',
amount: Math.floor(price * 100),
currency: 'eur',
locale: lang,
appearance: {
theme: 'flat',
variables: {
borderRadius: '10px',
fontSizeBase: '12px',
},
rules: {
'.Input': {
borderRadius: '10px',
padding: '8px',
fontSize: '14px',
},
'.Tab': {
padding: '8px',
},
'.Label': {
fontSize: '12px',
},
},
},
};
thats options
{options && (
<Elements stripe={stripePromise} options={options}>
<PaymentCheckout selectedProduct={selectedOption} promo={promo} />
</Elements>
)}
and inside i have <PaymentElement />
do you happen to have a public link to the page you're using so I can look at in my browser?
well for Apple Pay you have not registered that domain de.app.synthiaiapp.com so that's why that doesn't appear. https://docs.stripe.com/payments/payment-methods/pmd-registration
A okay i will add this subdomain
and for paypal
that veryfication is one time i cann remove that token after the page is verified?
or i should stay?
it*
what are you referring to as "that token"?
apple-developer-merchantid-domain-association
i just added
its verified
okay apple pay is working
but paypal not
well it's fine either way but usually it's easier to leave the file hosted
for Paypal, probably you have not enabled recurring payments right? https://docs.stripe.com/payments/paypal/set-up-future-payments?web-or-mobile=web&payments-ui-type=stripe-hosted#enable-recurring-payments-support-from-stripe-dashboard
what do you mean that i dont have it enabled?
in the panel its configured but in the code i saw that i dont have to add anythinking
check the docs link I posted