Standard Checkout API Specifications
Introduction
We created a complete and detailed description of the Standard Workflow. Here you can find all parameter descriptions.
Hosts
- Host URL :https://service..com/
Security / Authentication
All requests must be sent over SSL (Secure Socket Layer).
The userid
and checksum
are in need to authenticate every request.
And the POST
parameters are used to send the authentication data.
Request Parameters
This reference lists all the BIN Service parameters to be send in request.
Parameter | Description | Format | Required |
---|---|---|---|
firstsix | First Six Digit Of Card. Required to Get Bin Details. |
N10
[0-9] |
Yes |
userid | User ID of the user given by . | N10
[0-9] |
Yes |
random | Any random number from 0-9. | N10
[0-9] |
Yes |
checksum | Cryptographic hash generated by MD5 as follows. All the processes has different combination of parameters to generate hash (all values separated by pipe). Kindly refer sample given in tutorial for each case |
AN32
[A-Za-z0-9] |
Yes |
Response Parameters
Parameter | Description | Format | Required |
---|---|---|---|
brand | Brand Name of the Card. | A100
[a-zA-Z] |
Yes |
countryname | Country Name to which the card belongs. | A1
[a-zA-Z]{5-9} |
Yes |
countrycodeA2 | alpha-2 codes are two-letter country codes defined in ISO 3166-1 | A1
[a-zA-Z]{0,100} |
Yes |
countrycodeA3 | alpha-3 codes are three-letter country codes defined in ISO 3166-1 | A1
[a-zA-Z]{3} |
Yes |
countryisonumber | The Country (ISO Number) standardization definition standardizes country names to the ISO-3166 numeric designation. | N10
[0-9] |
Yes |
bank | Issuer Institution or bank name |
A1
[a-zA-Z]{1,32} |
Yes |
bankphoneno | Contact No of the Issuing bank | N10
[0-9] |
Yes |
bankwebsite | Website of the issuing bank | A3
[a-zA-Z\\p{Space}\\,]+ |
Yes |
cardtype | The first six digits of the credit card number encode the card type/issuer. | A10
[a-zA-Z]{0,100} |
Yes |
cardcategory | Card Category. | AN255
[a-zA-Z] |
Yes |
status | Response of the API | A10
[a-zA-Z] |
Yes |