#solbass_link-details

1 messages ยท Page 1 of 1 (latest)

lethal flareBOT
#

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

cerulean hatch
#
#<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"
} 

sturdy flicker
#

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

cerulean hatch
#

is there an endpoint to fetch it through there?

sturdy flicker
#

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

lethal flareBOT
cerulean hatch
#

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?

woeful moss
#

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

cerulean hatch
#

What if i do a one cent authorization charge or something? will that let me know?

woeful moss
#

No

#

And you can get flagged by card networks if you attempt this

#

The Payment Method is abstracted from you, the merchant

cerulean hatch