Sha256: 3a8ab809f86d41cd6b77f16febd352a5e9a888f5f9581fc92d9e23c7692380b7

Contents?: true

Size: 1.42 KB

Versions: 15

Compression:

Stored size: 1.42 KB

Contents

{
  "$schema"     : "http://json-schema.org/draft-04/schema#",
  "type"        : "object",
  "title"       : "credit_card_details",
  "description" : "Credit card related preauthorization details",
  "properties"  : {
    "cc_merchant_name" : {
      "description" : "CreditCard merchant initiating the transaction",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_merchant_category" : {
      "description" : "Category given by the merchant",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_type" : {
      "description" : "CreditCard type",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_category" : {
      "description" : "CreditCard category",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_sequence" : {
      "description" : "CreditCard sequence identifier, identical for all related transactions",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "pos_code"  : {
      "description" : "Code for point of service where card was used",
      "type"        : "string",
      "maxLength"   : 3,
      "readOnly"    : true
    },
    "financial_network_code"  : {
      "description" : "",
      "type"        : "string",
      "maxLength"   : 5,
      "readOnly"    : true
    }
  }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fidor_schema-0.10.16 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.15 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.14 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.12 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.11 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.10 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.9 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.8 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.7 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.6 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.5 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.4 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.2 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.1 schema/v1.0/preauth_type_details/credit_card_details.json
fidor_schema-0.10.0 schema/v1.0/preauth_type_details/credit_card_details.json