Synctera · Schema

create_card_image_request

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
card_product_id object
customer_id object
View JSON Schema on GitHub

JSON Schema

synctera-create-card-image-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/create_card_image_request",
  "title": "create_card_image_request",
  "properties": {
    "card_product_id": {
      "$ref": "#/components/schemas/card_product_id"
    },
    "customer_id": {
      "$ref": "#/components/schemas/customer_id1"
    }
  },
  "required": [
    "customer_id",
    "card_product_id"
  ],
  "type": "object"
}