Introduction

DOTS BIN Validation is a web service that provides information about charge cards. By using the first six digits of the card number (aka BIN or Bank Identification Number), DOTS BIN Validation provides information about the charge card itself as well as the bank that issued the card.

With BIN validation, users can verify bank and charge card information to protect against fraud and superfluous charge-backs. This information can be used to improve online applications or as supplemental information for existing databases.

Resources

Test the service for free with 500 complimentary transactions.

Sample Code

View sample code in PHP, JAVA, C# and other supported protocols and languages.

Upload Your List

Test our APIs and discover the possibilities by uploading a test list.

Sample Data

Use our sample input data to get started testing our services right away.

Quick Lookups

Seeing is believing. Use our quick lookups to see how each API transforms your data.

Developer Guide Map

  • Operations
    This section lists the DOTS BIN Validation operations and goes into the details behind the inputs and outputs. 
    Operations:
  • Errors
    This section reflects details on the error outputs that can happen with the service.
  • Code Snippets and Sample Code
    Here you’ll find code snippets for various programming languages and frameworks along with links to our sample code page on the web site.
  • Try The API
    This is where you’ll go to take the API for a spin.  There you can test our recommended operation ValidateBIN_V2.
  • Service Reference
    In this section you’ll find all the different endpoints supported by this service, input and output schema information as well as an opportunity to try the other endpoints as well.
  • Frequently Asked Questions
    This is a list of some of the questions we hear more often that you can reference and get answers on right away.

Integration Basics

Integration of DOTS BIN Validation into user applications is generally a straightforward process. For common programming platforms, such as ASP, ASP.NET, ColdFusion, PHP, etc., Service Objects will likely have sample code available online:
https://www.serviceobjects.com/developers/sample-code/

If the code you seek is not available online, you can ask Service Objects to build a custom example for you. Email support@serviceobjects.com for more details.

Web Service Structure

Web services provide a standard interface to encapsulate tricky business logic. They allow simple integration of applications via the web. Service Objects has followed web services best practices and come up with some of its own standards to ensure that its web services are as easy to integrate, and as accessible as possible.

The host path, or physical location of the web service is here:
https://trial.serviceobjects.com/bv/

The location of the WSDL, or Web Service Definition Language document, is here (This is also accessible via the “Service Definition” link.):
https://trial.serviceobjects.com/BV/soap.svc?wsdl

Service XML Request Help Page

https://trial.serviceobjects.com/bv/web.svc/xml/help

Service JSON Request Help Page

https://trial.serviceobjects.com/bv/web.svc/json/help

Important Notes!

  1. The WSDL is an XML document that defines the interaction web service, meaning its inputs, outputs, operations, and the like. Most likely, you will have another tool read this WSDL and make the operations available to you in your application via some type of proxy class. Whenever your utilities or IDE asks for a WSDL path, you can provide this one.
  2. SOAP is done via POST, only with special XML markup in the post-body.