#andrei_unexpected
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/1491371412500516935
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share an example object/payment that has these attributes?
Just the ID is fine (pi_xxx)
yes one minute
pi_3TAw9MLjetm4tCn62sSCRJue
payment_method pm_1TAw97Ljetm4tCn6bg3DXvy0
Alright, I think this payment was made via Instant Bank Payments: https://docs.stripe.com/payments/link/instant-bank-payments
You should be able to test that flow here: https://docs.stripe.com/payments/link/instant-bank-payments#testing
Effectively it's a bank payment that is masked (by us) as a card payment
Is every ACH payment method from Link identified as a Card payment?
Yes, if the user opts to pay via an 'Instant Bank Payment' it'll be type: 'card' and brand: 'link'
ok got it thanks, we will try to test it
Otherwise for actual card payments via Link you'd see the underlying brand/network (e.g. Visa etc)
one more queestion please
What other payment methods can be masked in this way? Or does Link generally only accept cards and Instant Bank Payments in all countries?
We added Klarna to Link too, but not sure how that surfaces: https://docs.stripe.com/payments/link/klarna
ok, and one more last question ๐
last4: '0000' is a constant? or real last4 from bank account number?
It's just a fake card number โ not the actual bank details (we wouldn't expose them)
thank you, then there are no more questions now