Synctera · Schema

card_image_details

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
card_product_id object
customer_id object
id object
rejection_memo string
rejection_reason object
status object
View JSON Schema on GitHub

JSON Schema

synctera-card-image-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_image_details",
  "title": "card_image_details",
  "properties": {
    "card_product_id": {
      "$ref": "#/components/schemas/card_product_id"
    },
    "customer_id": {
      "$ref": "#/components/schemas/customer_id1"
    },
    "id": {
      "$ref": "#/components/schemas/card_image_id"
    },
    "rejection_memo": {
      "type": "string"
    },
    "rejection_reason": {
      "$ref": "#/components/schemas/card_image_rejection_reason"
    },
    "status": {
      "$ref": "#/components/schemas/card_image_status"
    }
  },
  "required": [
    "id",
    "status",
    "customer_id",
    "card_product_id"
  ]
}