#solbass_link-details
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/1401961504978370715
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
#<Stripe::ListObject:0x51e0> JSON: {
"object": "list",
"data": [
{"id":"pm_1RjPZS1JdfdfNZVKc","object":"payment_method","allow_redisplay":"always","billing_details":{"address":{"city":null,"country":"US","line1":null,"line2":null,"postal_code":"10017","state":null},"email":null,"name":null,"phone":null,"tax_id":null},"created":1752173510,"customer":"cus_SZ7F8ZnvP34ZI","link":{"email":"dd@growi.com"},"livemode":true,"metadata":{},"type":"link"}
],
"has_more": false,
"url": "/v1/customers/dfdfdafsdf/payment_methods"
}
solbass_link-details
@cerulean hatch you can't know. We abstract that away similar to most payment methods like paypal or Klarna who don't tell you that information either
But when i investigate my user's account, and click stripe billling portal
in their billing portal im able to see if it's card (and last 4, card type) or if it's a bank
is there an endpoint to fetch it through there?
The portal is shown to the customer. It's expected for them to see what they paid with right? When you go to Klarna or Paypal to pay for something you choose what to use
but there is no access to this anywhere in the API today
they just go here to add their card so they can deposit funds later on our site, there's no way through a customer endpoint that can retrieve the payment methods for this view?
Hi ๐
I'm stepping in as my colleague needed to go. No, you cannot retrieve this data via the API. This is what is shown to the Customer
What if i do a one cent authorization charge or something? will that let me know?
No
And you can get flagged by card networks if you attempt this
The Payment Method is abstracted from you, the merchant
So what is this guide refering to?
https://support.stripe.com/questions/understand-charges-where-the-card-brand-is-link
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.