The remote API is at the core of the m3|Verify service. It is the HTTP interface for our fraud detection service. The API is well documented and easily accessible. Using the API, it is possible to seamlessly integrate the service into your web site or application.


The two primary parts of the API are the incoming and outgoing data inputs. The incoming data inputs are posted to a specific URL which returns outgoing data. The incoming data is the customer information that you want to screen while the outgoing data is the fraud report in it's raw format. The API recognizes both $_GET and $_POST for the incoming inputs.


We provide a Software Development Kit (SDK) for PHP developers at this location. The remote API is very well documented and can be used with most any programming language. As the demand arises we will create additional SDKs for other programming languages. Please contact us if you would like a SDK for your language.