#zerozero00_docs
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/1265004251458048013
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Do you have example payments where you're seeing this?
Can you share the IDs?
sorry that I dont have example payments, but i can provide other information in details. I have a column in DB to store payment method of wallet, e.g. apple_pay or google_pay. and Link is by default ON, and we forget to turn it off. and currently in the form, it only shows card payment and google pay option. however when i checked DB, it also has 'link' record
Were these payment methods saved for future use by any chance?
no, we just save the payment method type, e.g. to know if is paid by google pay or some other methods. we dont save payment information.
Gotcha. Unfortunately, it'd be difficult to say without looking at the exact payments..
i see. to see link payment option, do i need some other configuration? for example, to see google pay, I need to be on Chrome, and have google pay account ready. and for link payment, I assume it should be shown on any browser if i have link account and the payment method is ON?
Link is supported on all browsers as far as I know and its availability is determined by a lot of factors. I don't think we have any public docs on when it shows up.. But as long as you have link enabled under payment method settings, it would be rendered as an available payment method on Elements
okay, good to know. thank you so much.