#dphantom_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/1374172958326657035
๐ 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.
- dphantom_api, 3 days ago, 52 messages
hello! just want to acknowledge the question - i'm working on some other threads but i will get to you ASAP
Thanks a lot for your help, no worrys
hello! can you share more on what's not working specifically?
Yes sure so the main problem is, that im trying to use the express checkout buttons from stripe, apple pay gpay etc
But it ends up with errors and missing information like, missing email, or require payment method status
were you following a specific guide to get up and started? e.g. https://docs.stripe.com/elements/express-checkout-element/accept-a-payment
Yes i did indeed
here on my previous thread
A stripe staff was abel to reproduce the error
ah, so are you looking for an update for that error / issue and don't have any other issues at the moment? We'll probably need more time for that specific issue so I can't give you an update about it here on this thread right now, but I'll put a note on the ticket that you're looking for an update about it
Yes alright thank you, i just wonder if there is another way to implement it, i mean - i cant imagin that the express checkouts are not working everywhere right? So would there be a workaround or something?
from what I understand, the issue that we requested you write in about was where issue where the PayPal button in the Express Checkout Element closed unexpectedly when shipping address required was set to false? hmmm, actually i think a fix has been deployed for that, have you had the chance to try again?
Yes so paypal was not the only problem, it was more like a express button wide problem, also for gpay and apple pay
For gpay for example they request got stuck here: {
"id": "pi_3RQdn2JWdOypuAuH0iBPAZAZ",
"object": "payment_intent",
"amount": 400,
"amount_details": {
"tip": {}
},
"automatic_payment_methods": {
"allow_redirects": "always",
"enabled": true
},
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic_async",
"client_secret": "pi_3RQdn2JWdOypuAuH0iBPAZAZ_secret_2m7x59EOX90pjl0pzLQVPVhZP",
"confirmation_method": "automatic",
"created": 1747699936,
"currency": "eur",
"description": null,
"last_payment_error": null,
"livemode": true,
"next_action": null,
"payment_method": null,
"payment_method_configuration_details": {
"id": "pmc_1R4MaxJWdOypuAuHuRG2YIbV",
"parent": null
},
"payment_method_types": [
"card",
"bancontact",
"eps",
"p24",
"klarna",
"link"
],
"processing": null,
"receipt_email": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"status": "requires_payment_method"
}
and it showed a timout error withitn the gpay popup
maybe lets take things one step at a time first, have you tried to see if that issue where setting shipping address required to false has been fixed yet?
Not exactly, what i noticed was, if i set it to address required : true it did not closed
can you share your site where I can try things out?