#jonesbigasstruckrentalandstorage_api
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/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.
- jonesbigasstruckrentalandstorage_api, 2 hours ago, 5 messages
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 ๐ฆ
Hi! Do you have an account ID?
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
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.
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.
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)
Can you give me an example of a webhook event you are referring to?
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?
yep one sec
Can you give me an example of a webhook event you are referring to?
I expect to see it on saypayment_intent.amount_capturable_updated
an example of which isevt_3QjZ6mC7K9VUczx807Ms3IHoonacct_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!
๐
Are you logged in via an account that has the feature enabled?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
looks like on the payment intent
i can only see it on the last_payment_error object
Account acct_1MGufRC7K9VUczx8 doesn't have the feature enabled hence you won't see the relevant details.
Yeap! Welcome!
Yes