Skip to content

Missing scheme_local from FrameCardTokenizedEvent #25

Open
@mohamed-abdelsamei

Description

@mohamed-abdelsamei

missing field scheme_local in FrameCardTokenizedEvent

export interface FrameCardTokenizedEvent {
    type: string;
    token: string;
    expires_on: string;
    expiry_month: string;
    expiry_year: string;
    scheme?: Scheme;
    last4: string;
    bin: string;
    card_type?: CardType;
    card_category?: CardCategory;
    issuer?: string;
    issuer_country?: string;
    product_id?: string;
    product_type?: string;
    billing_address?: GatewayBillingAddress;
    phone?: GatewayPhone;
    name?: string;
}

output

{
  "bin": "554180",
  "card_category": "CONSUMER",
  "card_type": "DEBIT",
  "expires_on": "2023-03-26T17:08:23.3207099Z",
  "expiry_month": 12,
  "expiry_year": 2023,
  "issuer": "National Commercial Bank",
  "issuer_country": "SA",
  "last4": "6120",
  "scheme": "MASTERCARD",
  "scheme_local": "mada",
  "token": "tok_3mdgxxxxxxxxxx",
  "type": "card"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions