payment-gateway
Get Card type Information for Visa, Mastercard, and Discover
Gets Card type information for Visa, Mastercard, and Discover. Useful if you prohibit or allow certain activity based on card type. For example, you may not want to allow a subscription to be created using a prepaid card.
post/ardef
Request body
Example request
{
"card_number": "4111111111111111"
}Response
Success
Example response
{
"funding_source": "C",
"ind_comm_level2": "Y",
"ind_comm_level3": "Y",
"issuer_country": "US",
"pg_id": "d24ac6189b0b11e6966ca68d5edbef41",
"rcode": "000",
"rmsg": "Approved T37500"
}