#jonesbigasstruckrentalandstorage_api

1 messages ยท Page 1 of 1 (latest)

compact oceanBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

mighty moon
#

Can't see the BIN in the API docs, and naturally it isn't part of the node SDK types

#

I assumed it would be on card

#

and typed my code with:

import Stripe from 'stripe';

/**
 * Note: this is not in the docs or types, and is manually enabled by Stripe Support
 */
export interface PaymentMethodCardWithBin extends Stripe.PaymentMethod.Card {
  /**
   * The first 6-8 digits of the card number, known as the Bank Identification Number.
   */
  bin: string;
}
#

but still not being recieved by any webhook ๐Ÿ˜ฆ

ruby vine
#

Hi! Do you have an account ID?

mighty moon
#

yep one sec

#

acct_1MGufRC7K9VUczx8

#

that's our dev account

#

i do need it enabled on our production account as well: acct_1Kdp0XCPODlSNewZ

#

maybe our account manager only turned it on for prod?

#

I can DM you our account manager's name/email too if need be

ruby vine
#

I am unable to enable this feature over Discord. You can provide your account ID to your account manager to enable the feature or you can write in to Support (https://support.stripe.com/contact/email) with both your account IDs.

mighty moon
#

hmmm okay but to confirm

#

if it was enabled ( and it should be already)

#

then would I expect to see the bin

#

on the card object on any webhooks we get?

#

(there are no docs from what i can tell so im guessing)

ruby vine
#

Can you give me an example of a webhook event you are referring to?

mighty moon
#

yep one sec

#

Can you give me an example of a webhook event you are referring to?
I expect to see it on say payment_intent.amount_capturable_updated
an example of which is evt_3QjZ6mC7K9VUczx807Ms3IHo on acct_1MGufRC7K9VUczx8

Also, are you able to to see the iin details by retrieving the card object: https://docs.stripe.com/api/payment_methods/object#payment_method_object-card-iin
I confirm that I CANNOT see that, when i use that link, it just redirects me to https://docs.stripe.com/api
I've made sure that I'm logged in, and I've tried different tenants and the link still fails.
I've also done a search any nothing comes up

#

waaaiiittt

#

i think i see it in the docs now!

#

๐Ÿ‘€

ruby vine
#

Are you logged in via an account that has the feature enabled?

mighty moon
#

looks like on the payment intent

#

i can only see it on the last_payment_error object

ruby vine
#

Account acct_1MGufRC7K9VUczx8 doesn't have the feature enabled hence you won't see the relevant details.

mighty moon
#

right so i have to go back to my account manager

#

okay

#

thanks for your help ๐Ÿ™‚

ruby vine
#

Yeap! Welcome!

mighty moon
#

okay so

#

acct_1MGufRC7K9VUczx8

#

doesn't have it

ruby vine
#

Yes

mighty moon
#

does the account have it by any chance?

#

acct_1Kdp0XCPODlSNewZ