#daniel_webhooks
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/1318287702768222330
š 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.
- daniel_best-practices, 6 days ago, 22 messages
can you pick and choose which payment intents trigger the webhook
No. It's all or nothing. Any filtering logic would need to be built into your webhook handling code.
Okay thanks for the confirmation⦠thatās what iām doing at the minute with the filtering in the code handles⦠just wondered if i could reduce the amount of hits to the webhook which i guess not š
Iāve put our webhook into production today and seems to be working great, so hopefully no issues ā¤ļø
I'm glad it's working!
Can i ask also another questionā¦.
My next thing to do is the payment element together with the express checkout element⦠seem to keep getting in the console log a error with google pay š the manifest or something
Does something extra need doing for Google Pay?
Google Pay should "just work" IF you are on a supported browser (meaning Google recognizes a saved card).
However, you may run into issues if you are loading it inside an <iframe> element
Can you send the text of the manifest error that you are seeing? I think I have seen that before though I am not immediately remembering what causes it.
This is basically the integration iām doing
Okay, 10 mins⦠iāll get the exact error message
Looks like it may be
503 service unavailable```
If that is it, I am having trouble finding what the cause may be. If you have a public test page where I can recreate the error, I am happy to take a look and see if I can find more info.
Unable to download payment manifest "https://pay.google.com/gp/p/payment_method_manifest.json".
this is on test mode
ah, this might be a incognito thing? tried in normal mode and doesn't show up
Ah interesting. It may have something to do with being logged in to Google vs not. By default the button will only show up if you are logged in to a google account with at least one card saved to your google pay wallet
just also noticed in my "test mode" i've got the "pay with > link" button appearing when it's switched off?
Is that only in incognito mode as well? Or in your normal browser as well?
Both
Maybe test accounts ignore the pay with link preference in the express checkout element
Can you send me your account ID? I can look in to this, we should respect your test mode settings here
is it okay to put that on here?
Yep account ID (acct_1234) is safe to share here
acct_1M1XhwGOqhvaCDWm
Thank you, looking in to this
maybe these override the "switched off" function š
Hello
Taking over here as my colleague needs to step away soon.
Try turning those off. Link is presented in various ways on different surfaces. Some are controllable using the dashboard. If the settings of the dashboard do not affect the link availability then you may need to reach out to our support team to get it disabled.
Ok, that worked, yay š