#greta.miciunaite
1 messages · Page 1 of 1 (latest)
What are you describing when you say 'one button'?
from stripe test, i created 2 products, generating two paiements links. From my website I created 2 buttons, with each one the link of one product. Only the button from the first product is working. Is it a limitation from beeing in test mode ?
Shouldn't be, no. I assume you're referring to the buy button? https://stripe.com/docs/payment-links/buy-button
Is there a URL where I can try and use the button(s) to see the error?
Cours de Hatha Yoga tous niveaux. Méditations et respirations. Cours à la demande, et cours en Live, à l'unité ou avec abonnement.
Using stripe plugging in wordpress, filling the url of the paiement I got from the stripe website
the working one is good, even configured the landing page confirmation on my website, don't understand why the second one isnt
I only see one button
ok look again, I renammed the two first button
the other one was made after to retest the paiement link and wasnt working either
DImanche 14 janvier and dimanche 21 are actually buttons
second link is : https://buy.stripe.com/test_6oEbJacgH0Nk0Mg4gh
but not working in the stripe plugging button
you see this is a different link because I added logo, the one from 14 janvier hadn't
Cours de Hatha Yoga tous niveaux. Méditations et respirations. Cours à la demande, et cours en Live, à l'unité ou avec abonnement.
I see you have lots of message, I'll be there when you come back
Thanks, will take a look shortly!
Are you sure those are buy buttons from the Dashboard? The seem to be making direct API requests to the /v1/checkout/sessions endpoint which would suggest they're custom: https://dashboard.stripe.com/test/logs/req_hCu8hmVforOoCv
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this button are from wordpress plugging stripe and I take the url payment from stripe website
Hmm, I suspect you're going to need to speak to the author of the plujgin then. We don't support those I'm afraid as they're third-party
Alternatively, I'd recommend just using a buy button directly from us: https://stripe.com/docs/payment-links/buy-button
You can configure them in your Dashboard, and we generate a code snippet for you to include on your pages
Ok : <script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
<stripe-buy-button
buy-button-id="buy_btn_1OX1ExADRwMQQ9K50sXSic0f"
publishable-key="pk_test_51OWKmMADRwMQQ9K5CknCj0bfgqC1Tcbt7dkB8RVYxTLj4OEOZ7wu47sg3hyTDuHj1rvFLU50OnqMpIYpCMODi1VU00VJ0OhDwS"
</stripe-buy-button>
this is code snippet ?
Yep!
I'd recommend that for sure, then we can help you directly if there's any issues
Let us know how you get on 🙂
thank you !