Query Bins
4.1 Query Bins
Return the bins
Request
Method | URL |
GET | |
/installment/v1/bins/{binNumber} |
Response
Status | Response |
200 | { "binNumber": "123456", "cardType": "Credit", "cardAssociation": "Visa", "cardBrand": "Visa Gold", "bankName": "Example Bank", "bankCode": "123", "commercial": true } |
403 | |
400 | |
401 | |
401 | |
500 |
Last updated