Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions openapi/components/schemas/cards/Card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ properties:
type: string
format: uri
description: >-
URL of the card issuer's iframe that securely displays the PAN, CVV,
URL of the card processor's iframe that securely displays the PAN, CVV,
and expiry to the cardholder. The full PAN and CVV never cross Grid's
servers — render this URL in an iframe in your client to reveal card
details.
Expand All @@ -78,13 +78,21 @@ properties:
bound to a card must be denominated in the same card-eligible currency.
example: USD
readOnly: true
processorRef:
type: string
description: >-
Opaque processor-side reference for the card (e.g. the Lithic card token).
Useful for cross-referencing in the processor's dashboards; not used for
any Grid request routing.
example: card_b81c2a4f
readOnly: true
issuerRef:
type: string
description: >-
Opaque identifier for the card on the underlying issuer. Useful for
cross-referencing in issuer dashboards; not used for any Grid request
routing.
example: lithic_card_4f8d3a2b1c
Opaque identifier for the card on the issuer of record (e.g. the Lead Bank
account/card identifier). Useful for cross-referencing in issuer
dashboards; not used for any Grid request routing.
example: lead_card_7a1b9c3d
readOnly: true
createdAt:
type: string
Expand Down
3 changes: 2 additions & 1 deletion openapi/webhooks/card-state-change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ post:
fundingSources:
- InternalAccount:019542f5-b3e7-1d02-0000-000000000002
currency: USD
issuerRef: lithic_card_4f8d3a2b1c
processorRef: card_b81c2a4f
issuerRef: lead_card_7a1b9c3d
createdAt: '2026-05-08T14:10:00Z'
updatedAt: '2026-05-08T14:11:00Z'
issuerRejected:
Expand Down
Loading