#naveen2606 - BIN
1 messages · Page 1 of 1 (latest)
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
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).
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?
then your account wasn't given access to this feature(I just checked)
ask the person who sent you that PDF to give your account access