Ribbon BIN API – Find out how your customers are paying
bins.ribbon.co
Ribbon BIN API – Find out how your customers are paying
1–10 of 18 posts
Re: Ribbon BIN API – Find out how your customers are paying
#2This would be of good use if you want to do things like, block international cards, charge less for debit cards, or generate more analytics about how you get paid.
We're giving it away for free for most practical purposes, up to 1,000 requests a day. If you want more, just shoot us an email, hany@ribbon.co
Re: Ribbon BIN API – Find out how your customers are paying
#3We built this internally for our needs, then decided to give it out to any service that needs similar functionality. The first six cards of any card tells us some interesting information on the identity of the card, such as type (debit/credit), brand (amex, visa), country (US, ES, GA), and issuer bank (chase, wells), etc. This would be of good use if you want to do things like, block international cards, charge less…
Re: Ribbon BIN API – Find out how your customers are paying
#4Re: Ribbon BIN API – Find out how your customers are paying
#5We built this internally for our needs, then decided to give it out to any service that needs similar functionality. The first six cards of any card tells us some interesting information on the identity of the card, such as type (debit/credit), brand (amex, visa), country (US, ES, GA), and issuer bank (chase, wells), etc. This would be of good use if you want to do things like, block international cards, charge less…
Where do you get the BIN data?
Re: Ribbon BIN API – Find out how your customers are paying
#6Very cool! But unfortunately the reality is most startups never capture the first 6 numbers of credit cards if they are using a payment gateway (stripe, recurly, etc). Do you have ideas on how we can access the BIN without compromising security if we're using said services?
If you use any payment gateway, you need to send the full credit card number from the client so the gateway can return a token that identifies the card in their vault.
You can do the same and write some JS to get the first 6 numbers and send a GET request to our API without compromising security. The BIN (first 6 numbers of credit cards) is not considered the primary account number so it's safe to send (and even store).
Re: Ribbon BIN API – Find out how your customers are paying
#7Very cool! But unfortunately the reality is most startups never capture the first 6 numbers of credit cards if they are using a payment gateway (stripe, recurly, etc). Do you have ideas on how we can access the BIN without compromising security if we're using said services?
Re: Ribbon BIN API – Find out how your customers are paying
#8Re: Ribbon BIN API – Find out how your customers are paying
#9Very cool! But unfortunately the reality is most startups never capture the first 6 numbers of credit cards if they are using a payment gateway (stripe, recurly, etc). Do you have ideas on how we can access the BIN without compromising security if we're using said services?
Re: Ribbon BIN API – Find out how your customers are paying
#10This is very useful data if you are doing payment aggregation. Per association rules, you cannot discriminate against different card types.