addedInput schema / properties / cardId
Added value: +{
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / id
Removed value: -{
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
-}
changedInput schema / required
Previous value: -[
- "id"
-]New value: +[
+ "cardId"
+]
addedOutput schema / properties / card / properties / address
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / card / properties / assignedTo
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / balanceCurrent
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / card / properties / cardForm
Removed value: -{
- "enum": [
- "CARD_FORM_UNSPECIFIED",
- "CARD_FORM_PHYSICAL",
- "CARD_FORM_VIRTUAL"
- ],
- "type": "string"
-}
removedOutput schema / properties / card / properties / cardType
Removed value: -{
- "enum": [
- "CARD_TYPE_UNSPECIFIED",
- "CARD_TYPE_DEBIT",
- "CARD_TYPE_CREDIT",
- "CARD_TYPE_PREPAID"
- ],
- "type": "string"
-}
addedOutput schema / properties / card / properties / cardholder
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / creditLimit
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / card / properties / currency
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / card / properties / currentSpendCents
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / displayName
Removed value: -{
- "description": "Human-readable name (1-255 Unicode chars).",
- "properties": {
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / card / properties / expiry
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / expiryMonth
Removed value: -{
- "type": "integer"
-}
removedOutput schema / properties / card / properties / expiryYear
Removed value: -{
- "type": "integer"
-}
addedOutput schema / properties / card / properties / fullAddress
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / holderName
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / card / properties / last4
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / maskedNumber
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / card / properties / network
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / card / properties / provider / enum
Removed value: -[
- "CARD_PROVIDER_UNSPECIFIED",
- "CARD_PROVIDER_INTERNAL",
- "CARD_PROVIDER_STRIPE",
- "CARD_PROVIDER_MARQETA",
- "CARD_PROVIDER_GALILEO",
- "CARD_PROVIDER_INCREASE"
-]
addedOutput schema / properties / card / properties / spendInterval
Added value: +{
+ "enum": [
+ "SPEND_INTERVAL_UNSPECIFIED",
+ "SPEND_INTERVAL_DAILY",
+ "SPEND_INTERVAL_MONTHLY",
+ "SPEND_INTERVAL_YEARLY",
+ "SPEND_INTERVAL_TRANSACTION"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / card / properties / spendLimitCents
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / card / properties / status / enum
Previous value: -[
- "CARD_STATUS_UNSPECIFIED",
- "CARD_STATUS_INACTIVE",
- "CARD_STATUS_ACTIVE",
- "CARD_STATUS_BLOCKED",
- "CARD_STATUS_FROZEN",
- "CARD_STATUS_LOST",
- "CARD_STATUS_STOLEN",
- "CARD_STATUS_EXPIRED",
- "CARD_STATUS_CANCELLED"
-]New value: +[
+ "CARD_STATUS_UNSPECIFIED",
+ "CARD_STATUS_ACTIVE",
+ "CARD_STATUS_FROZEN",
+ "CARD_STATUS_CANCELLED"
+]
addedOutput schema / properties / card / properties / terminatedAt
Added value: +{
+ "format": "date-time",
+ "type": "string"
+}
addedOutput schema / properties / card / properties / userId
Added value: +{
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / card / properties / zip
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / card / required
Previous value: -[
- "companyId",
- "displayName"
-]New value: +[
+ "id",
+ "companyId"
+]
removedOutput schema / properties / details
Removed value: -{
- "properties": {
- "cardId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "errorMessage": {
- "type": "string"
- },
- "galileoMetadata": {
- "properties": {
- "galileoAccountNumber": {
- "type": "string"
- },
- "galileoPrn": {
- "type": "string"
- },
- "galileoProgramId": {
- "type": "string"
- },
- "last4": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "lastSyncedAt": {
- "format": "date-time",
- "type": "string"
- },
- "marqetaMetadata": {
- "properties": {
- "lastFour": {
- "type": "string"
- },
- "marqetaCardProductToken": {
- "type": "string"
- },
- "marqetaCardToken": {
- "type": "string"
- },
- "marqetaUserToken": {
- "type": "string"
- },
- "panToken": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "providerCardId": {
- "type": "string"
- },
- "stripeMetadata": {
- "properties": {
- "brand": {
- "type": "string"
- },
- "funding": {
- "type": "string"
- },
- "last4": {
- "type": "string"
- },
- "stripeCardId": {
- "type": "string"
- },
- "stripeCardholderId": {
- "type": "string"
- },
- "stripeFinancialAccountId": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "syncStatus": {
- "enum": [
- "SYNC_STATUS_UNSPECIFIED",
- "SYNC_STATUS_PENDING",
- "SYNC_STATUS_SYNCING",
- "SYNC_STATUS_SYNCED",
- "SYNC_STATUS_FAILED",
- "SYNC_STATUS_NOT_APPLICABLE"
- ],
- "type": "string"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- }
- },
- "type": "object"
-}