Fraud check API Integration

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For fraud integrations only, where payment processing is not required. Transaction can be sent to {URL}/api/v1/index.php/{SID}/fraudcheck.

The URL, SID and RCODE will be provided during onboarding process. The RCODE will be used in the FraudCheck API to create the hash string.

📘

error_* will only be there if status = EXC

Form Data
int32
required

ID of site

string
required

md5 hash of sid+timestamp+amounttotal+currency+rcode e.g. md5('22'.'1234568995265421'.'17.00'.'USD'.'222b6c')

string
required

Timestamp value used in the hash e.g. 1234568995265421

string

Merchant reference

string
required

Type of card(visa/mastercard)

int32
required

The card number

int32
required

The card 3/4 digit verification code

string
required

2 digit for the month. Please have leading zeroes e.g. 05

string
required

4 digit year i.e. 2016

string
required

The name printed on the card

string

json string containing 3ds2 check values

string
required

First name of the customer

string
required

Last name of the customer

string
required

Email of the customer

string

Phone of the customer

string

Billing street address

string

Billing suburb or city

string

Billing state, 2 letter code for US/Canada. Australia should use 2/3 letter codes.

string

Billing country, ISO 3166 2 digit code.

string

Billing postcode/zipcode.

string

Shipping street address

string

Shipping suburb or city

string

Shipping state, 2 letter code for US/Canada. Australia should use 2/3 letter codes

string

Shipping country, ISO 3166 2 digit code

string

Shipping postcode/zipcode

string
enum
required

Amount, needs to be in 2 decimals

Allowed:
string
required

Transaction currency, ISO 3 letter code

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json