Synctera · Schema

virtual_card_response

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-virtual-card-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/virtual_card_response",
  "title": "virtual_card_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/virtual_card_plus_status"
    },
    {
      "required": [
        "form",
        "id",
        "customer_id",
        "account_id",
        "type",
        "emboss_name",
        "last_four",
        "card_product_id",
        "card_brand",
        "expiration_year",
        "expiration_month",
        "creation_time"
      ],
      "type": "object"
    }
  ]
}