#naveen2606 - BIN

1 messages · Page 1 of 1 (latest)

wanton patio
#

Hi there!

#

I'm not familiar with this pdf, where did you find it?

late hull
#

I got it from Stripe Singapore team

#

we were advised to follow the instruction step to be able to detect BIN/IIN number from the consumer cards

pliant jay
#

yep, and it will work just fine. The fields are not listed in the API reference because this is a private feature(hence why you had to work with us to get access to it).

late hull
#

Hi hi

#

{
"id": "pm_1LfJVOEYGFT7mAiZKoQR8AAg",
"object": "payment_method",
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": null,
"name": null,
"phone": null
},
"card": {
"brand": "visa",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": null
},
"country": "MY",
"exp_month": 2,
"exp_year": 2024,
"funding": "credit",
"generated_from": null,
"last4": "0002",
"networks": {
"available": [
"visa"
],
"preferred": null
},
"three_d_secure_usage": {
"supported": true
},
"wallet": null
},
"created": 1662538866,
"customer": null,
"livemode": false,
"type": "card"
}

#

above is the data response

#

@pliant jay can advise us how to gain access to it?

pliant jay
#

then your account wasn't given access to this feature(I just checked)

pliant jay
late hull
#

thanks @pliant jay very much

#

glad to know it's feasible

#

let me find out the person who can grant us access

#

very much appreciate your prompt response