Skip to content

Commit

Permalink
chore(api): adds dpan property to Tokenization (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jan 15, 2025
1 parent c90f44e commit 5b07971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokenization.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ type Tokenization struct {
CardToken string `json:"card_token,required" format:"uuid"`
// Date and time when the tokenization first occurred. UTC time zone.
CreatedAt time.Time `json:"created_at,required" format:"date-time"`
// The network's dynamic pan for the tokenized transaction.
Dpan string `json:"dpan,required,nullable"`
// The status of the tokenization request
Status TokenizationStatus `json:"status,required"`
// The entity that requested the tokenization. Represents a Digital Wallet or
Expand Down Expand Up @@ -238,6 +240,7 @@ type tokenizationJSON struct {
AccountToken apijson.Field
CardToken apijson.Field
CreatedAt apijson.Field
Dpan apijson.Field
Status apijson.Field
TokenRequestorName apijson.Field
TokenUniqueReference apijson.Field
Expand Down

0 comments on commit 5b07971

Please sign in to comment.