Skip to main content
GET
/
payments
/
card-info
Get card information
curl --request GET \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/card-info \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "content": {
    "card_info": {
      "card_sub_type": "<string>",
      "extended_card_type": "<string>",
      "country": "<string>",
      "cvv_less_support": true,
      "bank": "<string>",
      "id": "<string>",
      "mandate_support": true,
      "brand": "<string>",
      "card_sub_type_category": "<string>",
      "juspay_bank_code": "<string>",
      "type": "<string>",
      "country_code": "<string>",
      "object": "<string>",
      "direct_otp_support": true
    }
  }
}

Authorizations

Authorization
string
header
required

Access token

Query Parameters

cardbin
string
required

Initial 9 digits of card number (card BIN)

Response

OK

message
string
required
success
boolean
required
content
object
required