Request to generate credit cards
Request URL:
https://api.iplogger.org/card/main/
Request |
||
Parameter |
Possible values |
Required |
brand |
One of the brands:
|
No. By default, random brands will be taken. |
count |
Number of cards generated. 1-100 |
No. The default is 10. |
Answer |
||
Parameter |
Possible values |
Description |
result |
Array |
An array of generated credit cards with additional data |
"result": [
{
"brand": "CIRRUS",
"cvc": "---",
"cvcName": "CVC",
"bin": 572546,
"pin": 2691,
"length": 16,
"expiration": "07/2026",
"name": "Kellee Hecker",
"number": "5725469621065986",
"formatted": "5725 4696 2106 5986",
"type": "DEBIT",
"level": "",
"country": "us",
"country_name": "United States of America",
"bank": "MASTERCARD - MDS FOR EUROPE DEBIT ACQUIRER & NON-EUROPEAN DEBIT ISSUER",
"contacts": []
},
{
"brand": "DISCOVER",
"cvc": 299,
"cvcName": "CID",
"bin": 645781,
"pin": 6686,
"length": 16,
"expiration": "04/2029",
"name": "Kathi Chioma",
"number": "6457818545944209",
"formatted": "6457 8185 4594 4209",
"type": "CREDIT",
"level": "PREMIUM",
"country": "us",
"country_name": "United States of America",
"bank": "BANK OF AMERICA",
"contacts": []
}
]