#hien-tran_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1257995105152012379
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Can Stripe Link save the user's Apple Pay payment method?
No, https://link.com/en-fr#:~:text=How many payment methods can I store with Link%3F
You can save the credit card used in Apple Pay with Link however by filling its details.
got it, thanks
When I charge using Link and Link saves a bank account, why does Stripe save the bank account as the customer's payment method instead of Link? When I test charging with a card using Link, Stripe saves Link as the customer's payment method.
there are many different configurations of Link actually so things can be different on different Stripe accounts, so it's complex to answer. Do you have an example Customer cus_xxx where that bank account behaviour happened?
Here is a customer I've charged with Stripe Link saving a bank account. cus_QPEKr2AKREsGBf
payment method of customer
hmm, I'm not sure, I don't have a good way to confirm if that was actually Link being used or if it was actually the us_bank_account PaymentMethod, I don't know what your code looks like that collected the PaymentMethod
I'm also not familiar with a mode where Link would save bank accounts as us_bank_account and cards as type:"link", but as I said there's many different configurations of Link and I'm not familiar with all of them.
But what are your expectations? When charging with Link and saving a bank account, should the customer's payment method be stored as Link or as a bank account, or can I customize this on my side?