CardbinInfo
Type: schema
TypeScript Definition
typescript
CardbinInfo: {{
card_sub_type: string;
extended_card_type: string;
country: string;
cvv_less_support: boolean;
bank: string;
id: string;
mandate_support: boolean;
brand: string;
card_sub_type_category: string;
juspay_bank_code: string;
type: string;
country_code: string;
object: string;
direct_otp_support: boolean;
};
/**
* CardPayment
* @description Payments using credit card, debit card
*/
}OpenAPI Schema
json
{
"title": "CardbinInfo",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/CardbinInfo",
"description": "API reference for the CardbinInfo schema"
},
"required": [
"card_sub_type",
"extended_card_type",
"country",
"cvv_less_support",
"bank",
"id",
"mandate_support",
"brand",
"card_sub_type_category",
"juspay_bank_code",
"type",
"country_code",
"object",
"direct_otp_support"
],
"properties": {
"card_sub_type": {
"type": "string"
},
"extended_card_type": {
"type": "string"
},
"country": {
"type": "string"
},
"cvv_less_support": {
"type": "boolean"
},
"bank": {
"type": "string"
},
"id": {
"type": "string"
},
"mandate_support": {
"type": "boolean"
},
"brand": {
"type": "string"
},
"card_sub_type_category": {
"type": "string"
},
"juspay_bank_code": {
"type": "string"
},
"type": {
"type": "string"
},
"country_code": {
"type": "string"
},
"object": {
"type": "string"
},
"direct_otp_support": {
"type": "boolean"
}
},
"examples": []
}Auto-generated from OpenAPI spec and TypeScript definitions