get https://pay.fiuu.com/RMS/RMS/query/q_BINinfo.php
To retrieve the card BIN information such as card type and the issuer information.
Response (JSON format)
Variable / Parameter | Type Format / Max Length | Description / Example |
---|---|---|
card_brand | VISA / MASTERCARD / AMEX / UP / JCB / DC | MASTERCARD |
card_issuer | ans100 | CIMB BANK BERHAD |
debit_credit | DEBIT / CREDIT / PREPAID / N/A | CREDIT |
card_type | ans100 | STANDARD (other examples: GOLD, PLATINUM, CLASSIC, co-brand name is available) |
card_country | ISO-3166-1 alpha-2 | MY |
islamic_card | Y / N | Y |
PG will respond the following in JSON format once error occurs (negative result).
Field Name | Data Type (Size) | Description |
---|---|---|
error_code | an7 | Refer to Appendix A |
error_desc | ans-254 | Refer to Appendix A |
Formula of skey
md5( {\'domain\'}{\'secret_key\'}{\'BIN\'} )
Appendix A : Error Code & Description in JSON
error_code | error_desc |
---|---|
QBIN001 | Missing required Parameter. |
QBIN002 | Merchant info not found. |
QBIN003 | Invalid skey. |
QBIN004 | Card BIN info not found. |
QBIN005 | System is busy now, temporarily out of service. Please try again later. |