#daniel_webhooks

1 messages Ā· Page 1 of 1 (latest)

ornate orbitBOT
#

šŸ‘‹ 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.

sleek breach
#

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.

coarse geyser
#

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 šŸ‘

ornate orbitBOT
coarse geyser
#

I’ve put our webhook into production today and seems to be working great, so hopefully no issues ā¤ļø

sleek breach
#

I'm glad it's working!

coarse geyser
#

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?

sleek breach
#

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

round copper
#

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.

coarse geyser
coarse geyser
round copper
#

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.

coarse geyser
#

this is on test mode

#

ah, this might be a incognito thing? tried in normal mode and doesn't show up

round copper
#

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

coarse geyser
#

just also noticed in my "test mode" i've got the "pay with > link" button appearing when it's switched off?

round copper
#

Is that only in incognito mode as well? Or in your normal browser as well?

coarse geyser
#

Maybe test accounts ignore the pay with link preference in the express checkout element

round copper
#

Can you send me your account ID? I can look in to this, we should respect your test mode settings here

coarse geyser
round copper
#

Yep account ID (acct_1234) is safe to share here

coarse geyser
#

acct_1M1XhwGOqhvaCDWm

round copper
#

Thank you, looking in to this

ornate orbitBOT
coarse geyser
#

maybe these override the "switched off" function šŸ™‚

hasty cloud
#

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.

coarse geyser
#

Ok, that worked, yay šŸ™‚